Skip to content

Commit

Permalink
Merge pull request #86 from mayer79/CRAN-1-0-0
Browse files Browse the repository at this point in the history
CRAN Release 1.0.0
  • Loading branch information
mayer79 authored Oct 21, 2023
2 parents 6e04fe0 + 7412686 commit d7708e1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
21 changes: 15 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d7708e1

Please sign in to comment.