print_pkg_description: Print package DESCRIPTION

print_pkg_descriptionR Documentation

Print package DESCRIPTION

Description

Print package DESCRIPTION

Usage

print_pkg_description(pkg)

Arguments

pkg

character string indicating a package name.

Details

This function is a simple wrapper around functions to find the DESCRIPTION file for an installed R package, and print lines to the console.

When the package is not installed, or a temporary R package is not in the search path, error messages are returned accordingly.

See Also

Other jamsession utilities: jamsession_paths()

Examples

print_pkg_description("base")


jmw86069/jamsession documentation built on June 8, 2022, 8:47 p.m.