-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
116 lines (115 loc) · 3.32 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
# Generated by roxygen2: do not edit by hand
S3method(ExtractChartData,default)
S3method(print,SignificanceTest)
export("Labels<-")
export(AddSignificanceHighlightingToDataTable)
export(AnovaTable)
export(AutomaticCategorizationWidget)
export(BaseDescription)
export(CloseBoldTagPlaceholder)
export(ComparisonTable)
export(CreateAnalysisReportWidget)
export(CreateChoiceModelDesignWidget)
export(CreateCustomTable)
export(CreateTextAnalysisWidget)
export(CreateTransformedText)
export(CrosstabInteractionTable)
export(DataSetMergingByCaseWidget)
export(DataSetMergingByVariableWidget)
export(DataTableWithRItemFormat)
export(DeepLearningTable)
export(EntityExtractionWidget)
export(Equation)
export(ExtractChartData)
export(ExtractCommonPrefix)
export(ExtractCommonPrefixFromLabels)
export(FormatAsPValue)
export(FormatAsPercent)
export(FormatAsReal)
export(FormatWithDecimals)
export(HistTable)
export(ImportanceTable)
export(Labels)
export(MaxDiffTable)
export(MaxDiffTableClasses)
export(MeanComparisonsTable)
export(MultinomialLogitTable)
export(Names)
export(OpenBoldTagPlaceholder)
export(OriginalName)
export(PCALoadingsTable)
export(RandomForestTable)
export(RegressionTable)
export(RemoveParentName)
export(ReplacingEverythingBefore)
export(SampleDescription)
export(ShowTemplateOptions)
export(SignificanceTest)
export(StackingWidget)
export(TURFTable)
export(TextClassifierWidget)
export(TidyLabels)
export(VarianceExplainedTable)
export(ZScoresAsColors)
importFrom(DT,datatable)
importFrom(DT,formatStyle)
importFrom(DT,styleEqual)
importFrom(DT,styleInterval)
importFrom(colorspace,darken)
importFrom(colorspace,hex2RGB)
importFrom(colorspace,lighten)
importFrom(flipU,ConvertCommaSeparatedStringToVector)
importFrom(flipU,EscapeRegexSymbols)
importFrom(flipU,TrimTrailingWhitespace)
importFrom(flipU,TrimWhitespace)
importFrom(flipU,UniquePlaceholders)
importFrom(formattable,area)
importFrom(formattable,as.htmlwidget)
importFrom(formattable,csscolor)
importFrom(formattable,format_table)
importFrom(formattable,formattable)
importFrom(formattable,formatter)
importFrom(formattable,gradient)
importFrom(formattable,percent)
importFrom(formattable,style)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(graphics,hist)
importFrom(htmltools,HTML)
importFrom(htmltools,as.tags)
importFrom(htmltools,attachDependencies)
importFrom(htmltools,browsable)
importFrom(htmltools,htmlEscape)
importFrom(htmltools,includeCSS)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,withTags)
importFrom(htmlwidgets,getDependency)
importFrom(htmlwidgets,onRender)
importFrom(htmlwidgets,sizingPolicy)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(janitor,round_half_up)
importFrom(knitr,kable)
importFrom(rhtmlMetro,Box)
importFrom(rmarkdown,html_dependency_bootstrap)
importFrom(rmarkdown,html_dependency_jquery)
importFrom(sparkline,sparkline)
importFrom(stats,coef)
importFrom(stats,df.residual)
importFrom(stats,formula)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,setNames)
importFrom(stringi,stri_rand_strings)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_pad)
importFrom(striprtf,read_rtf)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xml2,read_xml)
importFrom(xml2,xml_text)