Skip to content

Commit c3cc8f4

Browse files
authored
changes for submission (#1499)
1 parent 8357479 commit c3cc8f4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: recipes
22
Title: Preprocessing and Feature Engineering Steps for Modeling
3-
Version: 1.2.1.9000
3+
Version: 1.3.0
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
66
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
77
person("Emil", "Hvitfeldt", , "[email protected]", role = "aut"),
8-
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
8+
person("Posit Software, PBC", role = c("cph", "fnd"))
99
)
1010
Description: A recipe prepares your data for modeling. We provide an
1111
extensible framework for pipeable sequences of feature engineering
@@ -34,7 +34,7 @@ Imports:
3434
Matrix,
3535
purrr (>= 1.0.0),
3636
rlang (>= 1.1.0),
37-
sparsevctrs (>= 0.3.0),
37+
sparsevctrs (>= 0.3.3),
3838
stats,
3939
tibble,
4040
tidyr (>= 1.0.0),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# recipes (development version)
1+
# recipes 1.3.0
22

33
* Fixed printing for `step_geodist()` when no variables are selected. (#1423)
44

man/recipe.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)