Page MenuHomeFreeBSD

devel/R-cran-checkmate: update 2.3.2 to 2.3.4
ClosedPublic

Authored by chris.longros_gmail.com on Mar 31 2026, 5:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 12:36 PM
Unknown Object (File)
Thu, May 14, 5:24 AM
Unknown Object (File)
Thu, May 14, 3:34 AM
Unknown Object (File)
Wed, May 13, 11:03 PM
Unknown Object (File)
Wed, May 13, 11:03 PM
Unknown Object (File)
Wed, May 13, 10:38 PM
Unknown Object (File)
Wed, May 13, 8:31 PM
Unknown Object (File)
Mon, May 11, 2:47 PM
Subscribers

Details

Summary

Signed-off-by: Christos Longros <chris.longros@gmail.com>

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Tested with poudriere testport and portlint on FreeBSD 16.0-CURRENT amd64. Build, stage, package, and deinstall all clean.

I'll suggest the "make test" too - should add TEST_DEPENDS.

Added TEST_DEPENDS (R6, data.table, testthat, tinytest, tibble).
Poudriere testport and make test both pass.
Bugzilla PR will be filed as well.

Added complete TEST_DEPENDS (all ported Suggests: R6, data.table, devtools, ggplot2, knitr, magrittr, microbenchmark, rmarkdown, testthat, tinytest, tibble). Poudriere testport passes.

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
This revision was not accepted when it landed; it landed in state Needs Review.Sat, May 9, 4:46 PM
This revision was automatically updated to reflect the committed changes.