biocMaintained {BiocPkgTools}R Documentation

Bioconductor Maintained Packages

Description

List all the packages associated with a maintainer. By default, it will return all packages associated with the maintainer@bioconductor.org email.

Usage

biocMaintained(
  version = BiocManager::version(),
  main = "maintainer@bioconductor\\.org"
)

Arguments

version

character(1) the version number as used to access the online build report. For example, "3.6". The default is the "current version" as specified in BiocManager::version. Note that this is a character() variable, not a number.

main

character(1) The regex for searching through the Maintainer column as obtained from biocPkgList().

Examples


biocMaintained()


[Package BiocPkgTools version 1.12.0 Index]