tsd_package_install | R Documentation |
After downloading and preparing the
packages for install outside of TSD
using the tsd_package_prepare
function, install said packages using
this function.
tsd_package_install( zip_file, lib = .libPaths()[1], opts = "", verbose = TRUE, ... )
zip_file |
path to zipped file |
lib |
library folder to install to |
opts |
optional arguments to 'R CMD INSTALL' |
verbose |
logical. If function should be talkative. |
... |
additional arguments to functions |
vector of successful or failed package installs
## Not run: # prepare a package first tsd_package_prepare("devtools") tsd_package_install("devtools.zip") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.