search for: riconv

Displaying 16 results from an estimated 16 matches for "riconv".

Did you mean: liconv
2009 Jun 08
1
iconv.dll needed in addition to Riconv.dll for package XML to load (PR#13747)
...could not be found. Error : .onLoad failed in 'loadNamespace' for 'XML' Error: package/namespace load failed for 'XML' Indeed the error messages triggered by library(XML) seems to be a side effect of a dll naming issue. This issue can be solve by _adding_ a copy of Riconv.dll renamed as iconv.dll and restarting RGui
2009 Jun 08
0
iconv.dll needed in addition to Riconv.dll for package XML (PR#13748)
...nLoad failed in 'loadNamespace' for 'XML' > Error: package/namespace load failed for 'XML' > > > > Indeed the error messages triggered by library(XML) seems to be a side effect of > a dll naming issue. This issue can be solve by _adding_ a copy of > Riconv.dll renamed as iconv.dll > and restarting RGui > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2013 Sep 30
2
R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error
Hello. When trying to compile R-3.0.2 on Windows 7 64bit, I get an error relating to "alone_decoder.c: Permission denied." The entire error code is copied below. gcc -std=gnu99 -m64 -shared -o Riconv.dll Riconv.def win_iconv.o touch stamp gcc -std=gnu99 -m64 -I../../include -I. -Iapi -DLZMA_API_STATIC -DHAVE_CONFIG_H -DWIN32 -O3 -Wall -pedantic -march=core-avx-i -O3 --param l1-cache-line-size=64 --param l1-cache-size=32 --param l2-cache-size=256 -c alone_decoder.c -o alone_decoder.o cc...
2014 Jun 30
1
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...t; > Directory of C:\R\bin\i386 > > 01/08/2014 06:18 PM <DIR> . > 01/08/2014 06:18 PM <DIR> .. > 01/08/2014 06:18 PM 3,059,712 R.dll > 01/08/2014 06:18 PM 348,995 Rgraphapp.dll > 01/08/2014 06:18 PM 102,975 Riconv.dll > 01/08/2014 06:18 PM 154,917 Rzlib.dll > 4 File(s) 3,666,599 bytes > 2 Dir(s) 22,424,739,840 bytes free > > What's weird is that these files have **read permission disabled**: > > C:\R\src\gnuwin32>file ..\..\bin\i386...
2014 Jan 09
0
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...OS Volume Serial Number is E038-51CC Directory of C:\R\bin\i386 01/08/2014 06:18 PM <DIR> . 01/08/2014 06:18 PM <DIR> .. 01/08/2014 06:18 PM 3,059,712 R.dll 01/08/2014 06:18 PM 348,995 Rgraphapp.dll 01/08/2014 06:18 PM 102,975 Riconv.dll 01/08/2014 06:18 PM 154,917 Rzlib.dll 4 File(s) 3,666,599 bytes 2 Dir(s) 22,424,739,840 bytes free What's weird is that these files have **read permission disabled**: C:\R\src\gnuwin32>file ..\..\bin\i386\*.dll ..\..\bin\i386\R.dll:...
2020 Jul 25
2
Guidelines when to use LF vs CRLF ("\n" vs. "\r\n") on Windows for new lines (line endings)?
...normal separator # for that platform (LF on Unix/Linux, CRLF on Windows). # calls internally do_writelines(): # https://github.com/wch/r-source/blob/8db7b85953127f364f52d201ec057911db4601e5/src/main/connections.c#L4023 # But: Where is the conversion done (hidden in the call to Riconv()?)
2009 Mar 12
1
iconv.dll in Windows
I recently built R-devel on Windows XP (sessionInfo below), and when loading libraries that require the iconv.dll was getting an error stating that 'This application has failed to start because iconv.dll was not found. Re-installing the application may fix this problem.'. An R-2.8.1 that I installed using the Windows installer has this dll in R-2.8.1/bin, whereas in R-devel it is still in
2008 Jul 01
1
Autoconf / Windows package building problem for device package
...LESEP' undeclared (first use in this function) devPS.c: In function 'PostScriptLoadFontMetrics': devPS.c:560: error: 'FILESEP' undeclared (first use in this function) devPS.c: In function 'PostScriptMetricInfo': devPS.c:862: warning: implicit declaration of function 'Riconv_open' devPS.c:862: warning: assignment makes pointer from integer without a cast devPS.c:872: warning: implicit declaration of function 'Riconv' devPS.c:874: warning: implicit declaration of function 'Riconv_close' devPS.c: In function 'mbcsToSbcs': devPS.c:4020: warning...
2020 Jul 25
0
Guidelines when to use LF vs CRLF ("\n" vs. "\r\n") on Windows for new lines (line endings)?
...for that platform (LF on Unix/Linux, CRLF on Windows). > > # calls internally do_writelines(): > # https://github.com/wch/r-source/blob/8db7b85953127f364f52d201ec057911db4601e5/src/main/connections.c#L4023 > # But: Where is the conversion done (hidden in the call to Riconv()?) > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >
2009 Apr 28
2
R 2.9 and XML
After I installed R 2.9.0 my XML package cannot load; I get an error "This application has failed to start because iconv.dll was not found. Re-installing the application may fix this problem". I already re-installed both but the problem persists. Does anyone know what is going on? I would appreciate any help. Thanks a lot -- ___________________________ Luís Orlindo Tedeschi
2013 Jan 15
1
Using system() to dump HDF to text file?
Hi all -- I am working on 64-bit Windows XP. I'm not a very technical person when it comes to the command line stuff, so please forgive me if this is a stupid question. I have a bunch of HDF files, and I want to dump a single PM25 data layer from each file to .txt by invoking ncdump.exe from system(). Here's a sample command string: "C:/ncdump -v PM25 C:/01aug2010.hdf >
2007 Apr 05
7
Re: how to use Chinese Characters in wxRuby?
yes,I'm using wxruby2 When I change "samples/text/unicode.rb" 's content: require 'wx' into begin require 'wx' rescue LoadError => no_wx_err begin require 'rubygems' require 'wx' rescue LoadError raise no_wx_err end end and run unicode.rb in this way: ruby -Ku unicode.rb I got the error message like this: unicode.rb:119:
2012 Dec 17
1
Problems with building R from sources
.../nmath/libnmath.a getline/gl.a ../extra/xdr/libxdr.a ../extra/pcre/libpcre.a ../extra/bzip2/libbz2.a ../extra/intl/libintl.a ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/tre/libtre.a ../extra/xz/liblzma.a dllversion.o -fopenmp -L. -lgfortran -lRblas -L../../bin/i386 -lRzlib -lRgraphapp -lRiconv -lcomctl32 -lversion e:/dev/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lRzlib e:/dev/rtools/gcc-4.6.3/bin/../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp e:/dev/rtools/gcc-4.6.3/bin/...
2009 Apr 24
1
Managing DLLs with the same names in an R session
I am having a problem using two DLLs with the same name, but obviously located in different directories, in an R session. The troublesome package is the (Bioconductor) Rgraphviz package. It relies on (3rd party software) graphviz and imports functions from (Bioconductor) package graph. Unfortunately, the current stable release of graphviz for Windows
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...---> 3 rhRConverters.pas Rdefines.h ---> 2 rhRDefines.pas Rdynload.h ---> 2 rhRDynload.pas Rdynpriv.h ~~~> 2 rhRDynload.pas Rgraphics.h ---> 3 rhRGraphics.pas Riconv.h ---> 3 rhRIconv.pas Rinlinedfuns.h xxxx - (probably(?) only Gnu C compiler relevant) Rinternals.h ---> 2 rhRInternals " (use Internal stuff) ~~~> 3 rhRUseInternals (NOT TO BE PUBLISHED) Rlapack....
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html