diff --git a/DESCRIPTION b/DESCRIPTION index df7fc897..dd02ca12 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), @@ -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, @@ -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 diff --git a/NAMESPACE b/NAMESPACE index 732ec9f3..1e42dde9 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/NEWS.md b/NEWS.md index dc6a31f1..ee0f7f9d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# stacks (development version) +# stacks 1.0.2 * Added an `augment()` method for `model_stack` objects (#173). diff --git a/R/utils.R b/R/utils.R index 977d8436..78337c06 100644 --- a/R/utils.R +++ b/R/utils.R @@ -9,6 +9,7 @@ dplyr::`%>%` #' @importFrom cli cli_warn #' @importFrom cli cli_abort #' @importFrom rlang caller_env %||% +#' @import workflows # Global Variables # ------------------------------------------------------------------------ diff --git a/README.Rmd b/README.Rmd index 6f90fc1f..cb9af2e6 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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). diff --git a/README.md b/README.md index dcbe1011..ebea5386 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/cran-comments.md b/cran-comments.md index adb4df0b..a8633cfb 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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. \ No newline at end of file +We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.