Skip to content
Prev 33211 / 398506 Next

defaults in R: packages, .Rhistory

You can modify your sitewide Rprofile file (which for me is in 
C:\Program Files\R\rw1070\etc) and insert the line:

options(defaultPackages = character())

This should start R with no additional packages.  More information like 
this can be found in ?Startup.

-roger
Jacob Wegelin wrote: