Oh, please: that is a warning, not an error and not a problem!
R looks on the CRAN master for an up-to-date list of mirrors, and your
machine cannot see the CRAN mirror. It falls back to the list of mirrors
knwon when the R version was released.
If this persists, set e.g.
options(repos=c(CRAN="http://cms.unipune.ernet.in/computing/cran/"))
in your .Rprofile file (see ?Startup).
On Fri, 25 Jul 2008, deepti nigam wrote:
Dear Sir/Madam
why during choosing the cran mirror of India on my Vista PC gives an error of
like this
chooseCRANmirror()
Warning message:
In open.connection(con, "r") : unable to resolve 'cran.r-project.org'
pls help me
Thanks
From Chandigarh to Chennai - find friends all over India. Go to
http://in.promos.yahoo.com/groups/citygroups/
--
Brian D. Ripley, [EMAIL PROTECTED]
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
______________________________________________
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.