On 31/05/2013 9:49 AM, Christian Hoffmann wrote:
Obviously,

chooseCRANmirror()

is run at every start. Can I permanently store my choice with q() and 'yes' ?



No, the result is not stored as an object in your global workspace, it is saved by setting an option to a URL. (See the help page, or the source to the function for more details.)

The usual way people fix this is to set the option in their Rprofile or Rprofile.site file. See ?Startup for the location of those (and an example of setting the repository).

Duncan Murdoch

______________________________________________
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.

Reply via email to