forked from OHDSI/OhdsiShinyModules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
94 lines (91 loc) · 2.54 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
template:
params:
bootswatch: cosmo
home:
links:
- text: Ask a question
href: http://forums.ohdsi.org
navbar:
structure:
left:
- home
- reference
- contribute
- articles
- news
right: [hades, github]
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
contribute:
text: Contribute
href: articles/AddingShinyModules.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/OHDSI/PatientLevelPrediction
hades:
text: hadesLogo
href: https://ohdsi.github.io/Hades
reference:
- title: "OHDSI Shiny Modules"
desc: >
Modules for OHDSI shiny apps.
contents:
- OhdsiShinyModules
- getLogoImage
- title: "Prediction module"
desc: >
Modules for prediction results.
contents: has_concept("PatientLevelPrediction")
- title: "Characterization module"
desc: >
Modules for the characterization analyses.
contents: has_concept("Characterization")
- title: "About module"
desc: >
Modules for the information page.
contents: has_concept("About")
- title: "Cohort Generator module"
desc: >
Modules for the cohort generator package.
contents: has_concept("CohortGenerator")
- title: "Estimator module"
desc: >
Modules for the CohortMethod, SCCS and Evidence Synthesis packages.
contents: has_concept("Estimation")
- title: "Data diagnostics module"
desc: >
Modules for the DataDiagnostics package.
contents: has_concept("DataDiagnostics")
- title: "Cohort Diagnostic module"
desc: >
Modules for the CohortDiagnostics package.
contents: has_concept("CohortDiagnostics")
- title: Cohort Diagnostics
desc: "Run cohort diagnostics, deploy shiny"
contents: has_concept("CohortDiagnostics")
- title: "Report module"
desc: "Report generating module"
contents: has_concept("Report")
- title: "PheValuator module"
desc: "PheValuator module"
contents: has_concept("PheValuator")
- title: Large Table
desc: "Utilities for tables that contain large amounts of rows"
contents: has_concept("LargeTables")
- title: Utils
desc: "Shared usable utility functions"
contents: has_concept("Utils")
- title: Example
desc: "Connection to example results database"
contents: has_concept("Example")
- title: Home
desc: "Home module functions"
contents: has_concept("Home")