Skip to content

fix: clear CRAN example-timing NOTE for 0.1.2 resubmission#13

Merged
milkway merged 1 commit into
mainfrom
fix/cran-example-timing
Jun 14, 2026
Merged

fix: clear CRAN example-timing NOTE for 0.1.2 resubmission#13
milkway merged 1 commit into
mainfrom
fix/cran-example-timing

Conversation

@milkway

@milkway milkway commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Why

CRAN's incoming pre-test rejected the 0.1.2 submission with one NOTE on r-devel-windows:

Examples with CPU (user + system) or elapsed time > 10s
        user system elapsed
  dt2   0.88   1.48   19.01

What

  • Wrap all but one minimal dt2(iris) example in \donttest{} (in both dt2() and dt2_theme()). The timed example run drops from ~19s elapsed to ~0.5s.
  • No package code changed — only roxygen example blocks (and regenerated Rd).
  • Bump Date to 2026-06-14; add a "Resubmission" note to cran-comments.md.

Verification

R CMD check with _R_CHECK_TIMINGS_=10Status: OK, no example NOTE. Total example time now 0.477s elapsed.

🤖 Generated with Claude Code

CRAN's incoming pre-test for 0.1.2 flagged one NOTE on r-devel-windows:
the dt2() examples ran in 19.01s elapsed (> 10s). Wrap all but one
minimal dt2() example in \donttest{} (in dt2() and dt2_theme()), bringing
the timed example run to ~0.5s. No code changed. Bump Date to 2026-06-14
and note the resubmission in cran-comments.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@milkway milkway merged commit d34a42e into main Jun 14, 2026
5 checks passed
@milkway milkway deleted the fix/cran-example-timing branch June 14, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant