Is it possible to disable saving command history / session in R by default ? I really hate those .RData and .RHistory files !!
|
|
Just start up R with Add this to your shortcuts (in Windows for example this is under "Target" when you right-click on the shortcut and choose properties).
|
|||||||||||
|
|
If you are using an R gui, an alternative and quite nice approach, due to Brian Ripley, (see here), is to put the following lines in your 'R_HOME/etc/Rprofile.site' file:
One note of caution: this won't work when you invoke R from the command-line. In that case, just use the To learn more about 'Rprofile.site', and '.Rprofile' (an optional per-directory config file), see the always useful |
||||
|
|
|
Even more flexible (Windows), add R and RStudio to your right-click menu so you can start in any directory R-Gui: save the following in a file rguihere.reg, and double-click
RStudio
|
|||
|
|
