R/gmum.errors.R

Defines functions gmum.error

# Error codes

gmum.error <- function(code, message){
    return(paste(code, ": ", message, sep=""))
}

GMUM_ERROR = "Error"
GMUM_WRONG_LIBRARY = "Error 20"
GMUM_WRONG_KERNEL = "Error 21"
GMUM_BAD_PREPROCESS = "Error 22"
GMUM_NOT_SUPPORTED = "Error 23"
GMUM_WRONG_PARAMS = "Error 24"

Try the gmum.r package in your browser

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

gmum.r documentation built on May 29, 2017, 3:52 p.m.