diff --git a/DESCRIPTION b/DESCRIPTION index c1e8d4ed..9ccd7895 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: hardhat Title: Construct Modeling Packages -Version: 0.1.5.9000 +Version: 0.1.6 Authors@R: c(person(given = "Davis", family = "Vaughan", diff --git a/NEWS.md b/NEWS.md index b55e23e8..3ba0c530 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# hardhat (development version) +# hardhat 0.1.6 * Added a new family of `extract_*()` S3 generics for extracting important components from various tidymodels objects. S3 methods will be defined in diff --git a/cran-comments.md b/cran-comments.md index 1f4d6652..a638f029 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,19 +1,18 @@ -## Test environments -* local R installation, R 3.6.0 -* ubuntu 16.04 (on travis-ci), R 3.6.0 -* win-builder (devel) - ## R CMD check results 0 errors | 0 warnings | 0 notes ## revdepcheck results -We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages +## 0.1.6 Submission + +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. + ## 0.1.5 Submission This submission adds limited support for sparse matrix output.