-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.6 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
53
54
55
56
57
58
59
60
61
62
# Generated by roxygen2: do not edit by hand
S3method(glance,CBEAout)
S3method(print,CBEAout)
S3method(tidy,CBEAout)
export(cbea)
export(dlst)
export(dmnorm)
export(get_raw_score)
export(glance)
export(gmean)
export(gmeanRow)
export(plst)
export(pmnorm)
export(tidy)
exportMethods(cbea)
importClassesFrom(BiocSet,BiocSet)
importClassesFrom(TreeSummarizedExperiment,TreeSummarizedExperiment)
importFrom(BiocParallel,"bpstopOnError<-")
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpok)
importFrom(BiocParallel,bptry)
importFrom(Rcpp,sourceCpp)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(dplyr,everything)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(fitdistrplus,fitdist)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(glue,glue)
importFrom(goftest,ad.test)
importFrom(lmom,samlmu)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(mixtools,normalmixEM)
importFrom(mixtools,rnormmix)
importFrom(rlang,caller_env)
importFrom(rlang,empty_env)
importFrom(rlang,env_names)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)
useDynLib(CBEA, .registration = TRUE)