R/maint4pkg.R
maint4pkg.Rd
given a package name, version, and biocPkgList instance, obtain the email for the maintainer
maint4pkg(pkg, version, bpl)
character(1)
character(1)
biocPkgList instance
bpl = BiocPkgTools::biocPkgList(version="3.17")
#> 'getOption("repos")' replaces Bioconductor standard repositories, see
#> 'help("repositories", package = "BiocManager")' for details.
#> Replacement repositories:
#> CRAN: https://cloud.r-project.org
maint4pkg("parody", "3.17", bpl)
#> [1] "stvjc@channing.harvard.edu"