devtools (version 0.8)

load_imports: 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 = ".", deps = c("depends", "imports"))

Arguments