-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
71 lines (70 loc) · 1.69 KB
/
NAMESPACE
File metadata and controls
71 lines (70 loc) · 1.69 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
S3method(print,h5summary)
export("%>%")
export(ModelArray)
export(ModelArray.gam)
export(ModelArray.lm)
export(ModelArray.wrap)
export(analyseOneElement.gam)
export(analyseOneElement.lm)
export(analyseOneElement.wrap)
export(analysisNames)
export(elementMetadata)
export(exampleElementData)
export(gen_gamFormula_contIx)
export(gen_gamFormula_fxSmooth)
export(h5summary)
export(mergeModelArrays)
export(nElements)
export(nInputFiles)
export(numElementsTotal)
export(results)
export(scalarNames)
export(scalars)
export(sources)
export(writeResults)
exportMethods(analysisNames)
exportMethods(elementMetadata)
exportMethods(exampleElementData)
exportMethods(nElements)
exportMethods(nInputFiles)
exportMethods(results)
exportMethods(scalarNames)
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,acbind)
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)
importFrom(utils,head)