Package: fastshap Type: Package Title: Fast Approximate Shapley Values Version: 0.1.5 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 Strumbel 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: foreach, Rcpp (>= 1.0.1), utils Enhances: lightgbm, xgboost Suggests: AmesHousing, covr, doParallel, earth, ggplot2, knitr, ranger, rmarkdown, shapviz (>= 0.8.0), tibble, 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-06-29 18:13:27 UTC RemoteUrl: https://github.com/bgreenwell/fastshap RemoteRef: HEAD RemoteSha: a1ad363bbd3413bd659944538caa5dc0533d8261 NeedsCompilation: yes Packaged: 2026-06-29 19:54:55 UTC; root Author: Brandon Greenwell [aut, cre] (ORCID: ) Maintainer: Brandon Greenwell