Package: pdp Type: Package Title: Partial Dependence Plots Version: 0.9.1.9000 Authors@R: person(c("Brandon", "M."), family = "Greenwell", email = "greenwell.brandon@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8120-0084")) Description: A general framework for constructing partial dependence (i.e., marginal effect) plots from various types of machine learning models in R. License: GPL (>= 2) URL: https://github.com/bgreenwell/pdp, https://bgreenwell.github.io/pdp/, https://bgreenwell.r-universe.dev/pdp BugReports: https://github.com/bgreenwell/pdp/issues Depends: R (>= 3.6.0) Suggests: C50, caret, covr, doParallel, e1071, earth, foreach, gbm, gridExtra, ICEbox, kernlab, knitr, magrittr, MASS, Matrix, mlbench, nnet, party, randomForest, ranger, rmarkdown, rpart, tinytest, xgboost (>= 3.1.3.1) Imports: graphics, grDevices, lattice, methods, stats, tinyplot, utils LazyData: TRUE RoxygenNote: 7.3.3 Encoding: UTF-8 VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Repository: https://bgreenwell.r-universe.dev Date/Publication: 2026-07-04 15:48:53 UTC RemoteUrl: https://github.com/bgreenwell/pdp RemoteRef: main RemoteSha: 11ca057222ec197e4bf7a6eb5a836a460b08d70a NeedsCompilation: yes Packaged: 2026-07-04 16:12:46 UTC; root Author: Brandon M. Greenwell [aut, cre] (ORCID: ) Maintainer: Brandon M. Greenwell