[R] Autoloading R Commander
John Fox
jfox at mcmaster.ca
Sat Nov 19 17:27:10 CET 2005
Dear Stephen,
I believe that this question has been asked before, though possibly
privately rather than on the r-help list. A solution (kindly provided, as I
recall, by Brian Ripley) is to put the following in an appropriate start-up
file. For example, if you *always* want to start the Rcmdr when R starts,
this could go in Rprofile.site in R's etc subdirectory. For more detail, see
?Startup, as others have suggested.
local({
old <- getOption("defaultPackages")
options(defaultPackages = c(old, "Rcmdr"))
})
I hope this helps,
John
--------------------------------
John Fox
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox
--------------------------------
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of
> Stephen P. Molnar, Ph.D.
> Sent: Saturday, November 19, 2005 10:35 AM
> To: R
> Subject: [R] Autoloading R Commander
>
> 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
>
More information about the R-help
mailing list