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 character version number as used to access the online build report. For example, "3.14". The default is the "current version" as given by BiocManager::version(). Note that this is a character vector of length one and 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.2 Index]