Published May 8, 2026
| Version r-v2.0.3
Software
Open
Venn Diagram Lab
Authors/Creators
Description
v2.0.3 — 2026-05-08 — Skip slow tests on CRAN
Patch release reducing CRAN auto-check time below the 10-minute target. The full test suite (590+ tests) and integration tests against bundled samples + 44 SVG models pushed the Windows R CMD check to ~41 minutes, which auto-rejected the v2.0.2 incoming pretest.
Changed
- Slow-running tests (
test-render-pdf,test-render-svg,test-render-upset,test-render-network,test-parity-with-webapp) now calltestthat::skip_on_cran()at the top of everytest_that()block. CRAN sees only the fast unit-test slice (test-analysis,test-classes,test-statistics,test-broom-tidy,test-ggplot-layer,test-io,test-samples,test-proportional,test-tsv-export). The skipped tests still run on the package's GitHub Actions CI matrix (5 cells × 590 tests), whereNOT_CRAN=truetriggers the full test suite.
No public-API or feature changes; the package's user-facing behavior is identical.
CRAN history
- v2.0.1 (2026-05-07): rejected on Windows pretest due to a CRLF byte-parity bug in
cat(..., file = path)text-mode write. - v2.0.2 (2026-05-07): the CRLF fix; rejected on Windows pretest due to 41-minute overall checktime exceeding CRAN's 10-minute auto-pass threshold.
- v2.0.3 (this release):
skip_on_cran()in slow tests; expected sub-10-min pretest.
Notes
Files
ZoliQua/Venn-Diagram-Lab-r-v2.0.3.zip
Files
(71.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2a6f5a04c11fec656989b5cf8ec23b25
|
71.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ZoliQua/Venn-Diagram-Lab/tree/r-v2.0.3 (URL)
Software
- Repository URL
- https://github.com/ZoliQua/Venn-Diagram-Lab