R/internal_functions.R

# internal function not to be called by users
# stop function that doesn't print call
stop2 <- function (...) 
{
  stop(..., call. = FALSE)
}

warning2 <- function (...) 
{
  warning(..., call. = FALSE)
}

Try the Rraven package in your browser

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

Rraven documentation built on Sept. 11, 2024, 6:53 p.m.