| r_cmd_install | R Documentation |
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 |
path |
A path to a directory, but see try_tarball. |
r |
An R binary. |
r_args |
Arguments passed to |
try_tarball |
If |
The return value of system2.
Other bits and pieces:
golden_ratio(),
is_difftime_less(),
is_valid_primary_key(),
str2num(),
strip_off_attributes(),
tapply(),
throw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.