Skip to content

Commit

Permalink
Merge pull request #146 from tidymodels/rc-0.1.4
Browse files Browse the repository at this point in the history
RC 0.1.4
  • Loading branch information
DavisVaughan authored Jul 2, 2020
2 parents e88c593 + 7950f28 commit 1345ae6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hardhat
Title: Construct Modeling Packages
Version: 0.1.3.9000
Version: 0.1.4
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hardhat (development version)
# hardhat 0.1.4

* Setting `indicators = "none"` in `default_formula_blueprint()` no longer
accidentally expands character columns into dummy variable columns. They
Expand Down
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@

## revdepcheck results

We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 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.4 Submission

This submission tweaks the `indicators` argument of `default_formula_blueprint()` to allow for one hot encoding. It also fixes a small bug with character columns.

## 0.1.3 Submission

This submission keeps hardhat up to date with vctrs 0.3.0 and fixes a few bugs
Expand Down
15 changes: 7 additions & 8 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.0 (2019-04-26) |
|os |macOS Mojave 10.14.5 |
|system |x86_64, darwin15.6.0 |
|version |R version 4.0.0 (2020-04-24) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2020-05-20 |
|date |2020-07-02 |

# Dependencies

|package |old |new |Δ |
|:--------|:-----|:----------|:--|
|hardhat |0.1.2 |0.1.3 |* |
|ellipsis |NA |0.3.1.9000 |* |
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|hardhat |0.1.3 |0.1.4 |* |

# Revdeps

0 comments on commit 1345ae6

Please sign in to comment.