useDynLib(GUTS, .registration = TRUE)
export(guts_setup)
export(guts_calc_loglikelihood)
export(guts_calc_survivalprobs)
export(guts_report_damage)
export(guts_report_sppe)
export(guts_report_squares)
importFrom("utils", "head")
importFrom(Rcpp, evalCpp)
import(methods, Rcpp)
S3method(print, GUTS)
S3method("[[<-", GUTS)
S3method("$<-", GUTS)
