populate_local_gits: use git via BiocBBSpack::getpk to retrieve sources into a...

Description Usage Arguments Value Examples

View source: R/coreset.R

Description

use git via BiocBBSpack::getpk to retrieve sources into a folder

Usage

1
populate_local_gits(pkgset, gitspath)

Arguments

pkgset

instance of PackageSet

gitspath

character(1) folder to be created if it does not exist

Value

invisibly, the list of folders created under gitspath

Examples

1
2
3
4
ps = PackageSet(c("BiocFileCache", "ensembldb")) #bioc_coreset()[c(3,8)]) # two example packages
td = tempdir()
ll = populate_local_gits(ps, td)
ll

vjcitn/BiocQE documentation built on Dec. 30, 2021, 12:20 a.m.