| R_CMD_INSTALL | R Documentation |
Uses system() and shQuote() to run R CMD INSTALL,
installing the package in libPaths()[1].
Can be used in pkg.edit.fun passed to atime_pkg,
to check if an edited package installs without error.
R_CMD_INSTALL(new.pkg.path)
new.pkg.path |
path to package |
Status code from system(), 0 for successful installation, other
values for installation errors.
Toby Dylan Hocking
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.