View source: R/biocMaintained.R
biocMaintained | R Documentation |
List all the packages associated with a maintainer. By default, it will
return all packages associated with the maintainer@bioconductor.org
email.
hasBiocMaint
returns a logical vector corresponding to the input character
vector of packages indicating whether any package is maintained by the
Bioconductor core team.
biocMaintained(
main = "maintainer@bioconductor\\.org",
version = BiocManager::version(),
pkgType = c("software", "data-experiment", "workflows", "data-annotation")
)
hasBiocMaint(
pkg,
version = BiocManager::version(),
main = "maintainer@bioconductor\\.org",
repo = c("BioCsoft", "BioCexp", "BioCworkflows", "BioCann")
)
main |
character(1) The regex for searching through the Maintainer
column as obtained from |
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 |
pkgType |
|
pkg |
|
repo |
|
For biocMaintained
: a tibble
of packages associated with the
maintainer.
For hasBiocMaint
: a logical vector indicating whether the
package is maintained by Bioconductor.
biocMaintained()
## maintained by Hervé and not maintainer at bioconductor dot org
hasBiocMaint("BiocGenerics")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.