-
Notifications
You must be signed in to change notification settings - Fork 71
/
NAMESPACE
executable file
·48 lines (47 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
export(MVP)
export(MVP.BRENT.Vg.Ve)
export(MVP.Data)
export(MVP.Data.Kin)
export(MVP.Data.PC)
export(MVP.EMMA.Vg.Ve)
export(MVP.FarmCPU)
export(MVP.GLM)
export(MVP.HE.Vg.Ve)
export(MVP.Hist)
export(MVP.K.VanRaden)
export(MVP.MLM)
export(MVP.PCA)
export(MVP.PCAplot)
export(MVP.Report)
export(MVP.Report.Density)
export(MVP.Report.QQplot)
export(as.big.matrix)
export(attach.big.matrix)
export(deepcopy)
export(is.big.matrix)
export(new)
exportPattern("^MVP")
import(MASS)
import(RhpcBLASctl)
import(bigmemory)
import(grDevices)
import(graphics)
import(methods)
import(stats)
importFrom(RhpcBLASctl,blas_get_num_procs)
importFrom(RhpcBLASctl,blas_set_num_threads)
importFrom(bigmemory,as.big.matrix)
importFrom(bigmemory,attach.big.matrix)
importFrom(bigmemory,deepcopy)
importFrom(bigmemory,is.big.matrix)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(utils,memory.limit)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,sessionInfo)
importFrom(utils,write.csv)
importFrom(utils,write.table)
useDynLib(rMVP, .registration=TRUE)