Threefoot, Mark wrote:
Hello,
I am trying to install R2HTML version 1.4-3, but am getting errors when I try to use it. I am running R 1.9.1 on Redhat Linux Ent 3 AS x86_64. I installed R2HTML using the following command "R CMD INSTALL R2HTML_1.4-3.tar.gz". I did not get any errors when installing it. When I launch R and type library('R2HTML'), I get the following error:
library('R2HTML')
Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : There is no package called 'grDevices' Error in library("R2HTML") : package/namespace load failed
Is there a dependency that I need to install prior to using R2HTML? I could not find any dependencies in any of the R2HTML documentation. I also could not find a package called "grDevices" on CRAN.
Thanks for your help, Mark
grDevices is new for R-2.0.0. Either upgrade R or find an older version of R2HTML.
http://cran.r-project.org/src/contrib/Archive/
--sundar
______________________________________________ [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
