tests/testthat/TestUseTry/R/notry.R

#' @export

fun <- function() {
  withCallingHandlers(
    signalCondition(simpleError("This Will Exit if `!isTRUE(use_try)`")),
    error = function(e) TRUE
  )
  1 + 1
  2 + 2
  "hello"
  "welcome"
  TRUE
}

Try the covr package in your browser

Any scripts or data that you put into this service are public.

covr documentation built on Nov. 9, 2023, 9:07 a.m.