Skip to content

changes for 0.2.1 release #684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
65 changes: 25 additions & 40 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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 | | |

Binary file modified revdep/data.sqlite
Binary file not shown.