CoprManager-options {CoprManager} | R Documentation |
Package Options
Description
List of options()
supported to configure CoprManager's behavior.
In general, these should be set before calling any package function.
Options specific to CoprManager
CoprManager.backend.check
:logical, default
TRUE
. If false, the initial check onenable()
is not performed.CoprManager.version.check
:logical, default
TRUE
. If false, as many binaries are installed as possible without any version check, and then installation from source is used as a fallback.CoprManager.sudo.autodetect
:logical, default
FALSE
. If true, enables autodetection and selection of password-lesssudo
.CoprManager.sudo
:logical, default
FALSE
. If true, forcessudo
unconditionally as the preferred mechanism.
Options from base R
These are used in the same way as in base R. See options
for
a detailed description.
askYesNo
install.packages.compile.from.source
[Package CoprManager version 0.5.7 Index]