pkgload 1.3.3
-
dev_topic_index()
is now exported (#257). -
Fix handling of active bindings inside a package during unloading (#255, @klmr).
-
The
helpers
argument ofload_all
now defaults to the value
provided for theexport_all
arguments. This makes the behaviour
safer by default (#244). -
pkgload now depends unconditionally on pkgbuild (#249).
-
load_all()
no longer standardises version number in namespace metadata
(#231). -
New
pkg_version_raw()
to get raw package version as a string.