Changes in version 3.1.0 (2025-11-11) - Fix Exact_unconditional_test_2x2() Fisher-Boschloo test results (#55) - Fix validation in Exact_unconditional_test_2x2() for Pearson statistic (#56) - Added section on table orientation to relevant functions (#57) Changes in version 3.0.1 (2024-08-29) - Adapted unit tests to new version of boot Changes in version 3.0.0 (2024-03-14) - Reached 100% test coverage (#52) - Removed unused code - Improved handling of edge cases - Restricted Cumulative_models_for_rxc() and Cumulative_models_for_2xc() to 2 columns - Added plot() method for Exact_unconditional_test_2x2() and McNemar_exact_unconditional_test_paired_2x2() (#53) - Standardized names of objects in the output (#35) Changes in version 2.2.1 (2024-01-11) - Improved internals: refactoring (#41), increased test coverage (#52) - Fixed upper CI limit on stratified_2x2_tables() (thanks to Zhen Wang) Changes in version 2.2.0 (2023-10-09) - Added argument to control num_pi_values in McNemar_exact_unconditional_test_paired_2x2() and the_paired_2x2_table_tests() (#50) - Improved validation of the direction argument (#45) - Optimized Exact_cond_midP_unspecific_ordering_rx2() (#44) - Optimized internal functions affecting several external functions (#49) - Removed duplicated code - Fixed bug on Fisher_midP_test_2x2() (#51) Changes in version 2.1.1 (2023-08-21) - Minor styling fixes to code (#48) - Fixed package documentation Changes in version 2.1.0 (2023-08-14) - Improved error handling (#46) - Optimized Exact_multinomial_test_1xc() and MidP_multinomial_test_1xc() (#13) - Optimized Exact_cond_midP_linear_rank_tests_2xc() (#39) - Added default value to a as scores for rows (outcomes) (#33) - Fixed Exact_cond_midP_tests_rxc() and FisherFreemanHalton_asymptotic_test_rxc() for margins with larger (171+) observations (credit to @bjbiggerstaff) Changes in version 2.0.0 (2023-05-10) - Created objects for all common example inputs (#25) - Added validation to all exported function arguments (#14) - Refactored code (#27) - Fixed examples - Unwrapped several examples from \dontrun{} (#28) - Improved output of all functions (#31) Changes in version 1.0.4 (2022-12-12) - Fixed bug on BaptistaPike_midP_CI_2x2() (issue #37) Changes in version 1.0.3 (2022-11-10) - Fixed bug on Chacko_test_1xc() (issue #36) Changes in version 1.0.2 (2022-06-07) - Fixed bug on Pearson_chi_squared_test_CC_2x2() (see issue #34 for details) - Refactoring (see issues #26 and #30 for details) - Fixes bug on the_2x2_table_CIs_ratio() (see commit 9d3212f for details) - Improvements to Github documentation and CI workflow Changes in version 1.0.1 (2022-04-21) - Added a NEWS.md file to track changes to the package. - Fixes bug (see issue #32) Changes in version 1.0.0 (2022-01-20) - Initial CRAN release.