Commit graph

2 commits

Author SHA1 Message Date
mef
8bae9b0892 (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.
2020-09-20 04:13:53 +00:00
brook
ef24a83ecc R-pkgload: initial commit
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.
2019-08-09 19:11:22 +00:00