Skip to content

Commit 322a43b

Browse files
topepo‘topepo’
and
‘topepo’
authored
RC 1.2.1 (#1089)
* version and link updates * reinstate tests --------- Co-authored-by: ‘topepo’ <‘[email protected]’>
1 parent 0e49f78 commit 322a43b

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

Diff for: 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: 1.2.0.9001
3+
Version: 1.2.1
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "[email protected]", role = "aut"),

Diff for: NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# parsnip (development version)
1+
# parsnip 1.2.1
22

33
* Added a missing `tidy()` method for survival analysis glmnet models (#1086).
44

5+
* A few changes were made to achive more speed-ups (#1075) (#1073) (#1072)
6+
57
# parsnip 1.2.0
68

79
## Bug Fixes

Diff for: README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ A list of all parsnip models across different CRAN packages can be found at http
125125

126126
This project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
127127

128-
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
128+
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on RStudio Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).
129129

130130
- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/parsnip/issues).
131131

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ By contributing to this project, you agree to abide by its terms.
168168

169169
- For questions and discussions about tidymodels packages, modeling, and
170170
machine learning, please [post on RStudio
171-
Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
171+
Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).
172172

173173
- If you think you have encountered a bug, please [submit an
174174
issue](https://github.com/tidymodels/parsnip/issues).

Diff for: tests/testthat.R

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
library(testthat)
22
library(parsnip)
33

4-
# Added this check on 2023-08-17 because the debian check service was allowing
5-
# data.tabe to use too many cores. This led to notes of about user time
6-
# exceeding cpu time. We explained for 4 submissions that this is unrelated to
7-
# parsnip. Our messages were ignored and the submission was deleted.
8-
# The underlying issue is shown here:
9-
# https://github.com/Rdatatable/data.table/issues/5658
10-
11-
if (!parsnip:::is_cran_check()) {
12-
test_check("parsnip")
13-
}
4+
test_check("parsnip")

0 commit comments

Comments
 (0)