Skip to content

Commit 4dcff6c

Browse files
topepohfrick
andauthored
changes for 0.2.1 release (#684)
* changes for 0.2.1 release * Apply suggestions from code review Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com> Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
1 parent edf88ab commit 4dcff6c

File tree

4 files changed

+35
-42
lines changed

4 files changed

+35
-42
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parsnip
22
Title: A Common API to Modeling and Analysis Functions
3-
Version: 0.2.0.9000
3+
Version: 0.2.1
44
Authors@R: c(
55
person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),

NEWS.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# parsnip (development version)
1+
# parsnip 0.2.1
2+
3+
* Fixed a major bug in spark models induced in the previous version (#671).
4+
5+
* Updated the parsnip add-in with new models and engines.
6+
7+
* Updated parameter ranges for some `tunable()` methods and added a missing engine argument for brulee models.
8+
9+
* Added information about how to install the mixOmics package for PLS models (#680)
210

311
# parsnip 0.2.0
412

revdep/README.md

+25-40
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,35 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:----------------------------|
5-
|version |R version 4.0.3 (2020-10-10) |
6-
|os |macOS Catalina 10.15.7 |
7-
|system |x86_64, darwin17.0 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/New_York |
13-
|date |2021-05-18 |
3+
|field |value |
4+
|:--------|:---------------------------------------------------------------------------|
5+
|version |R version 4.1.2 (2021-11-01) |
6+
|os |macOS Catalina 10.15.7 |
7+
|system |x86_64, darwin17.0 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |America/New_York |
13+
|date |2022-03-16 |
14+
|rstudio |2021.09.1+372 Ghost Orchid (desktop) |
15+
|pandoc |2.14.0.3 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown) |
1416

1517
# Dependencies
1618

17-
|package |old |new |Δ |
18-
|:-----------|:------|:----------|:--|
19-
|parsnip |0.1.5 |0.1.5.9003 |* |
20-
|cli |2.5.0 |2.5.0 | |
21-
|cpp11 |0.2.7 |0.2.7 | |
22-
|crayon |1.4.1 |1.4.1 | |
23-
|dplyr |1.0.6 |1.0.6 | |
24-
|ellipsis |0.3.2 |0.3.2 | |
25-
|fansi |0.4.2 |0.4.2 | |
26-
|generics |0.1.0 |0.1.0 | |
27-
|globals |0.14.0 |0.14.0 | |
28-
|glue |1.4.2 |1.4.2 | |
29-
|lifecycle |1.0.0 |1.0.0 | |
30-
|magrittr |2.0.1 |2.0.1 | |
31-
|pillar |1.6.1 |1.6.1 | |
32-
|pkgconfig |2.0.3 |2.0.3 | |
33-
|prettyunits |1.1.1 |1.1.1 | |
34-
|purrr |0.3.4 |0.3.4 | |
35-
|R6 |2.5.0 |2.5.0 | |
36-
|rlang |0.4.11 |0.4.11 | |
37-
|tibble |3.1.2 |3.1.2 | |
38-
|tidyr |1.1.3 |1.1.3 | |
39-
|tidyselect |1.1.1 |1.1.1 | |
40-
|utf8 |1.2.1 |1.2.1 | |
41-
|vctrs |0.3.8 |0.3.8 | |
19+
|package |old |new |Δ |
20+
|:-------|:-----|:----------|:--|
21+
|parsnip |0.2.0 |0.2.1 |* |
22+
|hardhat |NA |0.2.0.9000 |* |
23+
|pillar |NA |1.7.0.9000 |* |
24+
|rlang |NA |1.0.2 |* |
25+
|withr |NA |2.5.0 |* |
4226

4327
# Revdeps
4428

45-
## Failed to check (1)
29+
## Failed to check (2)
4630

47-
|package |version |error |warning |note |
48-
|:-------|:-------|:-----|:-------|:----|
49-
|insight |? | | | |
31+
|package |version |error |warning |note |
32+
|:-----------|:-------|:-----|:-------|:----|
33+
|bayesmodels |0.1.0 |1 | | |
34+
|garchmodels |0.1.1 |1 | | |
5035

revdep/data.sqlite

1.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)