Skip to content

Commit

Permalink
fix check warnings on param mismatch in internal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brodieG committed Oct 8, 2023
1 parent 31f5580 commit f01c569
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion R/asciiml.R
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ print.bullet <- function(x, width=0L, ...) {
#' @export
#' @param x object to render
#' @param width how many characters to wrap at
#' @param pre what to pre-pend to each bullet
#' @param ... dots, other arguments to pass to \code{word_wrap}
#' @return character vector containing rendered object, where each element
#' corresponds to a line
Expand Down
2 changes: 1 addition & 1 deletion R/text.R
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ summ_matrix_to_text <- function(
#' are already sunk, and will unsink them the same way.
#'
#' @keywords internal
#' @param a quoted to evaluate
#' @param expr a quoted expression to evaluate
#' @param env an environment to evaluate them in
#' @return a list with stdout and stderr captured separately, classed as
#' "captured_output"
Expand Down
2 changes: 0 additions & 2 deletions man/as.character.bullet.Rd

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

4 changes: 2 additions & 2 deletions man/capture_output.Rd

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

0 comments on commit f01c569

Please sign in to comment.