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, tag = "RELEASE_3_14")

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/BiocQE documentation built on Dec. 30, 2021, 12:20 a.m.