check_import_from: Check 'importFrom' in 'NAMESPACE'

Description Usage Arguments Value Examples

View source: R/check_import_from.R

Description

Checks if the functions declared in the NAMESPACE importFrom are actually used in the package functions.

Usage

1
check_import_from(path = ".")

Arguments

path

Path to package directory.

Value

Functions not used invisibly.

Examples

1
2
3
4
5
6
7
## Not run: 

# Execute in a package directory
check_import_from()


## End(Not run)

dreamRs/prefixer documentation built on Sept. 14, 2021, 10:50 p.m.