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.
Maintenance release to fix CRAN issues related to compiler issues.
Updated GHA and tests
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).
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.