Displaying 1 result from an estimated 1 matches for "package_name_here".
2010 Jun 22
1
installing packages from a directory on the computer
...put the zip files of packages in
C:\R\packages\bin\windows\contrib\2.11
i have put the following lines in Rprofile.site
local({r <- getOption("repos")
r["CRAN"] <- "file://C:/R/packages/"
options(repos=r)})
but when i run install.packages("package_name_here"), i get the following
message:
Warning in gzfile(file, "r") :
cannot open compressed file
'//C:/R/packages/bin/windows/contrib/2.11/PACKAGES', probable reason 'No
such file or directory'
Error in gzfile(file, "r") : cannot open the connection
Please he...