Package: bonsai
Title: Model Wrappers for Tree-Based Models
Version: 0.3.0
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 = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5676-5107")),       
    person(given = "Posit Software, PBC", role = c("cph", "fnd"))
  )
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. <doi:10.1198/106186006X133933>), and accelerated
    oblique random forests with 'aorsf' (Jaeger et al, 2022 
    <doi:10.5281/zenodo.7116854>).
License: MIT + file LICENSE
URL: https://bonsai.tidymodels.org/,
        https://github.com/tidymodels/bonsai
BugReports: https://github.com/tidymodels/bonsai/issues
Depends: R (>= 4.0), parsnip (>= 1.0.1)
Imports: cli, dials, dplyr, glue, purrr, rlang, stats, tibble, utils
Suggests: covr, knitr, lightgbm, aorsf (>= 0.1.5), modeldata, partykit,
        rmarkdown, rsample, testthat (>= 3.0.0), tune
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-06-23 17:23:08 UTC; simoncouch
Author: Daniel Falbel [aut],
  Athos Damiani [aut],
  Roel M. Hogervorst [aut] (<https://orcid.org/0000-0001-7509-0328>),
  Max Kuhn [aut] (<https://orcid.org/0000-0003-2402-136X>),
  Simon Couch [aut, cre] (<https://orcid.org/0000-0001-5676-5107>),
  Posit Software, PBC [cph, fnd]
Maintainer: Simon Couch <simon.couch@posit.co>
Repository: CRAN
Date/Publication: 2024-06-23 22:30:11 UTC
