-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version and link updates * reinstate tests --------- Co-authored-by: ‘topepo’ <‘[email protected]’>
- Loading branch information
Showing
5 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |