diff --git a/DESCRIPTION b/DESCRIPTION index 167778e..07fba64 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: stacks Title: Tidy Model Stacking -Version: 1.0.5.9000 +Version: 1.1.0 Authors@R: c( person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre")), person("Max", "Kuhn", , "max@posit.co", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 565cd2d..e2cfb03 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# stacks (development version) +# stacks 1.1.0 * Model stack and data stack print methods no longer raise conditions to print to the console (#228). diff --git a/README.Rmd b/README.Rmd index c39a294..bc6c07a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -5,7 +5,6 @@ output: github_document [![DOI badge](https://joss.theoj.org/papers/10.21105/joss.04471/status.svg)](https://doi.org/10.21105/joss.04471) [![R build status](https://github.com/simonpcouch/stacks/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/stacks/actions) -[![Codecov test coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/stacks?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/stacks)](https://CRAN.R-project.org/package=stacks) @@ -85,7 +84,7 @@ This project is released with a [Contributor Code of Conduct](https://github.com - If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/stacks/issues). -- Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code. +- Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code. - Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/). diff --git a/README.md b/README.md index 4cdf554..70695f9 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ badge](https://joss.theoj.org/papers/10.21105/joss.04471/status.svg)](https://doi.org/10.21105/joss.04471) [![R build status](https://github.com/simonpcouch/stacks/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/stacks/actions) -[![Codecov test -coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/stacks?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/stacks)](https://CRAN.R-project.org/package=stacks) @@ -201,8 +199,8 @@ By contributing to this project, you agree to abide by its terms. issue](https://github.com/tidymodels/stacks/issues). - Either way, learn how to create and share a - [reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html) - (a minimal, reproducible example), to clearly communicate about your + [reprex](https://reprex.tidyverse.org/articles/learn-reprex.html) (a + minimal, reproducible example), to clearly communicate about your code. - Check out further details on [contributing guidelines for tidymodels diff --git a/cran-comments.md b/cran-comments.md index a8ea4e2..eef30e4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,3 @@ -## R CMD check results +**Comments for CRAN** -There were no ERRORs, WARNINGs, or NOTEs. - -## Reverse dependencies - -We checked 5 reverse dependencies (4 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems. +There were no ERRORs, WARNINGs, or NOTEs. We checked 5 reverse dependencies (4 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.