BiocContributions (version 0.99.70)

maintainers: Retrieve the maintainers from a tarball

Description

Retrieve the maintainers from a tarball

Usage

maintainers(tarball)

Arguments

tarball
the package tarball to read

Value

  • each maintainer as a 'person' object.

Examples

Run this code
pkg <- system.file(package="BiocContributions",
  "testpackages", "RNASeqPower_1.11.0.tar.gz")
maintainers(pkg)

Run the code above in your browser using DataLab