diff options
author | Naeem Model <me@nmode.ca> | 2024-02-12 00:02:07 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-02-12 00:02:07 +0000 |
commit | e5e312d01bccbabbb21e69d269ccf0d947e5abdb (patch) | |
tree | 2295cdbe1ffb9ceea8e8813ef0aaf4cd92568d03 /NAMESPACE | |
parent | 4b5ae82bda701efe4ae19dfdda1a9e1f69dd35ea (diff) |
Refactor WP
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,14 +1,12 @@ # Generated by roxygen2: do not edit by hand -export(WP) export(app) 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) |