X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/7de7e5c142907fd4e67c8466ca003a5bd53de0a5..bd947aec1f45184154fc32a442953a3950e76c76:/NAMESPACE?ds=inline diff --git a/NAMESPACE b/NAMESPACE index 92f1c4b..42ad282 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,14 +1,13 @@ # Generated by roxygen2: do not edit by hand -export(ID) -export(IDEA) -export(WP) export(app) -export(seqB) +export(id) +export(idea) +export(seq_bayes) +export(wp) importFrom(methods,is) -importFrom(stats,pexp) importFrom(stats,pgamma) -importFrom(stats,qexp) importFrom(stats,qgamma) +importFrom(utils,install.packages) importFrom(utils,read.csv) importFrom(utils,write.csv)