# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  BB,
  methods,
  numDeriv,
  utils
)

importFrom("graphics", "abline", "axis", "barplot", "boxplot", "legend", "mtext", "par", "segments")
importFrom("stats", "dt", "interaction.plot", "nlm", "rbinom", "rgamma", "rmultinom", "rnbinom", "rnorm", "runif", "var")
