Skip to content

Commit 62dd7fe

Browse files
authored
v1.0.2 release candidate (#198)
1 parent 0645472 commit 62dd7fe

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: stacks
22
Title: Tidy Model Stacking
3-
Version: 1.0.1.9000
3+
Version: 1.0.2
44
Authors@R: c(
55
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre")),
66
person("Max", "Kuhn", , "[email protected]", role = "aut"),
@@ -36,7 +36,7 @@ Imports:
3636
tune (>= 0.1.3),
3737
vctrs (>= 0.6.1),
3838
workflows (>= 0.2.3),
39-
yardstick
39+
yardstick (>= 1.1.0)
4040
Suggests:
4141
covr,
4242
h2o,
@@ -53,8 +53,6 @@ Suggests:
5353
workflowsets (>= 0.1.0)
5454
VignetteBuilder:
5555
knitr
56-
Remotes:
57-
tidyverse/dplyr
5856
Config/Needs/website: tidyverse/tidytemplate
5957
Config/testthat/edition: 3
6058
Encoding: UTF-8

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export(prediction_eqn)
6161
export(stack_predict)
6262
export(stacks)
6363
import(rlang)
64+
import(workflows)
6465
importFrom(butcher,axe_call)
6566
importFrom(butcher,axe_ctrl)
6667
importFrom(butcher,axe_data)

NEWS.md

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

33
* Added an `augment()` method for `model_stack` objects (#173).
44

R/utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dplyr::`%>%`
99
#' @importFrom cli cli_warn
1010
#' @importFrom cli cli_abort
1111
#' @importFrom rlang caller_env %||%
12+
#' @import workflows
1213

1314
# Global Variables
1415
# ------------------------------------------------------------------------

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The full visual outline for these steps can be found [here](https://github.com/t
7979

8080
## contributing
8181

82-
This project is released with a [Contributor Code of Conduct](https://github.com/tidymodels/stacks/blob/main/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
82+
This project is released with a [Contributor Code of Conduct](https://github.com/tidymodels/stacks/blob/main/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
8383

8484
- For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on Posit Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
8585

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ vignette for an example of how this grammar is implemented!
171171
## contributing
172172

173173
This project is released with a [Contributor Code of
174-
Conduct](https://github.com/tidymodels/stacks/blob/main/CODE_OF_CONDUCT.md).
174+
Conduct](https://github.com/tidymodels/stacks/blob/main/.github/CODE_OF_CONDUCT.md).
175175
By contributing to this project, you agree to abide by its terms.
176176

177177
- For questions and discussions about tidymodels packages, modeling,

cran-comments.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
This release addresses a breakage seen with an upcoming release of the package dependency {yardstick}.
2+
13
## R CMD check results
24

3-
There were no ERRORs, WARNINGs, or NOTEs.
5+
There were no ERRORs or WARNINGs. 1 NOTE is raised due to the change in maintainer email address.
46

57
## Reverse dependencies
68

7-
We checked 1 reverse dependency, DALEXtra, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.
9+
We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.

0 commit comments

Comments
 (0)