powered by
Runs code without stopping for warnings or errors.
dont_stop(expr)
Code to execute.
A list containing the results of evaluating each call in expr.
expr
warning and stop for generating warnings and errors respectively; try and conditions for handling them.
warning
stop
try
conditions
# NOT RUN { dont_stop({ warning("a warning") x <- 1 stop("an error") y <- sqrt(exp(x + 1)) assert_is_identical_to_true(y) y > 0 }) # }
Run the code above in your browser using DataLab