From dbad00fec71da5599cc812a19f40c8c99294fb26 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 6 Nov 2023 09:27:34 -0600 Subject: [PATCH 1/3] bump versions, update CRAN comments --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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/cran-comments.md b/cran-comments.md index a8633cfb..ba7d01e4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,8 @@ -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 From af344013b4a79ee4ab59287c846b262f33a5f5c5 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 6 Nov 2023 09:41:40 -0600 Subject: [PATCH 2/3] document only arguments found in `\usage` --- R/expressions.R | 1 - man/stack_predict.Rd | 2 -- 2 files changed, 3 deletions(-) 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/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. From 82accaa8468e1318128ab73005c3ed89b4a99bc0 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Mon, 6 Nov 2023 10:09:52 -0600 Subject: [PATCH 3/3] update revdep count --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index ba7d01e4..454c4090 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -6,4 +6,4 @@ 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.