Skip to content

Parses the NAMESPACE file for a package

Usage

parse_ns_file(path = ".")

Arguments

path

Path to a package, or within a package.

Examples

if (has_tests()) {
parse_ns_file(pkgtest("testLoadHooks"))
}