i tried
pkgs <- c("pkg1", "pkg2", "pkg3")
install.packages(pkgs, repos = NULL,
+ contriburl =
"file:///C:/R/packages/bin/windows/contrib/2.11",
+ dependencies = TRUE)
i have put the zip files in C:/R/packages/bin/windows/contrib/2.11
*** and extracted the packages.gz file in this folder ***
It works. Thank you Peter.
[[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.