From 81ea6c32524187aefd27b43d3fe9ded32a2a4604 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 21 Oct 2023 17:36:43 +0200 Subject: [PATCH 1/2] Write cover letter --- NEWS.md | 2 +- cran-comments.md | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index b2113f84..c67981da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ## Major changes - Quantile approximation: `hstats()` now has the option `approx = FALSE`. Set to `TRUE` to replace values of dense numeric columns by `grid_size = 50` quantile midpoints. This will bring a massive speed-up for one-way calculations. Use this option when one-way calculations are slow, or when you want to increase `n_max`. -- `hstats()`: `n_max` has been increased from 300 to 500 rows. This will make estimates of H statistics more stable at the price of longer run time. Reduce to 300 for the old behaviour. +- `hstats()`: `n_max` has been increased from 300 to 500 rows. This will make estimates of H-statistics more stable at the price of longer run time. Reduce to 300 for the old behaviour. - `hstats()`: Three-way interactions are not anymore calculated by default. Set `threeway_m` to 5 for the old behaviour. - Revised plots: The colors and color palettes have changed and can now also be controlled via global options. For instance, to change the fill color of all bars, set `options(hstats.fill = new value)`. Value labels are more clear, and there are more options. Varying color/fill scales now use viridis (inferno). This can be modified on the fly or via `options(hstats.viridis_args = list(...))`. - "hstats_matrix" object: All statistics functions, e.g., `h2_pairwise()` or `perm_importance()`, now return a "hstats_matrix". The values are stored in `$M` and can be plotted via `plot()`. Other methods include: `dimnames()`, `rownames()`, `colnames()`, `dim()`, `nrow()`, `ncol()`, `head()`, `tail()`, and subsetting like a normal matrix. This allows, e.g, to select and plot only one column of the results. diff --git a/cran-comments.md b/cran-comments.md index 382d71b3..f4bc2994 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,18 +1,27 @@ -# hstats 0.3.0 +# hstats 1.0.0 Dear CRAN team -{hstats} is now one step away from stable version 1.0.0. +{hstats} has reached a state that can be called 1.0.0, hurray! -Michael +THe main improvements are: -## Local checks: OK +- Different API improvements. +- Option for fast approximate values. +- Plots now look quite nice. +- Better defaults. + +## Local checks: Harmless note + +checking HTML version of manual ... NOTE + Skipping checking HTML validation: no command 'tidy' found -## Rhub has its typical notes +## Rhub with typical notes * checking HTML version of manual ... NOTE Skipping checking HTML validation: no command 'tidy' found Skipping checking math rendering: package 'V8' unavailable -## Winbuilder: OK +## Winbuilder +Status: OK \ No newline at end of file From 741268660f0e7f4c48873d5f2e5f0efa742af886 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 21 Oct 2023 18:02:14 +0200 Subject: [PATCH 2/2] On its way to CRAN --- CRAN-SUBMISSION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index b85b7d0d..51dc1846 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.3.0 -Date: 2023-09-29 11:29:11 UTC -SHA: f2f2aa7b74b3e3d8adfb237b7e75db63faf5ca13 +Version: 1.0.0 +Date: 2023-10-21 15:48:56 UTC +SHA: 81ea6c32524187aefd27b43d3fe9ded32a2a4604