On Dec 7, 2009, at 12:18 PM, Richardson, Patrick wrote:
Is there any way to select (during startup) all repositories by modifying the Rprofile.site file? If so, could someone let me know the syntax to use (or direct me to where I can find it)?
?options options(repos=c(CRAN = "http://lib.stat.cmu.edu/R/CRAN" ) ) For my system after this I (still) see: > getOption("repos") CRAN "http://lib.stat.cmu.edu/R/CRAN"
Thank you, Patrick
-- David Winsemius, MD Heritage Laboratories West Hartford, CT ______________________________________________ R-help@r-project.org 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.