tests/testthat/error-complex.R

f <- function() g()
g <- function() h()
h <- function() stop("Error")

f()
hadley/evaluate documentation built on May 19, 2024, 12:59 a.m.