pkgload (version 1.3.4)

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
if (has_tests()) {
parse_ns_file(pkgtest("testLoadHooks"))
}

Run the code above in your browser using DataLab