generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
128 lines (113 loc) · 3.64 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
125
126
127
128
url: https://pharmaverse.github.io/admiralophtha
template:
bootstrap: 5
params:
bootswatch: flatly
search:
exclude: ['news/index.html']
repo:
url:
home: https://github.com/pharmaverse/admiralophtha
source: https://github.com/pharmaverse/admiralophtha/blob/main/
issue: https://github.com/pharmaverse/admiralophtha/issues/
user: https://github.com/
development:
mode: auto
news:
cran_dates: false
reference:
#- title: Derivations for Adding Variables
#- subtitle: All ADaMs
#- contents:
# - has_keyword("der_gen")
- subtitle: ADSL-specific
desc: Derivation Functions helpful for building the ADSL dataset
- contents:
- has_keyword("der_adsl")
#- subtitle: BDS-specific
# desc: Derivation Functions helpful for building the BDS datasets (e.g. advs, adlb, adeg, adex)
#- contents:
# - has_keyword("der_bds_gen")
# - has_keyword("der_bds_findings")
- subtitle: OCCDS-specific
desc: Derivation Functions helpful for building the OCCDS datasets (e.g. adae, adcm, admh)
- contents:
- has_keyword("der_occds")
- subtitle: Ophtha-specific
desc: Derivation Functions helpful for building the Ophtha datasets (e.g. adoe, adbcva)
- contents:
- has_keyword("der_ophtha")
- title: Utility Functions
- subtitle: Utilities for Formatting Observations
- contents:
- has_keyword("utils_fmt")
#- subtitle: Utilities for Dataset Checking
#- contents:
# - has_keyword('utils_ds_chk')
#- subtitle: Utilities used within Derivation Functions
#- contents:
# - has_keyword('utils_help')
#- subtitle: Utilities for Filtering Observations
#- contents:
# - has_keyword('utils_fil')
#- subtitle: Utilities used for Date Imputation
#- contents:
# - has_keyword('utils_impute')
#- subtitle: Utilities used for Examples and Template Scripts
#- contents:
# - has_keyword('utils_examples')
#- title: Computations
# desc: Computations expect vectors as input and return a vector
# contents:
# - has_keyword('computation')
- title: Example Datasets
desc: You can run `admiral::use_ad_template()` to produce additional datasets
contents:
- has_keyword('datasets')
#- title: Other Keywords
#- subtitle: Timing
# desc: Function related to timing, e.g., deriving dates, imputing dates, converting dates, deriving duration, ...
# contents:
# - has_keyword('timing')
#- subtitle: Source Specifications
# desc: Classes defining sources for derivations where variables or observations from more than one dataset are considered, e.g., like in `derive_var_lstalvdt()`
# contents:
# - has_keyword('source_specifications')
#- subtitle: Pre-Defined Time-to-Event Sources
# desc: '`tte_source` objects defined by {admiral} that can be used as input for `derive_param_tte()`'
# contents:
# - has_keyword('tte_source')
navbar:
structure:
left: [getstarted, reference, articles, news, versions]
right: [search, slack, history, newissue, github]
components:
getstarted:
text: Get Started
href: articles/admiralophtha.html
reference:
text: Reference
href: reference/index.html
articles:
text: User Guides
menu:
- text: Ophthalmology Standards
href: articles/standards.html
- text: Creating ADOE
href: articles/adoe.html
- text: Creating ADBCVA
href: articles/adbcva.html
- text: Creating ADVFQ
href: articles/advfq.html
history:
icon: fa-history
href: articles/website-versions.html
aria-label: Previous Release Websites
slack:
icon: fa-slack
href: https://pharmaverse.slack.com/
aria-label: Slack
newissue:
icon: fa-bug
href: https://github.com/pharmaverse/admiralophtha/issues/new/choose
aria-label: New Issue