import(methods)
importFrom(graphics, plot)

importFrom(utils, head)
importFrom(utils, tail)
#useDynLib(lifecontingencies)
exportPattern("^[[:alpha:]]+")

exportMethods(
    "coerce",
    "plot",
    "show",
    "summary",
    "getOmega"
)
exportClasses(
    "actuarialtable",
     "lifetable" 
)
