parse_ns_file {pkgload}R 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"))
}

[Package pkgload version 1.3.3 Index]