[R] Fwd:  Autoloading R Commander
    Stephen P. Molnar, Ph.D. 
    s.molnar at sbcglobal.net
       
    Sat Nov 19 17:51:13 CET 2005
    
    
  
----------  Forwarded Message  ----------
Subject: [R] Autoloading R Commander
Date: Saturday  November 19, 2005 10:35 am
From: "Stephen P. Molnar, Ph.D." <s.molnar at sbcglobal.net>
To: R <r-help at 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 at 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
    
    
More information about the R-help
mailing list