Description Usage Arguments Value See Also Examples
Install a list of packages in R
Update the package from github
install.package compile source option
Update all packages
1 2 3 4 5 6 7 | install_pkgs(pkgs = NULL, file.path = NULL, max_size = 1e+06)
update_Altools(force = TRUE)
compile_from_source(src = c("both", "yes", "no"))
BiocUpdateAll()
|
pkgs |
a character vector of packages |
file.path |
the path to a R/Rmd file containing library() and/or require() statements, or to the /Resources/library directory of another R version |
max_size |
size (in bytes) beyond which the pkgs will not be installed |
force |
Logical, force re-install? |
src |
one of c("both", "yes", "no") |
a data.frame containing successful and failed/non-installation info
Other utils:
eval_function_formals()
1 | ## Not run: BiocUpdateAll()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.