What is the recommended way to change the default set of packages that
are loaded at startup by R for Windows?  I am writing vignettes for
the Devore6 package which my introductory engineering statistics
students will use and I would like to describe how the R environment
can be changed so that this package is loaded by default.

I understand from the R for Windows FAQ that one way would be to
install a Rprofile or Rprofile.site file containing

options(defaultPackages = c(options("defaultPackages"), "Devore6"))

Would this be the recommended way?

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to