load_imports {devtools}R Documentation

Load all of the imports for a package

Description

The imported objects are copied to the imports environment, and are not visible from R_GlobalEnv. This will automatically load (but not attach) the dependency packages.

Usage

load_imports(pkg = ".")

[Package devtools version 1.13.6 Index]