Package: scorecard Version: 0.4.6 Title: Credit Risk Scorecard Description: The `scorecard` package makes the development of credit risk scorecard easier and efficient by providing functions for some common tasks, such as data partition, variable selection, woe binning, scorecard scaling, performance evaluation and report generation. These functions can also used in the development of machine learning models. The references including: 1. Refaat, M. (2011, ISBN: 9781447511199). Credit Risk Scorecard: Development and Implementation Using SAS. 2. Siddiqi, N. (2006, ISBN: 9780471754510). Credit risk scorecards. Developing and Implementing Intelligent Credit Scoring. Authors@R: person("Shichen", "Xie", , "xie@shichen.name", c("aut", "cre")) Depends: R (>= 3.5.0) Imports: data.table (>= 1.10.0), ggplot2, gridExtra, foreach, doParallel, parallel, openxlsx, stringi, cli, xml2, xefun (>= 0.1.3) Suggests: knitr, rmarkdown, pkgdown, testthat License: MIT + file LICENSE URL: https://github.com/ShichenXie/scorecard, http://shichen.name/scorecard/ BugReports: https://github.com/ShichenXie/scorecard/issues LazyData: true VignetteBuilder: knitr RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE, old_usage = TRUE) Encoding: UTF-8 Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://shichenxie.r-universe.dev Date/Publication: 2026-02-07 05:49:30 UTC RemoteUrl: https://github.com/shichenxie/scorecard RemoteRef: HEAD RemoteSha: 5343c2168490a4e5c609be1a71e616acf1ca2af8 NeedsCompilation: no Packaged: 2026-06-07 08:48:46 UTC; root Author: Shichen Xie [aut, cre] Maintainer: Shichen Xie