
Changelog
KAscore 1.2.1
- Added test coverage for previously-untested edge cases in
bin_quantile()(missing-value handling,min_value/max_valueclamping, non-unique quantile breaks),predict.scorecard()(invalidnewdata/typearguments, defaulttypemessaging), andsummary.scorecard()/print.scorecard()(previously entirely untestedsummary()method, and the class-validation guard clauses) - Fixed the “no visible binding for global variable”
R CMD checkNOTEs arising from tidy-eval column references insidedplyr/tidyrpipelines, and from crayon calls embedded inside cli glue strings, by declaringrlang::.dataas an import and addingutils::globalVariables()for the remaining NSE column names (seeR/globals.R) - Migrated the Deployment article’s R API client example from {httr} to {httr2}
- Re-built vignettes/articles and the pkgdown site with the current CRAN release of {pkgdown}
- Formatted the entire project with Air
KAscore 1.2.0
- Introduced new
scorecard()function to create a scorecard model object of classscorecard
Documentation
- Added Deployment article
- Revised Build a Scorecard vignette to leverage new
scorecard()andpredict()functionality
KAscore 1.1.1
Bug Fix
- Fixed bug in
psi()function where score ranges containing “-Inf” or “Inf” were throwing an error