diff --git a/DESCRIPTION b/DESCRIPTION index 3e16411..f60ab1d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bonsai Title: Model Wrappers for Tree-Based Models -Version: 0.0.2 +Version: 0.1.0 Authors@R: c( person("Daniel", "Falbel", , "dfalbel@curso-r.com", role = "aut"), person("Athos", "Damiani", , "adamiani@curso-r.com", role = "aut"), @@ -14,15 +14,15 @@ Authors@R: c( ) Description: Bindings for additional tree-based model engines for use with the 'parsnip' package. Models include gradient boosted decision trees - with LightGBM (Guolin et al, 2017. ) and + with 'LightGBM' (Ke et al, 2017.) and conditional inference trees and conditional random forests with - partykit (Hothorn and Zeileis, 2015. and + 'partykit' (Hothorn and Zeileis, 2015. and Hothorn et al, 2006. ). License: MIT + file LICENSE URL: https://bonsai.tidymodels.org/, https://github.com/tidymodels/bonsai BugReports: https://github.com/tidymodels/bonsai/issues Depends: - parsnip (>= 0.2.1.9001) + parsnip (>= 1.0.0) Imports: dials, dplyr, @@ -45,8 +45,6 @@ Suggests: tune VignetteBuilder: knitr -Remotes: - tidymodels/parsnip Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 diff --git a/README.Rmd b/README.Rmd index 0f6250b..0504ea4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,8 +22,9 @@ knitr::opts_chunk$set( [![R-CMD-check](https://github.com/tidymodels/bonsai/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/bonsai/actions) -The goal of bonsai is to provide bindings for additional tree-based model engines for use with the 'parsnip' package. -This package is based off of the work done in the [treesnip repository](https://github.com/curso-r/treesnip) by Athos Damiani, Daniel Falbel, and Roel Hogervorst. bonsai will be the official version that will go to CRAN; new development will reside here. +bonsai provides bindings for additional tree-based model engines for use with the [parsnip](https://parsnip.tidymodels.org/) package. + +This package is based off of the work done in the [treesnip repository](https://github.com/curso-r/treesnip) by Athos Damiani, Daniel Falbel, and Roel Hogervorst. bonsai is the official CRAN version of the package; new development will reside here. ## Installation diff --git a/README.md b/README.md index 1ab7b59..8a406ce 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ coverage](https://codecov.io/gh/tidymodels/bonsai/branch/main/graph/badge.svg)]( [![R-CMD-check](https://github.com/tidymodels/bonsai/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/bonsai/actions) -The goal of bonsai is to provide bindings for additional tree-based -model engines for use with the ‘parsnip’ package. This package is based -off of the work done in the [treesnip +bonsai provides bindings for additional tree-based model engines for use +with the [parsnip](https://parsnip.tidymodels.org/) package. + +This package is based off of the work done in the [treesnip repository](https://github.com/curso-r/treesnip) by Athos Damiani, -Daniel Falbel, and Roel Hogervorst. bonsai will be the official version -that will go to CRAN; new development will reside here. +Daniel Falbel, and Roel Hogervorst. bonsai is the official CRAN version +of the package; new development will reside here. ## Installation diff --git a/cran-comments.md b/cran-comments.md index 858617d..94b9293 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,8 @@ ## R CMD check results -0 errors | 0 warnings | 1 note +0 ERRORs | 0 WARNINGs | 1 NOTE -* This is a new release. +1 NOTE on "checking CRAN incoming feasibility" check: + +* Partially results from this submission being an initial release. +* Also flags "Possibly misspelled words in DESCRIPTION", noting author names cited in the package Description. Per past guidance on the R-package-devel mailing list, we've left these notes unaddressed.