# pkgload 1.1.0
* `dev_example()` now works after removing an inconsistent call to `load_all()`
(@riccardoporreca, #122).
* `load_all()` now issues a warning if exported objects conflict with objects
defined in the global environment (#112)
* `run_example()` arguments `run` and `test` are deprecated in favor of the
(hopefully) more clear `run_dontrun` and `run_donttest` (#107).
* Internal fixes for compatibility with the future 4.1.0 release.
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.