diff --git a/R/reduce.R b/R/reduce.R index 2b4f5d56..74c891f6 100644 --- a/R/reduce.R +++ b/R/reduce.R @@ -508,7 +508,7 @@ accumulate_names <- function(nms, init, dir) { #' reduce(rev(1:3), f) #' ``` #' -#' `reduce2_right()` is soft-deprecated as of purrr 0.3.0 without +#' `reduce2_right()` is deprecated as of purrr 0.3.0 without #' replacement. It is not clear what algorithmic properties should a #' right reduction have in this case. Please reach out if you know #' about a use case for a right reduction with a ternary function. diff --git a/man/reduce_right.Rd b/man/reduce_right.Rd index 8ae24fe7..74009435 100644 --- a/man/reduce_right.Rd +++ b/man/reduce_right.Rd @@ -68,7 +68,7 @@ reduce_right(1:3, f) reduce(rev(1:3), f) }\if{html}{\out{}} -\code{reduce2_right()} is soft-deprecated as of purrr 0.3.0 without +\code{reduce2_right()} is deprecated as of purrr 0.3.0 without replacement. It is not clear what algorithmic properties should a right reduction have in this case. Please reach out if you know about a use case for a right reduction with a ternary function.