get_package_meta: Get package meta data

Description Usage Arguments Value

View source: R/metadata.R

Description

The package meta data is a parsed version of the DESCRIPTION file plus information about the installation/compilation of the package. Note that this only works for compiled package archives, that is, archives that are generated with devtools::build(binary = TRUE) or on the command line with

1
R CMD INSTALL --build

Usage

1

Arguments

archive

[character] The path of the archive.

Value

The package meta data as a list.


robertdj/pkg.peek documentation built on Aug. 30, 2021, 5:42 p.m.