exportPattern("^[[:alpha:]]+")
# Import required packages:
import(stats)
import(Rcpp)
#import(RcppArmadillo)
import(sas7bdat)
import(mice) 
import(tools)
import(nloptr)
import(survival)
importFrom("utils", "head", "read.csv", "tail")
#Export R-functions:
export(prepare_data)
export(spm_discrete)
export(spm_continuous)
export(simdata_cont)
export(simdata_discr)
export(spm_time_dep)
export(simdata_time_dep)
export(spm_projection)
export(spm_pobs)
export(sim_pobs)
export(simdata_gamma_frailty)
useDynLib(stpm)
