[R] Install Packages
Hongli Li
hli at anvilinformatics.com
Thu Apr 12 18:11:29 CEST 2001
Hi,
I am trying to install "Rstrams" package, I have download the Rstreams_1.1-2.tar.gz in my computer and I tried the following
1. install.packages("Rstreams",lib=.lib.loc,"c:/R/package/Rstreams_1.1-2.tar.gz" )
I got
'lynx' is not recognized as an internal or external command,
operable program or batch file.
Error in httpclient(url, check.MIME.type = TRUE, file = destfile) :
Not an http:// URL
In addition: Warning messages:
1: wget not found
2: cmd execution failed with error code 1 in: shell("lynx -help", invisible = TRUE)
2.install.packages("Rstreams", .lib.loc, CRAN = getOption("CRAN"), method = "auto", available = NULL,.lib.loc)
I got
'lynx' is not recognized as an internal or external command,
operable program or batch file.
Error in httpclient(url, check.MIME.type = TRUE, file = destfile) :
Not an http:// URL
In addition: Warning messages:
1: wget not found
2: cmd execution failed with error code 1 in: shell("lynx -help", invisible = TRUE)
it seems no matter what I use, I always get the same error message
What should I do?
Thanks
Hongli Li
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010412/ce7021df/attachment.html
More information about the R-help
mailing list