Skip to content

Activation

Occasionally, activating and deactivating an rv project is required. These commands turn on/off the rv library path, repositories, and rvr from use in your R session. R should be restarted after using these commands in interactive sessions.

Activate a previously initialized project. This command will set up the .Rprofile to activate the rv library paths and .rv R environment.

Terminal window
rv activate [OPTIONS]
  • --no-r-environment - Disable the .rv R environment. See rvr for more information.

Deactivate a previously initialized project. This command will turn off the rv library paths and .rv R environment for use.

Terminal window
rv deactivate [OPTIONS]