-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
37 lines (36 loc) · 877 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
useDynLib(qad, .registration=TRUE)
#exportPattern("^[[:alpha:]]+")
export(qad)
export(D1)
export(coef.qad)
export(ECBC)
export(ECBC.eval)
export(emp_c_copula)
export(emp_c_copula_eval)
export(heatmap.qad)
export(pairwise.qad)
export(plot.qad)
export(plot_density)
export(pqad)
export(predict.qad)
export(pqad)
export(qqad)
export(summary.qad)
export(zeta1)
export(D1.ECBC)
S3method(plot, qad)
S3method(predict, qad)
S3method(coef, qad)
S3method(summary, qad)
S3method(qad, data.frame)
S3method(qad, numeric)
import(data.table, except=c(first, last, between))
import(dplyr)
import(ggplot2)
import(copula)
import(viridis)
importFrom("cowplot", "plot_grid")
importFrom("grDevices", "rainbow")
importFrom("stats", "ecdf", "quantile", "na.omit", "approxfun", "approx", "model.frame", "runif", "median", "p.adjust")
importFrom("ggExtra", "ggMarginal")
importFrom("Rcpp", "evalCpp")