Skip to content

Commit aaaeda6

Browse files
committed
add gh-actions win R-devel check
1 parent adc4382 commit aaaeda6

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/check-standard.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
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'}

cran-comments.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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
1012
There were no ERRORs, WARNINGs, or NOTEs.

0 commit comments

Comments
 (0)