Skip to content

Commit 14b632f

Browse files
committed
edit NAMESPACE file
1 parent ca9c48c commit 14b632f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

NAMESPACE

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
useDynLib(cit,.registration=TRUE)
22

3-
export(
4-
## add new functions separated by comma when needed
5-
linreg, cit.cp, cit.bp, fdr.od, fdr.cit, iuq, fdr.q.para, fdr.q.perm
6-
)
3+
export(cit.bp)
4+
export(cit.bp.m.v1)
5+
export(cit.bp.m.v2)
6+
export(cit.bp.v1)
7+
export(cit.bp.v2)
8+
export(cit.cp)
9+
export(cit.cp.m.v1)
10+
export(cit.cp.m.v2)
11+
export(cit.cp.v1)
12+
export(cit.cp.v2)
13+
exportPattern("^[[:alpha:]]+")
14+
importFrom(Rcpp,sourceCpp)
715

816
importFrom("stats", "anova", "glm", "lm", "na.exclude", "pf", "pnorm", "qnorm", "resid", "sd", "var")

0 commit comments

Comments
 (0)