Skip to content

Commit

Permalink
merge pr #29: v0.1.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Jun 23, 2022
2 parents a8a1d96 + f43ed11 commit 0700751
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
10 changes: 4 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = "aut"),
person("Athos", "Damiani", , "[email protected]", role = "aut"),
Expand All @@ -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. <doi:10.5555/3294996.3295074>) and
with 'LightGBM' (Ke et al, 2017.) and
conditional inference trees and conditional random forests with
partykit (Hothorn and Zeileis, 2015. <doi:10.5555/2789272.2912120> and
'partykit' (Hothorn and Zeileis, 2015. and
Hothorn et al, 2006. <doi:10.1198/106186006X133933>).
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,
Expand All @@ -45,8 +45,6 @@ Suggests:
tune
VignetteBuilder:
knitr
Remotes:
tidymodels/parsnip
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

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

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

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

Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0700751

Please sign in to comment.