getpk: use HTTPS to clone a package from Bioconductor git

Description Usage Arguments Value Examples

Description

use HTTPS to clone a package from Bioconductor git

Usage

1
getpk(x)

Arguments

x

character(1) package name expected to be a Bioconductor package in git

Value

result of system()

Examples

1
2
3
4
5
6
td = tempdir()
wd = getwd()
setwd(td)
lk = getpk("parody")
if (FALSE) lk2 = try(getpk("parody_z")) # should fail
setwd(wd)

vjcitn/BiocBBSpack documentation built on Nov. 21, 2020, 1:18 p.m.