R/getpk.R
getpk.Rd
use HTTPS to clone a package from Bioconductor git
getpk(x, tag = "RELEASE_3_14")
character(1) package name expected to be a Bioconductor package in git
result of system()
td = tempdir() wd = getwd() setwd(td) lk = getpk("parody") if (FALSE) lk2 = try(getpk("parody_z")) # should fail setwd(wd)