Dear R users,
Im trying to load *"xlsx"* package which depends on *"xlsxjars"* and *
"rJava"* packages.
All the 3 packages (zipped files) are installed successfully in windows.
I have added "C:\Program Files\Java\jre1.6.0_03\bin\client" to the PATH
variable to get rJava working.
However, the following error message results after inputting 'library(xlsx)'
command.
Any advice on resolving this issue would be highly appreciated.
Thanks.
> library(xlsx)
Loading required package: xlsxjars
Loading required package: rJava
Error in importIntoEnv(impenv, impnames, ns, impvars) :
object '‘.DollarNames’' is not exported by 'namespace:utils'
In addition: Warning messages:
1: package 'xlsx' was built under R version 2.10.1
2: package 'xlsxjars' was built under R version 2.10.1
3: package 'rJava' was built under R version 2.10.1
Error: package 'rJava' could not be loaded
--
Steven
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.