Skip to content

Commit e8daadc

Browse files
authored
release v1.0.3 (#205)
1 parent 4cc356b commit e8daadc

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
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.2.9000
3+
Version: 1.0.3
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.0.3
22

33
* Refine package alt text (#202).
44

R/expressions.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ prediction_eqn._multnet <- function(x, type = "class", ...) {
133133
#'
134134
#' @inheritParams build_linear_predictor
135135
#' @param x A set of model expressions generated by [prediction_eqn()].
136-
#' @param type The prediction type.
137136
#' @return The return type varies, based on the model and prediction type.
138137
#' @export
139138
#' @keywords internal

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
This release addresses a breakage seen with an upcoming release of the package dependency {yardstick}.
1+
This release addresses a package-level documentation aliasing issue, surfaced by CRAN in September.
22

33
## R CMD check results
44

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

77
## Reverse dependencies
88

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

man/stack_predict.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)