Description Usage Arguments Details Value Examples
receive a vector of packages and install them from cran or bioconductor
1 2 3 4 5 6 7 | boost_install_packages(
my_packages = my_packages,
loaded = F,
parallels = F,
mirror = F,
jobs = F
)
|
my_packages |
input a vector of your packages |
loaded |
logical |
parallels |
logical or numeric |
mirror |
logical |
jobs |
logical |
you can use this function to download a batch of uninstalled packages from CRAN or bioconductor and stop if exists.
information about what did the function do
1 2 | boost_install_packages(c("devtools", "roxygen2", "testthat"))
boost_install_packages(my_packages = c("devtools", "roxygen2", "testthat"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.