|
Home | Switchboard | Unix Administration | Red Hat | TCP/IP Networks | Neoliberalism | Toxic Managers |
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and bastardization of classic Unix |
A number of arguments that relate to startup can be appended to the R startup command (R
in a shell environment). The
following are particularly important:
--no-environ
and --no-init
--no-restore
--no-save
q()
.Adding each of these will make R load slightly faster, meaning that slightly less user input is needed when you quit. R’s default setting of loading data from the last session automatically is potentially problematic in this context. See Appendix B of An Introduction to R for more startup arguments.
A concise way to load a vanilla version of R with all of the preceding options enabled is with an option of the same name:
R --vanilla