pkgload (version 1.0.0)

parse_ns_file: Parses the NAMESPACE file for a package

Description

Parses the NAMESPACE file for a package

Usage

parse_ns_file(path = ".")

Arguments

path

Path to a package, or within a package.

Examples

Run this code
# NOT RUN {
if (has_tests()) {
parse_ns_file(pkgtest("testLoadHooks"))
}
# }

Run the code above in your browser using DataCamp Workspace