Skip to content

Commit

Permalink
doc update for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Sep 13, 2019
1 parent 403ad1c commit 1e10717
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# `recipes` 0.1.7

Release driven by changes in `tidyr` (v 1.0.0).


## Breaking Changes

`format_selector()`'s `wdth` argument has been renamed to `width`
Expand All @@ -11,8 +14,6 @@

## Other Changes

* This release was triggered by the changes in `tidyr` (v 1.0.0).

* The use of `varying()` will be deprecated in favor of an upcoming function `tune()`. No changes are need in this version, but subsequent versions will work with `tune()`.

* `format_ch_vec()` and `format_selector()` are now exported ([#250](https://github.com/tidymodels/recipes/issues/250)).
Expand Down
8 changes: 6 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ reference:
- step_geodist
- step_ica
- step_isomap
- step_kpca
- step_kpca_poly
- step_kpca_rbf
- step_mutate_at
- step_nnmf
- step_pca
- step_pls
Expand Down Expand Up @@ -116,13 +118,15 @@ reference:
contents:
- step_intercept
- step_profile
- step_rename
- step_rename_at
- step_window
- title: Check Functions
contents:
- matches("^check_")
- title: Example Datasets
contents:
- matches("(okc)|(biomass)|(credit)|(covers)")
- matches("(okc)|(biomass)|(credit)|(covers)||(Smithsonian)")

navbar:
left:
Expand Down
15 changes: 4 additions & 11 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,13 @@
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2019-06-30 |
|date |2019-09-13 |

# Dependencies

|package |old |new |Δ |
|:--------|:-----|:-----------|:--|
|recipes |0.1.5 |0.1.6 |* |
|dplyr |NA |0.8.2 |* |
|gower |NA |0.2.1 |* |
|ipred |NA |0.9-9 |* |
|numDeriv |NA |2016.8-1.1 |* |
|pillar |NA |1.4.2 |* |
|rlang |NA |0.4.0.9000 |* |
|vctrs |NA |0.1.99.9000 |* |
|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|recipes |0.1.6 |0.1.7 |* |

# Revdeps

Binary file modified revdep/data.sqlite
Binary file not shown.

0 comments on commit 1e10717

Please sign in to comment.