-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (33 loc) · 786 Bytes
/
NAMESPACE
File metadata and controls
33 lines (33 loc) · 786 Bytes
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
useDynLib(locdiffr, .registration=TRUE)
importFrom(cowplot, plot_grid)
importFrom(doParallel, registerDoParallel)
import(dplyr)
importFrom(emulator, quad.form)
importFrom(fields, Exponential)
import(fda)
import(foreach)
import(forecast)
import(geoR)
import(ggnewscale)
import(ggplot2)
import(LaplacesDemon)
import(Matrix)
import(magrittr)
import(parallel)
import(purrr)
importFrom(RandomFieldsUtils, cholx)
importFrom(Rcpp, evalCpp)
importFrom(reshape2, melt)
import(stats)
export("run_scc_scan")
export("fit_nngp")
export("sample_new_nngps")
export("test_by_wFDR")
export("test_by_wFDX")
export("plot_rejections_along_process")
export("plot_cond_vs_cond")
export("plot_rej_vs_diffs")
export("wFDR")
export("wFDX")
export("compute_area_based_error_rate")
exportPattern("^[[:alpha:]]+")