saveOptions: Save R Commander Options in an R Profile File

Description Usage Author(s) See Also

View source: R/file-menu.R

Description

This dialog creates a ‘.Rprofile’ file, by default in the current directory, adding to it the current R Commander options, set, e.g., in the Options dialog. If R is subsequently restarted in this directory, and the Rcmdr package loaded, then the current R Commander options will be applied. The current directory will typically, though not necessarily, be your home directory — for example, for Windows users, your Documents directory.

If a ‘.Rprofile’ file already exists in the current directory, then the R Commander options are added to it at the end of the file, after removing R Commander options previously generated by an earlier invocation of this dialog.

The contents of the ‘.Rprofile’ file may be edited before you save the file. If you want to start the R Commander automatically when R starts, uncomment (remove the #s from) the four lines

1
2
3
4
    # local({
    #    old <- getOption('defaultPackages')
    #    options(defaultPackages = c(old, 'Rcmdr'))
    # })

See Startup for a description of the ‘.Rprofile’ file and the R startup process in general.

See Commander for a description of the various R Commander options.

Usage

1
saveOptions() # typically through the R Commander Tools menu

Author(s)

John Fox jfox@mcmaster.ca

See Also

Commander, Startup


Rcmdr2 documentation built on May 2, 2019, 6:49 p.m.