Skip to content

Commit

Permalink
Use more explicit tibble::tibble() crossref
Browse files Browse the repository at this point in the history
To appease some CRAN checks
  • Loading branch information
DavisVaughan committed Jan 16, 2025
1 parent 5cac280 commit 2fb0d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/press.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#'
#' @param ... If named, parameters to define, if unnamed the expression to run.
#' Only one unnamed expression is permitted.
#' @param .grid A pre-built grid of values to use, typically a [data.frame] or
#' [tibble]. This is useful if you only want to benchmark a subset of all
#' possible combinations.
#' @param .grid A pre-built grid of values to use, typically a [data.frame()] or
#' [tibble::tibble()]. This is useful if you only want to benchmark a subset
#' of all possible combinations.
#' @param .quiet If `TRUE`, progress messages will not be emitted.
#' @export
#' @examples
Expand Down
6 changes: 3 additions & 3 deletions man/press.Rd

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

0 comments on commit 2fb0d6b

Please sign in to comment.