Changes in version 0.1.0 (2026-06-02) - First CRAN submission. - Made mirai an optional Suggest; parallel processing is opt-in via parallel = TRUE and an explicit n_cores value. The package now has no hard dependencies beyond base R. - Moved example datasets to inst/extdata/ and updated the vignette to load them via system.file(). - Replaced non-ASCII characters in documentation and console output. - Added unit tests under tests/testthat/ and runnable examples for all exported functions. Changes in version 0.0.3.1 - Removed theta values output from indirect equating print functions. Changes in version 0.0.3 - 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. Changes in version 0.0.2 - Theta scores added to output. - Vignette describes how to export bootstrap equating table to CSV file. Changes in version 0.0.1 - Initial release