-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
101 lines (100 loc) · 2.59 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
# Generated by roxygen2: do not edit by hand
export(AddInterval)
export(AddQuoteMarks)
export(ApplyAttributesMapping)
export(ApplyOriginGroupingMap)
export(ConvertDataTableColumns)
export(ConvertToOrdinalNumber)
export(CreateOutputFileName)
export(CreateTask)
export(EnsurePackages)
export(FormatDiffTime)
export(FormatObjectSize)
export(FormatTime)
export(GetAdjustmentSpecFileNames)
export(GetAttrMappingStatus)
export(GetDataSummaryArtifacts)
export(GetDate)
export(GetDiagnosisYearDensityPlot)
export(GetImputedDistPlots)
export(GetInputDataValidityStatus)
export(GetIsState)
export(GetListObject)
export(GetMCMCAutoCorrelationPlot)
export(GetMCMCBetasPlot)
export(GetMainReportArtifacts)
export(GetMiceDiagnosticPlot)
export(GetMissingnessPlots)
export(GetNiceUpperLimit)
export(GetNotificationQuarterDensityPlot)
export(GetOriginDistribution)
export(GetOriginGroupingMap)
export(GetParamInfoFromAdjustSpec)
export(GetParamWidgets)
export(GetPreliminaryAttributesMapping)
export(GetPreliminaryDefaultValues)
export(GetRDPlotData)
export(GetRDPlots)
export(GetReportDefaultParams)
export(GetReportFileNames)
export(GetTimeStamp)
export(IsEmptyString)
export(MakeNames)
export(PlotMultipleCharts)
export(PreProcessInputDataBeforeAdjustments)
export(PreProcessInputDataBeforeSummary)
export(PrepareDataSetsForModel)
export(ReadDataFile)
export(ReadExcelFile)
export(ReadRdsFile)
export(ReadRmdFrontMatter)
export(ReadStringFromFile)
export(ReadTextFile)
export(RecordGgplot)
export(RenderReportForAdjSpec)
export(RenderReportToFile)
export(RenderReportToHTML)
export(RollingApply)
export(RunAdjustments)
export(RunApp)
export(WriteDataFile)
export(WriteRdsFile)
export(WriteStataFile)
export(WriteTextFile)
export(WriteZipFile)
export(mice.impute.logreg)
export(mice.impute.pmm)
export(mice.impute.polyreg)
export(na.zero)
import(data.table)
import(ggplot2)
importFrom(grDevices,dev.control)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl)
importFrom(grDevices,pdf)
importFrom(grDevices,recordPlot)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(shiny,HTML)
importFrom(stats,acf)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,glm)
importFrom(stats,lowess)
importFrom(stats,poisson)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(tools,file_path_sans_ext)
importFrom(utils,adist)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,zip)