Skip to content
Prev 35867 / 63424 Next

R Startup configuration file

FYI,

a while ago I was looking into the "problem" with generic settings
files.  I didn't find an omnibus/perfect solution, but have a look at
the Settings class in the R.utils package (R/Settings.R in the source
code).  It tries to deal with automatic loading and saving of settings
(robust detection of the quiting of an R session etc), finding the
settings file and so.  You can use this to load package specific
settings as well.  (We make use of this in the aroma.* framework
(aroma.core, aroma.affymetrix etc), but I'll leave there for now).

My $.02

/Henrik

On Fri, Feb 12, 2010 at 3:22 PM, Simon Urbanek
<simon.urbanek at r-project.org> wrote: