diff --git a/DESCRIPTION b/DESCRIPTION index b6349b1c5..b822ccb26 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: parsnip Title: A Common API to Modeling and Analysis Functions -Version: 0.2.0.9000 +Version: 0.2.1 Authors@R: c( person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")), person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index e5219266e..822a061ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# parsnip (development version) +# parsnip 0.2.1 + +* Fixed a major bug in spark models induced in the previous version (#671). + +* Updated the parsnip add-in with new models and engines. + +* Updated parameter ranges for some `tunable()` methods and added a missing engine argument for brulee models. + +* Added information about how to install the mixOmics package for PLS models (#680) # parsnip 0.2.0 diff --git a/revdep/README.md b/revdep/README.md index 1ade5cde5..236be7568 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,50 +1,35 @@ # Platform -|field |value | -|:--------|:----------------------------| -|version |R version 4.0.3 (2020-10-10) | -|os |macOS Catalina 10.15.7 | -|system |x86_64, darwin17.0 | -|ui |RStudio | -|language |(EN) | -|collate |en_US.UTF-8 | -|ctype |en_US.UTF-8 | -|tz |America/New_York | -|date |2021-05-18 | +|field |value | +|:--------|:---------------------------------------------------------------------------| +|version |R version 4.1.2 (2021-11-01) | +|os |macOS Catalina 10.15.7 | +|system |x86_64, darwin17.0 | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |America/New_York | +|date |2022-03-16 | +|rstudio |2021.09.1+372 Ghost Orchid (desktop) | +|pandoc |2.14.0.3 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown) | # Dependencies -|package |old |new |Δ | -|:-----------|:------|:----------|:--| -|parsnip |0.1.5 |0.1.5.9003 |* | -|cli |2.5.0 |2.5.0 | | -|cpp11 |0.2.7 |0.2.7 | | -|crayon |1.4.1 |1.4.1 | | -|dplyr |1.0.6 |1.0.6 | | -|ellipsis |0.3.2 |0.3.2 | | -|fansi |0.4.2 |0.4.2 | | -|generics |0.1.0 |0.1.0 | | -|globals |0.14.0 |0.14.0 | | -|glue |1.4.2 |1.4.2 | | -|lifecycle |1.0.0 |1.0.0 | | -|magrittr |2.0.1 |2.0.1 | | -|pillar |1.6.1 |1.6.1 | | -|pkgconfig |2.0.3 |2.0.3 | | -|prettyunits |1.1.1 |1.1.1 | | -|purrr |0.3.4 |0.3.4 | | -|R6 |2.5.0 |2.5.0 | | -|rlang |0.4.11 |0.4.11 | | -|tibble |3.1.2 |3.1.2 | | -|tidyr |1.1.3 |1.1.3 | | -|tidyselect |1.1.1 |1.1.1 | | -|utf8 |1.2.1 |1.2.1 | | -|vctrs |0.3.8 |0.3.8 | | +|package |old |new |Δ | +|:-------|:-----|:----------|:--| +|parsnip |0.2.0 |0.2.1 |* | +|hardhat |NA |0.2.0.9000 |* | +|pillar |NA |1.7.0.9000 |* | +|rlang |NA |1.0.2 |* | +|withr |NA |2.5.0 |* | # Revdeps -## Failed to check (1) +## Failed to check (2) -|package |version |error |warning |note | -|:-------|:-------|:-----|:-------|:----| -|insight |? | | | | +|package |version |error |warning |note | +|:-----------|:-------|:-----|:-------|:----| +|bayesmodels |0.1.0 |1 | | | +|garchmodels |0.1.1 |1 | | | diff --git a/revdep/data.sqlite b/revdep/data.sqlite index 90f43e847..48a2e9e22 100644 Binary files a/revdep/data.sqlite and b/revdep/data.sqlite differ