Skip to content

Prepare rstatix 1.1.0 for CRAN#308

Open
kassambara wants to merge 2 commits into
masterfrom
release/1.1.0
Open

Prepare rstatix 1.1.0 for CRAN#308
kassambara wants to merge 2 commits into
masterfrom
release/1.1.0

Conversation

@kassambara

Copy link
Copy Markdown
Owner

Release preparation for rstatix 1.1.0 (previous CRAN version: 1.0.0).

This branch carries only the release-prep edits — version/date, NEWS reorganization, and
cran-comments.md. The features and fixes themselves are already on master.

Version

1.0.0.999 → 1.1.0 (minor: new exported functions and backward-compatible arguments), with Date
set to the submission date.

One deliberate default change

cramer_v() no longer applies Yates' continuity correction by default (correct now defaults to
FALSE). This changes the value returned for 2x2 tables — cramer_v() now returns the standard
sqrt(chi2 / (N * (k - 1))), matching DescTools::CramerV() and effectsize::cramers_v(adjust = FALSE). correct = TRUE recovers the previous value; larger tables are unaffected (#293). Everything
else in the release is a new function or a new argument whose default reproduces the previous output.

Check status (master + this branch)

  • devtools::test() (vanilla): 1211 passing, 0 failures.
  • R CMD check --as-cran: 0/0/0 (the local pandoc "cannot check README/NEWS" NOTE does not appear on
    CRAN); the _R_CHECK_DEPENDS_ONLY_=true flavour is also clean.
  • urlchecker: all URLs correct. spelling: domain vocabulary only.
  • Reverse dependencies: of the 44 revdeps, the only one calling the sole changed-default function
    (cramer_v()) is BiostatsUHNplus, whose tests check output structure rather than the numeric value,
    so no revdep breakage is expected. Recorded in cran-comments.md.

Release handling

The branch is intended to stay unmerged until CRAN accepts, so master keeps the dev version and
the tarball is built from this branch. win-builder / R-hub and the CRAN upload are maintainer actions.

Decisions to take

  • Confirm the version number (1.1.0) and the submission date.
  • Confirm whether to hold this branch until CRAN acceptance (the default here) or merge on submission.

@kassambara kassambara force-pushed the release/1.1.0 branch 2 times, most recently from 3f58cb9 to 1d2b61d Compare July 12, 2026 06:15
rstatix added 2 commits July 12, 2026 17:17
Bump version to 1.1.0 and set the release date. Reorganize the NEWS section
into New features / Main changes / Minor changes / Bug fixes. Update
cran-comments.md for 1.1.0, recording the reverse-dependency scan.
The example called anova_test(len ~ dose, ci = 0.95) without effect.size =
"pes"; the ci argument requires the partial eta-squared effect size, so the
call errored. Add effect.size = "pes", which is what produces the quoted
sentence.
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