Releases: Pascal-Kueng/wbCorr
wbCorr 0.3.1
Patch release preparing wbCorr for CRAN submission.\n\nChanges:\n- Removed automatic GitHub update checks on package attach.\n- Kept update_wbCorr() as a manual, non-installing update check.\n- Removed remotes from package imports and moved httr to Suggests.\n- Made examples CRAN-safe by writing Excel output to tempfile() and avoiding slow cluster bootstrap examples.\n- Replaced non-ASCII beta symbol in plot annotations for portable example checks.\n- Fixed CITATION to work during CRAN incoming checks.\n\nChecks:\n- devtools::test(): 58 passed.\n- R CMD check --as-cran wbCorr_0.3.1.tar.gz: 0 errors, 0 warnings, 1 expected new-submission NOTE.
wbCorr 0.3.0
Release 0.3.0 updates the core within- and between-cluster correlation estimands and inference options.\n\nHighlights:\n- Pairwise-complete centering is now the default for pair-specific within and between correlations.\n- Added centering_rows = "all_available" for workflows that estimate cluster means from all rows available for each variable.\n- Added between_weighting = "equal_clusters" / "cluster_size" with explicit estimand documentation.\n- Added inference = "analytic", "none", or "cluster_bootstrap". Cluster bootstrap resamples top-level clusters and is recommended for publication-level EMA/daily diary inference.\n- Fixed within-person Pearson degrees of freedom to N_pair - k_pair - 1.\n- Removed generated Rcheck/build artifacts from version control.