-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add type checking files * remove newly unneeded checking functions * snapshot updates from tidymodels/recipes#1381 * updates files * basic replacements * type checker replacements * tidymodels/tailor#53 * Update R/checks.R Co-authored-by: Simon P. Couch <[email protected]> * add remote to get proper error messages * typo * update remotes? * only test snapshots with more recent version of R *with* rankdeficient --------- Co-authored-by: Simon P. Couch <[email protected]>
- Loading branch information
1 parent
bc5422a
commit 1184068
Showing
23 changed files
with
1,144 additions
and
243 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Version: 1.2.1.9000 | |
Authors@R: c( | ||
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-2402-136X")), | ||
person(given = "Posit Software, PBC", role = c("cph", "fnd")) | ||
person("Posit Software, PBC", role = c("cph", "fnd")) | ||
) | ||
Description: The ability to tune models is important. 'tune' contains | ||
functions and classes to be used in conjunction with other | ||
|
@@ -27,12 +27,12 @@ Imports: | |
ggplot2, | ||
glue (>= 1.6.2), | ||
GPfit, | ||
hardhat (>= 1.2.0), | ||
hardhat (>= 1.4.0.9002), | ||
lifecycle (>= 1.0.0), | ||
parsnip (>= 1.2.0), | ||
parsnip (>= 1.2.1.9003), | ||
purrr (>= 1.0.0), | ||
recipes (>= 1.0.4), | ||
rlang (>= 1.1.0), | ||
recipes (>= 1.1.0.9001), | ||
rlang (>= 1.1.4), | ||
rsample (>= 1.2.1.9000), | ||
tailor, | ||
tibble (>= 3.1.0), | ||
|
@@ -57,8 +57,11 @@ Suggests: | |
xgboost, | ||
xml2 | ||
Remotes: | ||
tidymodels/hardhat, | ||
tidymodels/parsnip, | ||
tidymodels/recipes, | ||
tidymodels/rsample, | ||
tidymodels/tailor, | ||
tidymodels/tailor, | ||
tidymodels/workflows | ||
Config/Needs/website: pkgdown, tidymodels, kknn, doParallel, doFuture, | ||
tidyverse/tidytemplate | ||
|
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
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
Oops, something went wrong.