exportPattern("^[[:alpha:]]+")

import(Rcpp)
import(methods)
import(rstantools)
import(ggplot2)
importFrom(rstan,sampling)
importFrom("stats", "model.matrix", "model.response", "terms",
             "update")
importFrom("stats", "quantile", "runif", "sd")
useDynLib(bayesZIB, .registration = TRUE)
