Skip to content

Commit d85006c

Browse files
authored
stacks 1.1.0 (#239)
1 parent 2e839fb commit d85006c

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: stacks
22
Title: Tidy Model Stacking
3-
Version: 1.0.5.9000
3+
Version: 1.1.0
44
Authors@R: c(
55
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre")),
66
person("Max", "Kuhn", , "[email protected]", role = "aut"),

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

33
* Model stack and data stack print methods no longer raise conditions to
44
print to the console (#228).

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ output: github_document
55
<!-- badges: start -->
66
[![DOI badge](https://joss.theoj.org/papers/10.21105/joss.04471/status.svg)](https://doi.org/10.21105/joss.04471)
77
[![R build status](https://github.com/simonpcouch/stacks/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/stacks/actions)
8-
[![Codecov test coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/stacks?branch=main)
98
[![CRAN status](https://www.r-pkg.org/badges/version/stacks)](https://CRAN.R-project.org/package=stacks)
109
<!-- badges: end -->
1110

@@ -85,7 +84,7 @@ This project is released with a [Contributor Code of Conduct](https://github.com
8584

8685
- If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/stacks/issues).
8786

88-
- 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.
87+
- 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.
8988

9089
- 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/).
9190

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
badge](https://joss.theoj.org/papers/10.21105/joss.04471/status.svg)](https://doi.org/10.21105/joss.04471)
66
[![R build
77
status](https://github.com/simonpcouch/stacks/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/stacks/actions)
8-
[![Codecov test
9-
coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/stacks?branch=main)
108
[![CRAN
119
status](https://www.r-pkg.org/badges/version/stacks)](https://CRAN.R-project.org/package=stacks)
1210
<!-- badges: end -->
@@ -201,8 +199,8 @@ By contributing to this project, you agree to abide by its terms.
201199
issue](https://github.com/tidymodels/stacks/issues).
202200

203201
- Either way, learn how to create and share a
204-
[reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html)
205-
(a minimal, reproducible example), to clearly communicate about your
202+
[reprex](https://reprex.tidyverse.org/articles/learn-reprex.html) (a
203+
minimal, reproducible example), to clearly communicate about your
206204
code.
207205

208206
- Check out further details on [contributing guidelines for tidymodels

cran-comments.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## R CMD check results
1+
**Comments for CRAN**
22

3-
There were no ERRORs, WARNINGs, or NOTEs.
4-
5-
## Reverse dependencies
6-
7-
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.
3+
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.

0 commit comments

Comments
 (0)