Skip to content

Commit 96a940e

Browse files
authored
Merge pull request #127 from tidymodels/rc-0.1.2
RC 0.1.2
2 parents de7bde7 + 257b7c0 commit 96a940e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: hardhat
22
Title: Construct Modeling Packages
3-
Version: 0.1.1.9000
3+
Version: 0.1.2
44
Authors@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)
3636
URL: https://github.com/tidymodels/hardhat
3737
BugReports: https://github.com/tidymodels/hardhat/issues
3838
VignetteBuilder: knitr

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
0 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

1216
This submission fixes the test error from the new recipes 0.1.8 update.

0 commit comments

Comments
 (0)