Type: Package Package: lime Title: Local Interpretable Model-Agnostic Explanations Version: 0.5.4.9000 Authors@R: c( person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-5147-4711")), person("Michaël", "Benesty", , "michael@benesty.fr", role = "aut") ) Maintainer: Emil Hvitfeldt Description: When building complex models, it is often difficult to explain why the model should be trusted. While global measures such as accuracy are useful, they cannot be used for explaining why a model made a specific prediction. 'lime' (a port of the 'lime' 'Python' package) is a method for explaining the outcome of black box models by fitting a local model around the point in question an perturbations of this point. The approach is described in more detail in the article by Ribeiro et al. (2016) . License: MIT + file LICENSE URL: https://lime.data-imaginist.com, https://github.com/tidymodels/lime, https://lime.data-imaginist.com/ BugReports: https://github.com/tidymodels/lime/issues Depends: R (>= 4.1) Imports: assertthat, ggplot2, glmnet, glue, gower, grDevices, lifecycle, Matrix, methods, Rcpp, rlang, stats, stringi, tools Suggests: covr, h2o, htmlwidgets, keras, knitr, magick, MASS, mlr, ranger, rmarkdown, sessioninfo, shiny, shinythemes, testthat (>= 3.0.0), text2vec, xgboost LinkingTo: Rcpp, RcppEigen VignetteBuilder: knitr Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-12-08 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-12-11 17:10:18 UTC RemoteUrl: https://github.com/tidymodels/lime RemoteRef: HEAD RemoteSha: 1c9f97478b442d851b907de8042c298f9ac832b0 NeedsCompilation: yes Packaged: 2026-06-09 07:17:25 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Thomas Lin Pedersen [aut] (ORCID: ), Michaël Benesty [aut]