description: Description object (S3): creation, coercion and testing.

Description Usage Arguments Examples

View source: R/package.r

Description

This object represents a package DESCRIPTION file.

Usage

1
2
3
4
5

Arguments

...

fields that become components of the package. These are currently not verified in any way.

x
source

the data source from which the package came

Examples

1
2
package_info(base(), "MASS")
package_info(test_source(), "ggplot2")

hadley/packman documentation built on May 17, 2019, 11:04 a.m.