osiander.meixner at hp.com
2009-Jun-08 08:10 UTC
[Rd] iconv.dll needed in addition to Riconv.dll for package XML to load (PR#13747)
Full_Name: Osiander Meixner Version: 2.9.0 (2009-04-17) OS: Windows Vista Enterprise, 32bit, SP1 Submission from: (NULL) (15.195.185.82) package XML_2.5-1>library(XML) throws an error window saying:" RGui: RGui.exe - Unable to Locate Component This application has failed to start becuase iconv.dll was not found. Re-installing the application may fix this problem. " RGui then reports this: Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'c:/R/R-2.9.0/library/XML/libs/XML.dll': LoadLibrary failure: The specified module 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
Uwe Ligges
2009-Jun-08 13:36 UTC
[Rd] iconv.dll needed in addition to Riconv.dll for package XML to load (PR#13747)
Please install from the "CRAN extras" repository (where you will find a working copy) and do NOT report a bug in R that is not a bug in R but in a contributed package / the package repository. Best, Uwe Ligges osiander.meixner at hp.com wrote:> Full_Name: Osiander Meixner > Version: 2.9.0 (2009-04-17) > OS: Windows Vista Enterprise, 32bit, SP1 > Submission from: (NULL) (15.195.185.82) > > > package XML_2.5-1 >> library(XML) throws an error window saying: > " > RGui: RGui.exe - Unable to Locate Component > This application has failed to start becuase iconv.dll was not found. > Re-installing the application may fix this problem. > " > > RGui then reports this: > > Error in inDL(x, as.logical(local), as.logical(now), ...) : > unable to load shared library 'c:/R/R-2.9.0/library/XML/libs/XML.dll': > LoadLibrary failure: The specified module 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 > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
Apparently Analagous Threads
- iconv.dll needed in addition to Riconv.dll for package XML (PR#13748)
- simple Q: required sample size & usage of power.t.test()
- Horizontal barplot with reversed y-axis
- Manual scaling a scatter plot
- help with dealing with integer(0) returns from grep used within a conditional loop