File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Package: hardhat
22Title: Construct Modeling Packages
3- Version: 0.1.1.9000
3+ Version: 0.1.2
44Authors@R: c(
55 person("Davis", "Vaughan", , "
[email protected] ", c("aut", "cre")),
66 person("Max", "Kuhn", , "
[email protected] ", c("aut")),
@@ -32,7 +32,7 @@ Imports:
3232 glue,
3333 rlang (>= 0.4.1),
3434 tibble,
35- vctrs (>= 0.2.0 )
35+ vctrs (>= 0.2.3 )
3636URL: https://github.com/tidymodels/hardhat
3737BugReports: https://github.com/tidymodels/hardhat/issues
3838VignetteBuilder: knitr
Original file line number Diff line number Diff line change 1- # hardhat (development version)
1+ # hardhat 0.1.2
22
33* ` default_recipe_blueprint() ` now defaults to prepping recipes with
44 ` fresh = TRUE ` . This is a safer default, and guards the user against
Original file line number Diff line number Diff line change 77
880 errors | 0 warnings | 0 notes
99
10+ ## 0.1.2 Submission
11+
12+ This submission fixes a ` stringsAsFactors ` note and slightly tweaks how recipes are preprocessed.
13+
1014## 0.1.1 Submission
1115
1216This submission fixes the test error from the new recipes 0.1.8 update.
You can’t perform that action at this time.
0 commit comments