Signed-off-by: Christos Longros <chris.longros@gmail.com>
Details
Details
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Tested with poudriere testport and portlint on FreeBSD 16.0-CURRENT amd64. Build, stage, package, and deinstall all clean.
Comment Actions
Added TEST_DEPENDS (R6, data.table, testthat, tinytest, tibble).
Poudriere testport and make test both pass.
Bugzilla PR will be filed as well.
Comment Actions
Added complete TEST_DEPENDS (all ported Suggests: R6, data.table, devtools, ggplot2, knitr, magrittr, microbenchmark, rmarkdown, testthat, tinytest, tibble). Poudriere testport passes.
Comment Actions
Looks good. A key change in the last two updates was to fix issues with internal non-API calls. You could add something like this to the commit message.
devel/R-cran-checkmate: Update to 2.3.4 The previous version (2.3.2) failed to build against math/R 4.6.0. Rf_isFrame is a non-API function that was removed in R 4.6.0; use of Rf_isDataFrame is required instead. 2.3.3 fixed this by dropping usage of isFrame() and also fixed a minor bug in allMissing() for complex numbers where only one of the real or imaginary parts was missing. 2.3.4 removed further deprecated calls to internal R functions. Release notes: https://github.com/mllg/checkmate/releases/tag/v2.3.3 https://github.com/mllg/checkmate/releases/tag/v2.3.4