DEBSOURCES
Skip Quicknav
sources / r-cran-evaluate / 1.0.3-1 / tests / testthat / ressources / with-abort-error.Rmd
12345678910
--- title: document with error --- ```{r} f <- function() g() g <- function() h() h <- function() rlang::abort("!") f() ```