diff options
author | Naeem Model <me@nmode.ca> | 2024-01-10 15:08:43 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-01-10 15:08:43 +0000 |
commit | c4fb00eacdd2cc19ec70a1a9292501809caa80bd (patch) | |
tree | 2ee90388f558fa2498413cb85d31043b00b07a03 /NAMESPACE | |
parent | e1c61de5a0e693e2f24a1c4a10336e2a1c4563cb (diff) |
Refactor ID and IDEA methods
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # Generated by roxygen2: do not edit by hand -export(ID) -export(IDEA) export(WP) export(app) +export(id) +export(idea) export(seqB) importFrom(methods,is) importFrom(stats,pexp) |