importFrom(stats,
	   dnorm, pnorm, qnorm, rnorm,
	   dcauchy, pcauchy, qcauchy, rcauchy,
	   runif,
	   integrate, uniroot, optimize)

export(
       "dstable",
       "pstable",
       "qstable",
       "rstable",

       "stableMode"
       )

## and later maybe also the "fitter" functions?
