Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(devel/R-pkgload) Updated 1.3.2 to 1.3.3
- upstream info # 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 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. - pkgsrc side make test now fails as follows | * checking tests ... | Running 'testthat.R' | ERROR | Running the tests in 'tests/testthat.R' failed. | Last 13 lines of output: | 27. \-asNamespace("callr")$err$throw(e) | -- Failure ('test-po.R:7:3'): translation domain correctly loaded -------------- | with_lang("fr_FR", "fr", hello()) (`actual`) not equal to "Bonjour" (`expected`). | | `actual`: "Hello" | `expected`: "Bonjour" | -- Failure ('test-po.R:36:3'): modified translations are correctly reloaded ---- | with_lang("fr_FR", "fr", hello()) (`actual`) not equal to "Salut" (`expected`). | | `actual`: "Hello" | `expected`: "Salut" | | [ FAIL 3 | WARN 9 | SKIP 15 | PASS 340 ]
- Loading branch information