R/errorhandle.r

.errorhandle = function(y, theta, d, GR, case, solver, approximate) { 

	if (anyNA(y)) {
		stop("There cannot be NAs in y")
	}
	
}
jrzubizarreta/depinf documentation built on May 20, 2019, 2:07 a.m.