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