** High Priority ** I have recently installed the R program in Windows Vista. However, I am experiencing problem installing some of the packages. Specifically, I wanted to install BRugs package running R as an administrator. I issued the following command in R and received the following error message.> install.packages("BRugs")Warning in install.packages("BRugs"): argument 'lib' is missing: 'C\Users\norman\Documents/R/win-library/2.8' Warning: unable to access index for repository http://cran-za.r-project.org/bin/windows/contrib/2.8 Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.8 Warning message: package 'BRugs' is not available Your prompt response will be greatly appreciated. Disclaimer\ \ This message is confidential and may be co...{{dropped:20}}
Prof Brian Ripley
2008-Dec-24 08:54 UTC
[R] problem installing R packages in Windows Vista
This is not a problem in R, but with Internet access from your system. It is an FAQ, see http://cran.r-project.org/bin/windows/base/rw-FAQ.html#The-Internet-download-functions-fail_002e Another possibility is to download the file http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.8/BRugs_0.4-2.zip and use the menu item to install from a local zip file. On Wed, 24 Dec 2008, norman Maiwashe wrote:> ** High Priority **Please make it a high priority to read the posting guide and rw-FAQ: see the footer to this message.> I have recently installed the R program in Windows Vista. However, I am > experiencing problem installing some of the packages. Specifically, I > wanted to install BRugs package running R as an administrator. I issued > the following command in R and received the following error message.I don't see an *error* message here. (warning != error .) It is warning you of a problem on your machine or, possibly, the system you are accessing.>> install.packages("BRugs") > Warning in install.packages("BRugs"): > argument 'lib' is missing: 'C\Users\norman\Documents/R/win-library/2.8' > Warning: unable to access index for repository http://cran-za.r-project.org/bin/windows/contrib/2.8 > Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.8 > Warning message: package 'BRugs' is not available > > Your prompt response will be greatly appreciated. > > > > Disclaimer\ \ This message is confidential and may be co...{{dropped:20}} > > ______________________________________________ > R-help at 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. >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Gabor Grothendieck
2008-Dec-24 18:13 UTC
[R] problem installing R packages in Windows Vista
Check out: https://stat.ethz.ch/pipermail/r-help/2008-October/176486.html On Wed, Dec 24, 2008 at 3:04 AM, norman Maiwashe <norman at arc.agric.za> wrote:> ** High Priority ** > > I have recently installed the R program in Windows Vista. However, I am experiencing problem installing some of the packages. Specifically, I wanted to install BRugs package running R as an administrator. I issued the following command in R and received the following error message. > >> install.packages("BRugs") > Warning in install.packages("BRugs"): > argument 'lib' is missing: 'C\Users\norman\Documents/R/win-library/2.8' > Warning: unable to access index for repository http://cran-za.r-project.org/bin/windows/contrib/2.8 > Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.8 > Warning message: package 'BRugs' is not available > > Your prompt response will be greatly appreciated. > > > > Disclaimer\ \ This message is confidential and may be co...{{dropped:20}} > > ______________________________________________ > R-help at 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. >