Skip to content

Commit

Permalink
Deprecated, not soft-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 20, 2024
1 parent 6ccb396 commit 95870f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/reduce.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/reduce_right.Rd

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

0 comments on commit 95870f7

Please sign in to comment.