Releases: r-lib/pkgload
pkgload 1.1.0
-
dev_example()
now works after removing an inconsistent call toload_all()
(@riccardoporreca, #122). -
load_all()
now issues a warning if exported objects conflict with objects defined in the global environment (#112) -
run_example()
argumentsrun
andtest
are deprecated in favor of the (hopefully) more clearrun_dontrun
andrun_donttest
(#107). -
Internal fixes for compatibility with the future 4.1.0 release.
pkgload 1.0.2
-
shim_question()
now works for topics from the R base package that are passed with the double colon operator (e.g.base::min
) (@mdequeljoe, #99). -
load_all()
now allows using explicitly qualified, exported names in test
helpers (@klmr, #95). -
load_all()
gains acompile
argument which controls more finely whether to
compile the code or not. Therecompile
argument is now deprecated and will
be removed in a future version of pkgload.
pkgload v1.0.1 release
pkgload 1.0.1
-
unload()
now only removes S4 classes which were generated in the package
being unloaded (#75) -
help()
will no longer error when trying to load package level help (#67). -
Trailing slashes now removed from all paths, which fixes issues on Windows (#73).
-
load_dll()
now fixed in R-devel (#77). -
The help shim's now work for
:::
inputs (#72).