parse_ns_file: Parses the NAMESPACE file for a package

View source: R/namespace-env.R

parse_ns_fileR Documentation

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

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

r-pkgs/pkgload documentation built on Feb. 5, 2024, 5:43 a.m.