-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_pkgdown.yml
125 lines (114 loc) · 2.83 KB
/
_pkgdown.yml
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
url: https://gilead-biostats.github.io/gsm
template:
bootstrap: 5
bootswatch: yeti
includes:
in_header: '<link href="pkgdown/extra.css" rel="stylesheet">'
navbar:
structure:
left: [articles, Reports, reference, news]
right: [search, github]
components:
Reports:
text: Sample Reports
menu:
- text: Site Report
href: report_kri_site.html
- text: Country Report
href: report_kri_country.html
articles:
- title: "Workflows"
navbar: "Workflows"
contents:
- DataModel
- Cookbook
- DataAnalysis
- DataReporting
- gsmExtensions
- articles/KRIMethod
- title: "Quality"
navbar: "Quality"
contents:
- articles/QualificationWorkflow
- articles/Qualification
- articles/ContributorGuidelines
reference:
- title: Visualize
desc: Generate a visualization from the Assessment results
- contents:
- starts_with("Visualize_")
- starts_with("Widget_")
- Analyze_NormalApprox_PredictBounds
- Analyze_Poisson_PredictBounds
- title: Analyze
desc: Conduct statistical analysis based on input data
- contents:
- Analyze_NormalApprox
- Analyze_Identity
- Analyze_Fisher
- Analyze_Poisson
- title: Data Pipeline
desc: Create site-level summary, analyzed, and flagged data for an assessment
- contents:
- Input_Rate
- Transform_Count
- Transform_Rate
- Flag
- Flag_NormalApprox
- Flag_Poisson
- Summarize
- title: Reporting
desc: Creates summary tables and HTML objects to create a report
- contents:
- Report_FlagOverTime
- Report_FormatFlag
- Report_KRI
- Report_MetricCharts
- Report_MetricTable
- Report_StudyInfo
- title: Utility
desc: Utility functions for use within the Data Model
- contents:
- ApplySpec
- BindResults
- cli_fmt
- CalculatePercentage
- CheckSpec
- CombineSpecs
- FilterByLatestSnapshotDate
- FilterByFlags
- GetStrFunctionIfNamespaced
- Ingest
- LogMessage
- MakeBounds
- MakeCharts
- MakeMetric
- MakeMetricTable
- MakeLongMeta
- MakeParamLabels
- MakeParamLabelsList
- MakeStudyInfo
- MakeWideGroups
- MakeWorkflowList
- ParseThreshold
- RenderRmd
- RunStep
- RunQuery
- RunWorkflow
- RunWorkflows
- SetLogger
- stop_if
- UseClindata
- title: Sample Data
desc: data used for examples and testing
- contents:
- analyticsInput
- analyticsSummary
- reportingBounds
- reportingGroups
- reportingMetrics
- reportingResults
- reportingBounds_country
- reportingGroups_country
- reportingMetrics_country
- reportingResults_country