Changelog
Source:NEWS.md
leunbachR 0.1.0
CRAN release: 2026-06-02
- First CRAN submission.
- Made
miraian optional Suggest; parallel processing is opt-in viaparallel = TRUEand an explicitn_coresvalue. The package now has no hard dependencies beyond base R. - Moved example datasets to
inst/extdata/and updated the vignette to load them viasystem.file(). - Replaced non-ASCII characters in documentation and console output.
- Added unit tests under
tests/testthat/and runnable examples for all exported functions.
leunbachR 0.0.3 (2026-01-23)
- Fix for LRT df calculations.
- Fix for gamma test SE, p-value, reverse one-sided test.
- Fix for indirect equating boundary case.
- Fix for text labels of tests in indirect equating output.