Changes in version 0.2.0.9000 - Added strip_time_stamps option to C5.0Control() (default TRUE) to remove timestamps from model output, making results reproducible across runs. - Switched from base R stop() and warning() to cli's cli_abort() and cli_warn() for improved error messages with better formatting and context. - Fixed compiler warnings for unused variables in C source code. Changes in version 0.2.0 (2025-04-03) - Updated C code to stop overwriting keyword symbols. Changes in version 0.1.8 (2023-02-08) - Maintenance release to fix CRAN issues related to compiler issues. - Updated GHA and tests Changes in version 0.1.7 (2022-11-09) - Maintenance release to fix CRAN issues related to compiler warnings. Changes in version 0.1.6 (2022-02-05) - Maintenance release to fix CRAN issues related to compiler warnings. Changes in version 0.1.5 (2021-06-01) - Maintenance release to fix CRAN issues related to compiler warnings. Changes in version 0.1.4 (2021-05-16) - Maintenance release to fix CRAN issues by adding rmarkdown to Suggests. - Fixed CRAN issues related to undefined behavior in the C code when requesting rules with C5.0(rules = TRUE). Changes in version 0.1.3 (2020-01-13) - Fixed CRAN issues for GCC 10 -fno-common flag. - Added a NEWS.md file to track changes to the package. - Removed churn data in favor of the version in the modeldata package.