Skip to content

perf(cran): de-link timing-out data URLs + skip Suggests-backed Windows tests (v0.9.155)#111

Merged
HugoMachadoRodrigues merged 2 commits into
mainfrom
claude/cran-checktime-v09155
Jun 21, 2026
Merged

perf(cran): de-link timing-out data URLs + skip Suggests-backed Windows tests (v0.9.155)#111
HugoMachadoRodrigues merged 2 commits into
mainfrom
claude/cran-checktime-v09155

Conversation

@HugoMachadoRodrigues

Copy link
Copy Markdown
Owner

The 0.9.154 pre-test was OK on Debian and OK on Windows but the Windows overall check time was 12 min (> 10). The Windows 00check.log pinpointed the last two sinks:

  1. URL timeout (feasibility 142s). The MapBiomas link in lookup_mapbiomas_solos.Rd timed out (60s, unreachable from the check host) — same whack-a-mole as the USDA link before it. Fix: all \url{} to external soil-data servers (USDA/ISRIC/MapBiomas/ESDAC/Embrapa/FEBR) and the matching README/vignette/NEWS links are now plain \code{}/code-spans — still visible, no longer pinged. Feasibility 142s → ~30s.

  2. Suggests-backed tests ran only on Windows (testthat 237s). The aqp interop, QGIS export, ESDB raster and Munsell-prediction suites need Suggests present on win-builder but absent locally — invisible to my timings. skip_on_cran() them (run on CI). testthat ~237s → ~160s.

Retained from 0.9.154: un-export of ~600 internal predicates (manual slashed), perf test fixed-not-disabled, long-running tests off CRAN.

No classification change: 44 fixtures byte-identical; public API unchanged. Local R CMD check --as-cran: 0/0/1-NOTE (local html-tidy); feasibility ~30s, testthat ~60s. Projected Windows total ~9 min.

🤖 Generated with Claude Code

Hugo Rodrigues and others added 2 commits June 21, 2026 17:39
…ests -> check under 10 min (v0.9.155)

The 0.9.154 pre-test was OK on Debian and OK on Windows, but the Windows overall
check time was 12 min (> 10). The Windows 00check.log pinpointed the last two
sinks:

1. URL timeout in feasibility (142s). The MapBiomas link in
   lookup_mapbiomas_solos.Rd timed out (60s, unreachable from the check host) --
   the same whack-a-mole as the USDA link before it. Fix: all \url{} to external
   soil-data servers (USDA/ISRIC/MapBiomas/ESDAC/Embrapa/FEBR/...) and the
   matching README/vignette/NEWS links are now plain \code{}/code-spans -- still
   visible, no longer pinged. Feasibility 142s -> ~30s.

2. Suggests-backed tests ran only on Windows (237s testthat). The aqp interop,
   QGIS export, ESDB raster and Munsell-prediction suites need Suggests present
   on win-builder but absent locally, so they were invisible to my timings.
   skip_on_cran() them (run on CI). testthat Windows ~237s -> ~160s.

Retained from 0.9.154: un-export of ~600 internal predicates (manual slashed),
perf test fixed-not-disabled, long-running tests off CRAN.

No classification change: 44 fixtures byte-identical; public API unchanged.
Local R CMD check --as-cran: 0/0/1-NOTE (local html-tidy); feasibility ~30s,
testthat ~60s. Projected Windows total ~9 min.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 21, 2026 21:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@HugoMachadoRodrigues HugoMachadoRodrigues merged commit f6ccb0a into main Jun 21, 2026
7 checks passed
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.

2 participants