[R] Some problems with installing a package under Windows
Carl-Frederik.Scharffenorth@gmx.de
Carl-Frederik.Scharffenorth at gmx.de
Tue Jul 30 14:20:35 CEST 2002
Hello!
I've just installed R and I'm doing my first steps. I tried to install a
package from a local zip.file.
------------------
> {pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)}
> install.packages("C:/schacar/rw1051/RPgSQL.zip", .libPaths()[1], CRAN =
NULL)
updating HTML package descriptions
-----------------
But after installing it is not available within the library.
-----------------
> {pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)}
----------------
By using the select I only can load pre-installed packages. Did anybody
using R under Windows have the some problems? Do you know what I'm doing wrong?
Thanks in advance...
Calle
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list