R/internal_functions.R

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

# stop function that doesn't print call
warning2 <- function (...)
{
  warning(..., call. = FALSE)
}

Try the dynaSpec package in your browser

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

dynaSpec documentation built on April 12, 2025, 1:27 a.m.