useDynLib("sbde", .registration = TRUE)
# Export all functions listed below
export(
  sbde
)

S3method(update, sbde)
S3method(summary, sbde)
S3method(coef, sbde)
S3method(predict, sbde)

# Import all packages listed as Imports or Depends
import(utils, stats, graphics, grDevices)
importFrom(coda, geweke.diag)
importFrom(coda, as.mcmc)
importFrom(extremefit, hill.adapt)