R/00_constants.R

#' @import ore
#' @export
OL <- list(Debug=1L, Verbose=2L, Info=3L, Warning=4L, Question=5L, Error=6L, Fatal=7L)

.Defaults <- list(reportrOutputLevel=OL$Info,
                  reportrPrefixFormat="%d%L: ",
                  reportrStderrLevel=OL$Warning,
                  reportrStackTraceLevel=OL$Error,
                  reportrMessageFilterIn=NULL,
                  reportrMessageFilterOut=NULL,
                  reportrStackFilterIn=NULL,
                  reportrStackFilterOut=NULL)

.Workspace <- new.env()

Try the reportr package in your browser

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

reportr documentation built on May 1, 2019, 9:15 p.m.