Skip to content

Commit e78539f

Browse files
authored
Merge pull request #165 from tidymodels/rc/0.1.6
RC 0.1.6
2 parents c45915c + 697e6c7 commit e78539f

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: hardhat
22
Title: Construct Modeling Packages
3-
Version: 0.1.5.9000
3+
Version: 0.1.6
44
Authors@R:
55
c(person(given = "Davis",
66
family = "Vaughan",

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.6
22

33
* Added a new family of `extract_*()` S3 generics for extracting important
44
components from various tidymodels objects. S3 methods will be defined in

cran-comments.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
## Test environments
2-
* local R installation, R 3.6.0
3-
* ubuntu 16.04 (on travis-ci), R 3.6.0
4-
* win-builder (devel)
5-
61
## R CMD check results
72

83
0 errors | 0 warnings | 0 notes
94

105
## revdepcheck results
116

12-
We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
7+
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
138

149
* We saw 0 new problems
1510
* We failed to check 0 packages
1611

12+
## 0.1.6 Submission
13+
14+
This submission adds a new family of `extract_*()` generics for usage in other tidymodels packages. It also formally removes support for logical `indicators` in `default_formula_blueprint()`, which has been soft deprecated for awhile now.
15+
1716
## 0.1.5 Submission
1817

1918
This submission adds limited support for sparse matrix output.

0 commit comments

Comments
 (0)