export(
  runGenphen,
  runDiagnostics,
  runPhyloBiasCheck
)

# Import packages listed as Imports or Depends
import(
  Rcpp,
  methods,
  stats,
  graphics,
  e1071,
  Biostrings,
  ranger,
  parallel,
  foreach,
  doParallel
)
importFrom("graphics", "hist")
importFrom("stats", "bw.nrd0")
importFrom("rPref", "high")
importFrom("rPref", "psel")
importFrom("rstan", "sampling")
importFrom("rstan", "stan_model")
importFrom("rstan", "summary")

