Skip to content

chooseCRANmirror()

3 messages · Ogbos Okike, Michael Dewey, Liviu Andronic

#
At 17:22 27/08/2009, ogbos okike wrote:
Ogbos, the first thing to try is another mirror. Using a close one is 
only an efficiency thing.
If you do
.libPaths()
within R you will see the paths to the libraries R knows about. If 
you do not specify one yourself R gives you the warning you just saw 
and then uses the first one. The main issue is getting yourself 
confused if you start installing things by design or by happenstance 
into a different one from the one you thought you were using.

Good luck with your studies of R and Ubuntu.
Michael Dewey
http://www.aghmed.fsnet.co.uk
#
On 8/27/09, ogbos okike <ogbos.okike at gmail.com> wrote:
I would suspect an Internet connection issue. Do you access the
internet via a proxy server? If so, configure wget and then issue
install.packages("cvt", met="wget"). Try the command even if you do
not pass through a proxy, it might just work.
Liviu