Package: e2tree Title: Explainable Ensemble Trees Version: 1.2.0.9000 Authors@R: c( person(given = "Massimo", family = "Aria", role = c("aut", "cre", "cph"), email = "aria@unina.it", comment = c(ORCID = "0000-0002-8517-9411")), person(given = "Agostino", family = "Gnasso", role = c("aut", "cph"), email = "agostino.gnasso@unina.it", comment = c(ORCID = "0000-0002-8046-3923")) ) Description: The Explainable Ensemble Trees 'e2tree' approach has been proposed by Aria et al. (2024) . It aims to explain and interpret decision tree ensemble models using a single tree-like structure. 'e2tree' is a new way of explaining an ensemble tree trained through 'randomForest' or 'xgboost' packages. License: MIT + file LICENSE URL: https://github.com/massimoaria/e2tree BugReports: https://github.com/massimoaria/e2tree/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: ape, dplyr, parallel, future.apply, ggplot2, Matrix, partitions, purrr, rpart.plot, tidyr, Rcpp LazyData: true LinkingTo: Rcpp Suggests: doParallel, foreach, htmlwidgets, jsonlite, knitr, partykit, gbm, lightgbm, randomForest, ranger, xgboost, rmarkdown, RSpectra, testthat (>= 3.0.0), visNetwork VignetteBuilder: knitr Config/testthat/edition: 3 Depends: R (>= 3.5) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libgmp3-dev libicu-dev Repository: https://massimoaria.r-universe.dev Date/Publication: 2026-05-16 11:01:24 UTC RemoteUrl: https://github.com/massimoaria/e2tree RemoteRef: HEAD RemoteSha: 163220441fbe5b61fb406cbbc824e6d481cbe619 NeedsCompilation: yes Packaged: 2026-06-15 07:22:48 UTC; root Author: Massimo Aria [aut, cre, cph] (ORCID: ), Agostino Gnasso [aut, cph] (ORCID: ) Maintainer: Massimo Aria