import(methods)
#import(markovchain)

importClassesFrom("markovchain",markovchain, markovchainList)
importFrom("markovchain",rmarkovchain)

import(parallel, utils)
importFrom(Rcpp, evalCpp)
useDynLib(lifecontingencies)
exportPattern("^[[:alpha:]]+")

importFrom(stats, "rbinom","complete.cases")

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