useDynLib(mcPAFit)
exportPattern("^[[:alpha:]]+")


export("simple_net","estimate_alpha","get_my_statistics")


importFrom("stats", "runif")

importFrom(Rcpp, evalCpp)
importFrom("grDevices", "rgb")
importFrom("RColorBrewer","brewer.pal")
importFrom("graphics", "abline", "arrows", "lines", "points", "text")
importFrom("stats", "lm", "rgamma", "rpois", "uniroot")
importFrom("utils", "read.table", "write.table")
importFrom("PAFit","as.PAFit_net","get_statistics")

