Skip to content

Commit 509122e

Browse files
committed
Re-add skip_on_cran() to sim_pop_data_multi test; sharpen NEWS bullet
skip_on_os("linux") was correctly removed by the cross-platform fix (quantize_t_next ensures consistent RNG consumption everywhere). skip_on_cran() is restored because the test grid (5 lambdas x 2 sample sizes x nclus=10 parallel simulations) is too slow for CRAN's per-check time budget. Also replaces the vague "Removed lingering terminology discrepancies" NEWS bullet with a specific description of the strat_ests_barplot() and strat_ests_scatterplot() axis-label corrections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B5FrE8RZ6EjFiz7q8zqbfg
1 parent 1b17339 commit 509122e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
shifted the random-number stream out of sync and made simulated values, and
2929
their snapshots, differ between macOS, Windows, and Linux). Simulated
3030
values change slightly as a result of this fix. (#447)
31-
* Removed lingering terminology discrepancies
31+
* Corrected default axis labels in `strat_ests_barplot()` (`xlab`) and
32+
`strat_ests_scatterplot()` (`ylab`) to say "seroincidence" rather than
33+
"seroconversion"/"incidence".
3234
* `load_noise_params()` and `load_sr_params()` now fail gracefully with informative messages when internet resources are unavailable, complying with CRAN policy (#505)
3335
* Added Version Crosswalk article to pkgdown website to help users migrate code from v1.3.0 to v1.4.0
3436
- Provides clear tables comparing old and new function names

tests/testthat/test-sim_pop_data_multi.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_that("`sim_pop_data_multi()` works consistently", {
2+
skip_on_cran()
23
# Load curve parameters
34
dmcmc <- typhoid_curves_nostrat_100
45

0 commit comments

Comments
 (0)