Re: [Rd] Rprofile.site in Windows version

2008-02-13 Thread Erich Neuwirth
You are of course right, library(tools) is not necessary. Duncan Murdoch wrote: > On 09/02/2008 6:44 PM, Erich Neuwirth wrote: >> I think Rprofile.site as installed with R-2.6.2 >> contains some misleading information. >> It contains the following lines >> >> # set a CRAN mirror >> # local({r <- g

Re: [Rd] Rprofile.site in Windows version

2008-02-09 Thread Duncan Murdoch
On 09/02/2008 6:44 PM, Erich Neuwirth wrote: > I think Rprofile.site as installed with R-2.6.2 > contains some misleading information. > It contains the following lines > > # set a CRAN mirror > # local({r <- getOption("repos") > # r["CRAN"] <- "http://my.local.cran"; > # options(repos

[Rd] Rprofile.site in Windows version

2008-02-09 Thread Erich Neuwirth
I think Rprofile.site as installed with R-2.6.2 contains some misleading information. It contains the following lines # set a CRAN mirror # local({r <- getOption("repos") # r["CRAN"] <- "http://my.local.cran"; # options(repos=r)})'. Uncommenting these lines and changing the URL will n