export("fdiscgammagpd") export("qdiscgammagpd") export("rdiscgammagpd") export("ddiscgammagpd") export("pdiscgammagpd") export("fdesponds") export("get_bootstraps") export("get_distances") export("get_diversity") export("get_nllh") export("get_mle") export("JS_desponds") export("JS_spliced") export("JS_dist") export("clusterPlot") import(doParallel) import(cubature) importFrom(evmix, fgpd, dgpd, pgpd, qgpd, rgpd) import(foreach) import(magrittr) import(methods) import(parallel) importFrom(purrr, map) import(stats) import(truncdist) importFrom(vegan, specnumber, diversity) import(VGAM, except=c(dgpd, pgpd, qgpd, rgpd))