-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
130 lines (129 loc) · 3.28 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
S3method(getDescriptionStatsBy,data.frame)
S3method(getDescriptionStatsBy,default)
S3method(heightDetails,box)
S3method(htmlTable,Gmisc_getDescriptionStatsBy)
S3method(htmlTable,descMrg)
S3method(knit_print,Gmisc_getDescriptionStatsBy)
S3method(knit_print,descMrg)
S3method(latex,descMrg)
S3method(length,Gmisc_getDescriptionStatsBy)
S3method(plot,box)
S3method(plot,connect_boxes)
S3method(print,Gmisc_getDescriptionStatsBy)
S3method(print,Gmisc_list_of_boxes)
S3method(print,Gmisc_unit)
S3method(print,box)
S3method(print,connect_boxes)
S3method(print,descMrg)
S3method(widthDetails,box)
S3method(yamlDump,character)
S3method(yamlDump,default)
S3method(yamlDump,json)
export(alignHorizontal)
export(alignVertical)
export(bezierArrowGradient)
export(bezierArrowSmpl)
export(boxGrob)
export(boxPropGrob)
export(connectGrob)
export(convertShowMissing)
export(coords)
export(copyAllNewAttributes)
export(descGetMissing)
export(describeFactors)
export(describeMean)
export(describeMedian)
export(describeProp)
export(distance)
export(docx_document)
export(fastDoCall)
export(figCapNo)
export(figCapNoLast)
export(figCapNoNext)
export(forestplot2)
export(getDescriptionStatsBy)
export(getPvalAnova)
export(getPvalChiSq)
export(getPvalFisher)
export(getPvalKruskal)
export(getPvalWilcox)
export(getSvdMostInfluential)
export(gnrlBezierPoints)
export(has)
export(insertRowAndKeepAttr)
export(mergeDesc)
export(mergeLists)
export(moveBox)
export(pathJoin)
export(retrieve)
export(set_column_labels)
export(set_column_units)
export(spreadHorizontal)
export(spreadVertical)
export(time2spanTxt)
export(transitionPlot)
export(yamlDump)
exportClasses(Transition)
import(XML)
import(abind)
import(forestplot)
import(grid)
import(htmlTable)
import(lattice)
import(magrittr)
importFrom(Hmisc,"label<-")
importFrom(Hmisc,capitalize)
importFrom(Hmisc,label)
importFrom(Hmisc,latex)
importFrom(Hmisc,units)
importFrom(Rcpp,evalCpp)
importFrom(checkmate,assert)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_number)
importFrom(checkmate,checkCharacter)
importFrom(checkmate,checkClass)
importFrom(checkmate,checkNumeric)
importFrom(checkmate,checkString)
importFrom(checkmate,checkTRUE)
importFrom(glue,glue)
importFrom(grDevices,as.raster)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(graphics,par)
importFrom(grid,gpar)
importFrom(grid,is.unit)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(lubridate,as_date)
importFrom(lubridate,mday)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setRefClass)
importFrom(rlang,enquo)
importFrom(rlang,expr)
importFrom(rmarkdown,html_document)
importFrom(stats,anova)
importFrom(stats,chisq.test)
importFrom(stats,fisher.test)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(utils,as.roman)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(yaml,as.yaml)
useDynLib(Gmisc)