Re: [R] Packages gnumeric and xlsReadWrite

2010-03-15 Thread Dieter Menne


Uwe Dippel-2 wrote:
> 
> Both packages are listed on the website, but neither installs here:
> 
> xlsReadWrite:
>  > install.packages("xlsReadWrite")
> 

xlsReadWrite is Windows-only because of some special code.

http://www.swissr.org/software/xlsreadwrite

Don't know about the other one.

Dieter


-- 
View this message in context: 
http://n4.nabble.com/Packages-gnumeric-and-xlsReadWrite-tp1593024p1593066.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Packages gnumeric and xlsReadWrite

2010-03-15 Thread Uwe Dippel

Both packages are listed on the website, but neither installs here:

gnumeric:
...
Cannot find xml2-config
ERROR: configuration failed for package ‘XML’
* Removing ‘/usr/local/lib/R/site-library/XML’
* Installing *source* package ‘gnumeric’ ...
** R
** preparing package for lazy loading
Warning in library(pkg, character.only = TRUE, logical.return = TRUE, 
lib.loc = lib.loc) :

there is no package called 'XML'
Error : package 'XML' could not be loaded
ERROR: lazy loading failed for package ‘gnumeric’
* Removing ‘/usr/local/lib/R/site-library/gnumeric’
(Ubuntu 9.10)

xlsReadWrite:
> install.packages("xlsReadWrite")
Warning in install.packages("xlsReadWrite") :
argument 'lib' is missing: using '/usr/local/lib/R/site-library'
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘xlsReadWrite’ is not available

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.