Changelog
Source:NEWS.md
rmcorr 0.7.0
CRAN release: 2024-07-26
- Added geom for simplified graphing with ggplot2: geom_rmc
- Added vignette for overfitting/pseudoreplication
- Updated roxygen to 7.3.2 and now using _PACKAGE
- Web docs: Added “lightswitch” for themes
rmcorr 0.6.0
CRAN release: 2023-08-09
- Added HCAHPS2022 dataset and description
- Added vignette showing diagnostic plots
- Added vignette for synthetic dataset w/NaN estimates (thanks to Shreya Ghosh) and a possible solution
- Added references in vignettes using bibtex
- Split references in documentation into functions and datasets
rmcorr 0.5.4.2 (dev release only, not on CRAN)
- Documentation update: Remove TravisCI, add U.S. gov disclaimer, fix typos and formatting
rmcorr 0.5.4.1 (dev release only, not on CRAN)
- Added reproducible example of bootstrapping
- Specify article order for web docs
rmcorr 0.5.4
CRAN release: 2022-12-13
- Corrected df for confidence intervals. We thank Benjamin Zobel for finding this mistake
rmcorr 0.5.3 (dev release only, not on CRAN)
- Added more unit tests
- Use covr to evaluate code coverage
- Documentation updates
rmcorr 0.5.1 (dev release only, not on CRAN)
- Documentation update: Table describing twedt_dist_measures is now a markdown chunk. This renders correctly with pkgdown
rmcorr 0.5.0
CRAN release: 2022-08-08
- Beta: Added rmcorr_mat() to calculate an rmcorr correlation matrix
- To demonstrate rmcorr_mat(), added a new dataset and description: twedt_dist_measures
- Rewrote how variable names are saved in rmcorr()
- Updated description: Minimum version of R is >3.5.0 because of serialized objects
rmcorr 0.4.7 (dev release only, not on CRAN)
- Fixed typo in bland1995 example and data: PacO2 is now PaCO2 (partial pressure of CO2)
- Add marusich2016 data and description
- Documentation: Add details to bland1995 data and add DOIs to all data references
rmcorr 0.4.2
CRAN release: 2021-03-30
- Fixed another error in bootstrapped confidence intervals
- Updated vignette
rmcorr 0.4.1
CRAN release: 2020-08-26
- Fixed error in last update for bootstrapped confidence intervals