Software
pkgload
Simulate installing and loading a package
R
pkgload simulates installing and loading an R package without performing the full installation process, enabling much faster iteration during package development. It’s typically accessed through devtools::load_all() rather than used directly.
The package accelerates the development workflow by eliminating the time-consuming full installation step each time you modify your package code. It was originally part of devtools but was separated into its own package as part of the devtools restructuring. This makes it faster to test changes during active development compared to repeatedly installing the package.
pkgload
pkgload
pkgload










