Skip to content

Commit

Permalink
RC 1.2.1 (#1089)
Browse files Browse the repository at this point in the history
* version and link updates

* reinstate tests

---------

Co-authored-by: ‘topepo’ <‘[email protected]’>
  • Loading branch information
topepo and ‘topepo’ authored Mar 23, 2024
1 parent 0e49f78 commit 322a43b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
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: 1.2.0.9001
Version: 1.2.1
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# parsnip (development version)
# parsnip 1.2.1

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

* A few changes were made to achive more speed-ups (#1075) (#1073) (#1072)

# parsnip 1.2.0

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ A list of all parsnip models across different CRAN packages can be found at http

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.

- 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).
- 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).

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ By contributing to this project, you agree to abide by its terms.

- 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).
Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).

- If you think you have encountered a bug, please [submit an
issue](https://github.com/tidymodels/parsnip/issues).
Expand Down
11 changes: 1 addition & 10 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
library(testthat)
library(parsnip)

# Added this check on 2023-08-17 because the debian check service was allowing
# data.tabe to use too many cores. This led to notes of about user time
# exceeding cpu time. We explained for 4 submissions that this is unrelated to
# parsnip. Our messages were ignored and the submission was deleted.
# The underlying issue is shown here:
# https://github.com/Rdatatable/data.table/issues/5658

if (!parsnip:::is_cran_check()) {
test_check("parsnip")
}
test_check("parsnip")

0 comments on commit 322a43b

Please sign in to comment.