Package: fastshap Type: Package Title: Fast Approximate Shapley Values Version: 0.3.0 Authors@R: person("Brandon", "Greenwell", email = "greenwell.brandon@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8120-0084")) Description: Computes fast (relative to other implementations) approximate Shapley values for any supervised learning model. Shapley values help to explain the predictions from any black box model using ideas from game theory; see Strumbelj and Kononenko (2014) for details. License: GPL (>= 2) URL: https://github.com/bgreenwell/fastshap, https://bgreenwell.github.io/fastshap/, https://bgreenwell.r-universe.dev/fastshap BugReports: https://github.com/bgreenwell/fastshap/issues Imports: Rcpp (>= 1.0.1), stats, utils Enhances: lightgbm, xgboost Suggests: covr, doParallel, earth, foreach, knitr, ranger, rmarkdown, shapviz (>= 0.8.0), tinytest (>= 1.4.1) LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.3.3 Encoding: UTF-8 Depends: R (>= 3.6.0) LazyData: true Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Repository: https://bgreenwell.r-universe.dev Date/Publication: 2026-07-06 03:27:16 UTC RemoteUrl: https://github.com/bgreenwell/fastshap RemoteRef: main RemoteSha: fe2193ce5b17ea64fe60ff88e919417f434c4f91 NeedsCompilation: yes Packaged: 2026-07-06 04:14:16 UTC; root Author: Brandon Greenwell [aut, cre] (ORCID: ) Maintainer: Brandon Greenwell