given a package name, version, and biocPkgList instance, obtain the email for the maintainer

maint4pkg(pkg, version, bpl)

Arguments

pkg

character(1)

version

character(1)

bpl

biocPkgList instance

Examples

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"