devtools::install
by defaults first builds
the tarball. Then it calls
callr::rcmd
, which allows for a lot of options.
r_cmd_install(
...,
path = ".",
r = get_r_binary(),
r_args = "--vanilla",
try_tarball = TRUE
)
Arguments passed to CMD INSTALL
.
A path to a directory, but see try_tarball.
An R binary.
Arguments passed to R
.
If TRUE
, the path
may be a tarball,
else it is interpreted as a path to a directory.
The return value of system2
.
Other bits and pieces:
golden_ratio()
,
is_difftime_less()
,
is_valid_primary_key()
,
round_half_away_from_zero()
,
str2num()
,
strip_off_attributes()
,
tapply()
,
throw()
,
weighted_variance()