Skip to content

Commit

Permalink
reduced sleep time even more for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
burchill committed Sep 17, 2021
1 parent 466aa34 commit 349ec97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/make-handlers.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ extract_display_string <- function(cond, cond_name = NA, include_call = T) {
#' catch_expr(warning_in_middle(),
#' message = c(beep_with(2), display, muffle))
#' # Or you can just use the default sound with "beep":
#' catch_expr(warning_in_middle(), message = c(beep, display, muffle))
#' # catch_expr(warning_in_middle(), message = c(beep, display, muffle))
#' }
#' @seealso the [beep] special term, which will play the default beep; [user_exit()] and [exit_with()] for parallel functions for the [exit] special term, and [user_display()] and [display_with()] for parallel functions for the [display] special term.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/beep_with.Rd

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

0 comments on commit 349ec97

Please sign in to comment.