Skip to content

Commit

Permalink
v1.0.2 release candidate (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Apr 21, 2023
1 parent 0645472 commit 62dd7fe
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stacks
Title: Tidy Model Stacking
Version: 1.0.1.9000
Version: 1.0.2
Authors@R: c(
person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre")),
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
Expand Down Expand Up @@ -36,7 +36,7 @@ Imports:
tune (>= 0.1.3),
vctrs (>= 0.6.1),
workflows (>= 0.2.3),
yardstick
yardstick (>= 1.1.0)
Suggests:
covr,
h2o,
Expand All @@ -53,8 +53,6 @@ Suggests:
workflowsets (>= 0.1.0)
VignetteBuilder:
knitr
Remotes:
tidyverse/dplyr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export(prediction_eqn)
export(stack_predict)
export(stacks)
import(rlang)
import(workflows)
importFrom(butcher,axe_call)
importFrom(butcher,axe_ctrl)
importFrom(butcher,axe_data)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# stacks (development version)
# stacks 1.0.2

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

Expand Down
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dplyr::`%>%`
#' @importFrom cli cli_warn
#' @importFrom cli cli_abort
#' @importFrom rlang caller_env %||%
#' @import workflows

# Global Variables
# ------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The full visual outline for these steps can be found [here](https://github.com/t

## contributing

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.
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.

- 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).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ vignette for an example of how this grammar is implemented!
## contributing

This project is released with a [Contributor Code of
Conduct](https://github.com/tidymodels/stacks/blob/main/CODE_OF_CONDUCT.md).
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.

- For questions and discussions about tidymodels packages, modeling,
Expand Down
6 changes: 4 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
This release addresses a breakage seen with an upcoming release of the package dependency {yardstick}.

## R CMD check results

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

## Reverse dependencies

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

0 comments on commit 62dd7fe

Please sign in to comment.