-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.22 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ModelArray)
export(ModelArray.gam)
export(ModelArray.lm)
export(analyseOneElement.gam)
export(analyseOneElement.lm)
export(gen_gamFormula_contIx)
export(gen_gamFormula_fxSmooth)
export(numElementsTotal)
export(results)
export(scalars)
export(sources)
export(writeResults)
exportMethods(results)
exportMethods(scalars)
exportMethods(show)
exportMethods(sources)
import(broom)
import(doParallel)
import(hdf5r)
import(methods)
import(mgcv)
import(tibble)
importClassesFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,realize)
importFrom(HDF5Array,HDF5ArraySeed)
importFrom(crayon,black)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(mgcv,s)
importFrom(mgcv,t2)
importFrom(mgcv,te)
importFrom(mgcv,ti)
importFrom(rhdf5,h5closeAll)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5readAttributes)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,drop.terms)
importFrom(stats,lm)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,terms)