Changes in version 0.11 Minor bug fix release In change_point_analyzer_function.R line 440 changed from if(!is.numeric(CI) | !dplyr::between(CI, 0.9,0.999)){ to if(!is.numeric(min_tbl_conf) | !dplyr::between(min_tbl_conf, 0.9,0.999)){ Changes in version 0.3 (2024-07-14) A re-release to address the Rd file package aliasing issue that caused it to be removed from CRAN in April 2024 Changes in version 0.2 (2022-03-10) Release to fix bug that caused the argument for the number of bootstraps to only affect part of the calculation. Therefore, no matter how high you set it, the number of bootstraps stayed at the default of 1000 for part of the calculation. This issue did not affect the calculations themselves, just the number of bootstraps. Changes in version 0.1 - Initial Release