r_cmd_install {fritools2} | R Documentation |
Install a Tarball or a Directory
Description
devtools::install
by defaults first builds
the tarball. Then it calls
callr::rcmd
, which allows for a lot of options.
Usage
r_cmd_install(
...,
path = ".",
r = get_r_binary(),
r_args = "--vanilla",
try_tarball = TRUE
)
Arguments
... |
Arguments passed to |
path |
A path to a directory, but see try_tarball. |
r |
An R binary. |
r_args |
Arguments passed to |
try_tarball |
If |
Value
The return value of system2
.
See Also
Other bits and pieces:
golden_ratio()
,
is_difftime_less()
,
is_valid_primary_key()
,
str2num()
,
strip_off_attributes()
,
tapply()
,
throw()
[Package fritools2 version 4.1.0 Index]