maintainers: Retrieve the maintainers from a tarball

Description Usage Arguments Value Examples

Description

Retrieve the maintainers from a tarball

Usage

1
maintainers(tarball)

Arguments

tarball

the package tarball to read

Value

each maintainer as a 'person' object.

Examples

1
2
3
pkg <- system.file(package="BiocContributions",
  "testpackages", "RNASeqPower_1.11.0.tar.gz")
maintainers(pkg)

Bioconductor/BiocContributions documentation built on May 6, 2019, 7:48 a.m.