File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 config :
2121 - {os: macos-latest, r: 'release'}
2222 - {os: windows-latest, r: 'release'}
23+ - {os: windows-latest, r: 'devel'}
2324 - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2425 - {os: ubuntu-latest, r: 'release'}
2526 - {os: ubuntu-latest, r: 'oldrel-1'}
Original file line number Diff line number Diff line change 11## Release summary
2- This is a minor update of the previous version it addresses a request by the Rcpp maintainers to protect Rf_error calls from macro expansion.
2+ This is a minor update of the previous version it addresses:
3+ * a request by the Rcpp maintainers to protect Rf_error calls from macro expansion by building the package with Rcpp 1.1.1.
4+ * a CRAN check warning on Windows R-devel, presumably caused by stricter GCC analysis of array bounds in the Windows R-devel GCC toolchain
35
46## Test environments
5- * Windows Server 2022 x64 (build 26100) R version 4.5.2 (2025-10-31 ucrt)
6- * macOS Sequoia 15.7.4 (on github-actions) R version 4.5.2 (2025-10-31)
7- * Ubuntu 24.04.3 LTS (on github-actions) R version 4.4.3 (2025-02-28), 4.5.2 (2025-10-31), and R-devel (2026-03-04 r89535)
7+ * Windows Server 2022 x64 (build 26100) R version 4.5.2 (2025-10-31 ucrt), R-devel
8+ * macOS Sequoia 15.7.4 R version 4.5.2 (2025-10-31)
9+ * Ubuntu 24.04.3 LTS R version 4.4.3 (2025-02-28), 4.5.2 (2025-10-31), and R-devel (2026-03-04 r89535)
810
911## R CMD check results
1012There were no ERRORs, WARNINGs, or NOTEs.
You can’t perform that action at this time.
0 commit comments