Package: bonsai Title: Model Wrappers for Tree-Based Models Version: 0.4.1.9000 Authors@R: c( person("Daniel", "Falbel", , "dfalbel@curso-r.com", role = "aut"), person("Athos", "Damiani", , "adamiani@curso-r.com", role = "aut"), person("Roel M.", "Hogervorst", , "hogervorst.rm@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7509-0328")), person("Max", "Kuhn", , "max@posit.co", role = "aut", comment = c(ORCID = "0000-0003-2402-136X")), person("Simon", "Couch", , "simon.couch@posit.co", role = "aut", comment = c(ORCID = "0000-0001-5676-5107")), person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Bindings for additional tree-based model engines for use with the 'parsnip' package. Models include gradient boosted decision trees with 'LightGBM' (Ke et al, 2017.), conditional inference trees and conditional random forests with 'partykit' (Hothorn and Zeileis, 2015. and Hothorn et al, 2006. ), and accelerated oblique random forests with 'aorsf' (Jaeger et al, 2022 ). License: MIT + file LICENSE URL: https://bonsai.tidymodels.org/, https://github.com/tidymodels/bonsai BugReports: https://github.com/tidymodels/bonsai/issues Depends: parsnip (>= 1.4.0), R (>= 4.1) Imports: cli, dials, dplyr, purrr, rlang (>= 1.1.0), stats, tibble, utils, withr Suggests: aorsf (>= 0.1.5), covr, knitr, lightgbm, Matrix, modeldata, partykit, rmarkdown, rsample, testthat (>= 3.0.0), tune VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-25 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-05-21 23:34:17 UTC RemoteUrl: https://github.com/tidymodels/bonsai RemoteRef: HEAD RemoteSha: fe70ae95c38e791865ab4bf7c55771b26f206f67 NeedsCompilation: no Packaged: 2026-06-22 22:12:24 UTC; root Author: Daniel Falbel [aut], Athos Damiani [aut], Roel M. Hogervorst [aut] (ORCID: ), Max Kuhn [aut] (ORCID: ), Simon Couch [aut] (ORCID: ), Emil Hvitfeldt [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Emil Hvitfeldt