forked from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
82 lines (72 loc) · 2.05 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
url: https://pharmaverse.github.io/admiraltemplate
template:
params:
bootswatch: flatly
docsearch:
api_key: 2d4895759f79e89d6eb1c3b990bca6d8
index_name: pharmaverse
repo:
url:
home: https://github.com/pharmaverse/admiraltemplate
source: https://github.com/pharmaverse/admiraltemplate/blob/main/
issue: https://github.com/pharmaverse/admiraltemplate/issues/
user: https://github.com/
news:
cran_dates: false
reference:
- title: Hello and Welcome
- subtitle: Hello
desc: General example functions
contents:
- has_keyword('hello')
- title: Derivations
desc: Derivations add one or more variables or parameters to the input
dataset and return the extended dataset.
- contents:
- starts_with("derive")
- title: Computations
desc: Computations expect vectors as input and return a vector
contents:
- has_keyword('computation')
- title: CDISC Hierarchy
- subtitle: ADXX
desc: ADXX specific functions
contents:
- has_keyword('adxx')
- 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')
- title: ADaM Datasets
- contents:
- adxx
- title: User Utilities
- contents:
- has_keyword("user_utility")
- title: Developer Utilities
- subtitle: Assertions
- contents:
- has_keyword("assertion")
- subtitle: Checks
- contents:
- has_keyword("check")
- subtitle: Warnings
- contents:
- has_keyword("warning")
- subtitle: Various
- contents:
- has_keyword("dev_utility")
articles:
- title: User Guides
navbar: User Guides
contents:
- adxx