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.
rv activate
Section titled “rv activate”Activate a previously initialized project. This command will set up the .Rprofile to activate the rv
library paths and .rv
R environment.
rv activate [OPTIONS]
Options
Section titled “Options”--no-r-environment
- Disable the.rv
R environment. Seervr
for more information.
rv deactivate
Section titled “rv deactivate”Deactivate a previously initialized project. This command will turn off the rv
library paths and .rv
R environment for use.
rv deactivate [OPTIONS]