R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
	if (dfddm(rt = 0.001, response = "lower",
	          a = 5, v = -5, t0 = 1e-4, w = 0.8, sv = 1.5, sigma = 1,
			  err_tol = 1e-6, log = FALSE, switch_mech = "large")) {
	  packageStartupMessage("************\n",
	  "fddm WARNING: Current system shows numerical problems for very small effective\n",
	  "response times using the Navarro large time method. This issue can be avoided by \n",
	  "updating the C++ compiler or using 64 bit versions of R. Alternatively, avoding\n",
	  "the large time method may also be an option.\n",
	  "************")
	}
}

Try the fddm package in your browser

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

fddm documentation built on Sept. 10, 2022, 1:06 a.m.