Package: SHAPforxgboost
Title: SHAP Plots for 'XGBoost'
Version: 0.2.0
Date: 2025-12-23
Authors@R: c(
    person(given = "Yang", family = "Liu", role = c("aut", "cre"), email = "lyhello@gmail.com",
           comment = c(ORCID = "0000-0001-6557-6439")),
    person(given = "Allan", family = "Just", role = c("aut", "ctb"), email = "allan.just@mssm.edu",
           comment = c(ORCID = "0000-0003-4312-5957")),
    person(given = "Michael", family = "Mayer", role = c("ctb"), email = "mayermichael79@gmail.com")
    )
Description: Aid in visual data investigations
 using SHAP (SHapley Additive exPlanation) visualization plots for 'XGBoost' and 'LightGBM'. 
 It provides summary plot, dependence plot, interaction plot, and force plot and relies on
 the SHAP implementation provided by 'XGBoost' and 'LightGBM'.
License: MIT + file LICENSE
URL: https://github.com/liuyanguu/SHAPforxgboost
BugReports: https://github.com/liuyanguu/SHAPforxgboost/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
Imports: stats, utils, ggplot2 (>= 3.0.0), xgboost (>= 0.81.0.0),
        data.table (>= 1.12.0), ggforce (>= 0.2.1.9000), ggExtra (>=
        0.8), RColorBrewer (>= 1.1.2), ggpubr, BBmisc
Suggests: knitr, rmarkdown, gridExtra (>= 2.3), here, parallel,
        lightgbm (>= 2.1)
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-12-13 17:13:44 UTC; yanliu
Author: Yang Liu [aut, cre] (ORCID: <https://orcid.org/0000-0001-6557-6439>),
  Allan Just [aut, ctb] (ORCID: <https://orcid.org/0000-0003-4312-5957>),
  Michael Mayer [ctb]
Maintainer: Yang Liu <lyhello@gmail.com>
Repository: CRAN
Date/Publication: 2025-12-13 17:40:02 UTC
Built: R 4.4.3; ; 2026-01-31 07:14:26 UTC; windows
