Simulate Package Installation and Attach
Check that the version of an imported package satisfies the requiremen...
Check that the version of an suggested package satisfies the requireme...
Run a examples for an in-development function.
In-development help for package loaded with devtools
Return devtools metadata environment
Was devtools installed with tests?
Drop-in replacements for help and ? functions
Return imports environment for a package
Get the installation path of a package
Is the package currently under development?
Load complete package
Load R code.
Load data.
Load a compiled DLL
Load all of the imports for a package
Return the namespace environment for a package.
Find file in a package.
Helper functions for working with development packages.
Parse package dependency strings.
Parses the NAMESPACE file for a package
Return package environment
pkgload: Simulate Package Installation and Attach
Return the path to one of the packages in the devtools test dir
Run user and package hooks.
Replacement version of system.file
Unload a package
Simulates the process of installing a package and then attaching it. This is a key part of the 'devtools' package as it allows you to rapidly iterate while developing a package.
Useful links