R/utils.R

paste0_stop <- function(...) stop(paste0(...), call. = FALSE)

asrt <- function (expr, ...) if (!expr) paste0_stop(...)

Try the slowraker package in your browser

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

slowraker documentation built on May 2, 2019, 3:26 p.m.