biocMaintained {BiocPkgTools} | R Documentation |
List all the packages associated with a maintainer. By default, it will
return all packages associated with the maintainer@bioconductor.org
email.
biocMaintained( version = BiocManager::version(), main = "maintainer@bioconductor\\.org" )
version |
character(1) the character version number
as used to access the online build report. For
example, "3.14". The default is the "current version"
as given by |
main |
character(1) The regex for searching through the Maintainer
column as obtained from |
biocMaintained()