View source: R/install_yamlpack.R
Install Packages From a yamlpack YAML File
1 2 3 4 5 6 | install_yamlpack(
yamlpack,
repo = c("CRAN", "Bioconductor", "GitHub"),
method = "pak",
cran_url = "https://cran.ma.imperial.ac.uk/"
)
|
yamlpack |
A yamlpack list read in with 'read_yamlpack()' |
repo |
one or more repos from the yamlpack to install (default all) |
method |
Use conventional install or parallelize with the 'pak' package |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.