use HTTPS to clone a package from Bioconductor git

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

td = tempdir()
wd = getwd()
setwd(td)
lk = getpk("parody")
if (FALSE) lk2 = try(getpk("parody_z")) # should fail
setwd(wd)