Package: effectplots Title: Effect Plots Version: 0.2.3 Authors@R: person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")) Description: High-performance implementation of various effect plots useful for regression and probabilistic classification tasks. The package includes partial dependence plots (Friedman, 2021, ), accumulated local effect plots and M-plots (both from Apley and Zhu, 2016, ), as well as plots that describe the statistical associations between model response and features. It supports visualizations with either 'ggplot2' or 'plotly', and is compatible with most models, including 'Tidymodels', models wrapped in 'DALEX' explainers, or models with case weights. License: GPL (>= 3) Depends: R (>= 4.1.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: collapse, ggplot2, grDevices, labeling, patchwork, plotly, Rcpp, scales, stats Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/mayer79/effectplots BugReports: https://github.com/mayer79/effectplots/issues LinkingTo: Rcpp Enhances: h2o Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://mayer79.r-universe.dev Date/Publication: 2025-10-05 11:21:55 UTC RemoteUrl: https://github.com/mayer79/effectplots RemoteRef: HEAD RemoteSha: a1b1624226adb0b6d0fe9033fd429abc2d4405c9 NeedsCompilation: yes Packaged: 2026-07-02 08:19:57 UTC; root Author: Michael Mayer [aut, cre] Maintainer: Michael Mayer