Log message:
(devel/R-pkgload) Updated 1.0.2 to 1.1.0. make test fails
# 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.
|