pkgload
Simulate installing and loading a package
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.
Contributors

Hadley Wickham
Chief Scientific Officer

Winston Chang

Lionel Henry
Senior Software Engineer

Gábor Csárdi
Senior Software Engineer

Jenny Bryan
Senior Software Engineer

JJ Allaire
Founder and Executive Chairman

Daniel Falbel
Senior Software Engineer

Tomasz Kalinowski
Engineering Manager

Charlie Gao
Senior Software Engineer

Jeroen Janssens
Head of Developer Relations
