pkg_env: Generate an development environment for a package.
Description
Generate an development environment for a package.Arguments
pkg
package description, can be path or package name. See
as.package
for more information Details
devtools
keeps the global workspace clean by
loading all code and data into a separate environment.
This environment is attach
ed to the search
path just after the global environment so it will
override loaded packages.