install_yamlpack: Install Packages From a yamlpack YAML File

Description Usage Arguments

View source: R/install_yamlpack.R

Description

Install Packages From a yamlpack YAML File

Usage

1
2
3
4
5
6
install_yamlpack(
  yamlpack,
  repo = c("CRAN", "Bioconductor", "GitHub"),
  method = "pak",
  cran_url = "https://cran.ma.imperial.ac.uk/"
)

Arguments

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


combiz/yamlpack documentation built on April 26, 2020, 12:40 a.m.