diff --git a/DESCRIPTION b/DESCRIPTION index 105c30ce..10837470 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "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 f6d297e4..dce3e2ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# stacks (development version) +# stacks 1.0.3 * Refine package alt text (#202). diff --git a/R/expressions.R b/R/expressions.R index 286cfa7c..a5e80f84 100644 --- a/R/expressions.R +++ b/R/expressions.R @@ -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 diff --git a/cran-comments.md b/cran-comments.md index a8633cfb..454c4090 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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. diff --git a/man/stack_predict.Rd b/man/stack_predict.Rd index 26995986..4db97943 100644 --- a/man/stack_predict.Rd +++ b/man/stack_predict.Rd @@ -25,8 +25,6 @@ stack_predict(x, ...) \item{x}{A set of model expressions generated by \code{\link[=prediction_eqn]{prediction_eqn()}}.} \item{...}{Not currently used.} - -\item{type}{The prediction type.} } \value{ The return type varies, based on the model and prediction type.