⚙
Configuration
Description of environment variables and other configuration options
The following environment variables are available to control the behavior of
rcli
RCLI_ASK_USER_LIB
(default: true): Whetherrcli
looks for an R user library duringinstall
andswitch
calls and offers to create one. Set tofalse
to suppress this prompt.RCLI_QUIET
(default: false): Iftrue
,rcli
does not print progress information during execution such as "Downloading [...]".
Last modified 11mo ago