Skip to content

Commit

Permalink
fixed erroring examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Nov 12, 2024
1 parent e760768 commit 22677c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ max_vlen <- \(x) collapse::fmax(vlen(x))
#'
#' empty(list())
#'
#' empty(list(character(0))
#' empty(list(character(0)))
#'
#' empty(list(x = character(0))
#' empty(list(x = character(0)))
#'
#' @autoglobal
#'
Expand Down
2 changes: 1 addition & 1 deletion R/redundant.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rr <- \(...) contrast(...)
#' split_lengths() |>
#' remove_redundant()
#'
#' @importFrom collapse %=% .c
#' @importFrom collapse .c %=%
#'
#' @export
#'
Expand Down
4 changes: 2 additions & 2 deletions man/empty.Rd

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

0 comments on commit 22677c3

Please sign in to comment.