Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.3 release candidate #205

Merged
merged 3 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stacks
Title: Tidy Model Stacking
Version: 1.0.2.9000
Version: 1.0.3
Authors@R: c(
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre")),
person("Max", "Kuhn", , "[email protected]", role = "aut"),
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.3

* Refine package alt text (#202).

Expand Down
1 change: 0 additions & 1 deletion R/expressions.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ prediction_eqn._multnet <- function(x, type = "class", ...) {
#'
#' @inheritParams build_linear_predictor
#' @param x A set of model expressions generated by [prediction_eqn()].
#' @param type The prediction type.
#' @return The return type varies, based on the model and prediction type.
#' @export
#' @keywords internal
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This release addresses a breakage seen with an upcoming release of the package dependency {yardstick}.
This release addresses a package-level documentation aliasing issue, surfaced by CRAN in September.

## R CMD check results

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

## Reverse dependencies

We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.
2 changes: 0 additions & 2 deletions man/stack_predict.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading