print_pkg_description: Print package DESCRIPTION

print_pkg_descriptionR Documentation

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 March 4, 2025, 8:20 p.m.