Skip to content

pkgload 1.3.3

Compare
Choose a tag to compare
@lionel- lionel- released this 22 Sep 08:10
· 46 commits to main since this release
  • dev_topic_index() is now exported (#257).

  • Fix handling of active bindings inside a package during unloading (#255, @klmr).

  • The helpers argument of load_all now defaults to the value
    provided for the export_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.