Package: randomPlantedForest Title: Random Planted Forest: A Directly Interpretable Tree Ensemble Version: 0.3.0 Authors@R: c( person(c("Joseph", "Theo"), "Meyer", role = "aut"), person("Munir", "Hiabu", role = "aut"), person("Maike", "Spankus", role = "aut"), person(c("Marvin", "N."), "Wright", , "cran@wrig.de", role = "aut"), person("Lukas", "Burk", , "burk@leibniz-bips.de", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7528-3795")) ) Description: An implementation of the Random Planted Forest algorithm for directly interpretable tree ensembles based on a functional ANOVA decomposition. License: Apache License (>= 2) URL: https://github.com/PlantedML/randomPlantedForest, http://plantedml.com/randomPlantedForest/ BugReports: https://github.com/PlantedML/randomPlantedForest/issues Imports: checkmate, data.table, hardhat, methods, Rcpp, utils Suggests: knitr, mvtnorm, recipes, rmarkdown, testthat (>= 3.0.0) LinkingTo: Rcpp VignetteBuilder: knitr Config/Needs/coverage: covr Config/Needs/website: patchwork, ggplot2 Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Repository: https://plantedml.r-universe.dev Date/Publication: 2026-07-13 21:37:59 UTC RemoteUrl: https://github.com/PlantedML/randomPlantedForest RemoteRef: HEAD RemoteSha: 78a6393ee949f7dca58af7ddb7391d27d932411c NeedsCompilation: yes Packaged: 2026-07-13 21:43:44 UTC; root Author: Joseph Theo Meyer [aut], Munir Hiabu [aut], Maike Spankus [aut], Marvin N. Wright [aut], Lukas Burk [cre, aut] (ORCID: ) Maintainer: Lukas Burk