----------  Forwarded Message  ----------

Subject: [R] Autoloading R Commander
Date: Saturday  November 19, 2005 10:35 am
From: "Stephen P. Molnar, Ph.D." <[EMAIL PROTECTED]>
To: R <r-help@stat.math.ethz.ch>

How do I go about autoloading R Commander when I start R?

Thanks in advance.
--
Stephen P. Molnar, Ph.D.                                        Life is a fuzzy 
set
Foundation for Chemistry                                        Stochastic and 
multivariant
http://www.geocities.com/FoundationForChemistry

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

-------------------------------------------------------

My thanks to all that answered.  The solution, thanks to John Fox is to add:

local({
  old <- getOption("defaultPackages")
  options(defaultPackages = c(old, "Rcmdr"))
})

to /usr/local/lib/R/etc/Rprofile.site

-- 
Stephen P. Molnar, Ph.D.                                        Life is a fuzzy 
set
Foundation for Chemistry                                        Stochastic and 
multivariant
http://www.geocities.com/FoundationForChemistry

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to