Skip to content

Releases: r-lib/pkgload

pkgload 1.1.0

29 May 12:56
Compare
Choose a tag to compare
  • 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.

pkgload 1.0.2

13 Aug 11:24
Compare
Choose a tag to compare
  • 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 a compile argument which controls more finely whether to
    compile the code or not. The recompile argument is now deprecated and will
    be removed in a future version of pkgload.

pkgload v1.0.1 release

15 Oct 13:17
Compare
Choose a tag to compare

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).