-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
91 lines (82 loc) · 2.61 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
url: https://pharmaverse.github.io/admiralonco/
template:
bootstrap: 5
params:
bootswatch: flatly
search:
exclude: ['news/index.html']
repo:
url:
home: https://github.com/pharmaverse/admiralonco
source: https://github.com/pharmaverse/admiralonco/blob/main/
issue: https://github.com/pharmaverse/admiralonco/issues/
user: https://github.com/
news:
cran_dates: true
development:
mode: auto
reference:
- title: Pre-Defined Objects
desc: 'Objects defined by `{admiralonco}` that can be used as input for derivations'
- contents:
- has_keyword("source_specifications")
- title: Utility Functions
- subtitle: Utilities for Formatting Observations
- contents:
- has_keyword('utils_fmt')
- subtitle: Utilities for Dataset Checking
- contents:
- has_keyword('utils_ds_chk')
- title: Example Datasets
desc: You can run `admiral::use_ad_template()` to produce additional datasets
- contents:
- has_keyword('datasets')
- title: Superseded
desc: |
Superseded functions have been replaced with more flexible functions that
allow for construction of more diverse endpoints for a wider array of
oncology indications, beyond solid tumor/RECIST. However, we will not be
removing these functions from `{admiralonco}` in the near future and they
will continue to be supported.
contents:
- has_keyword("superseded")
navbar:
structure:
left: [getstarted, reference, articles, news]
right: [search, slack, history, newissue, github]
components:
getstarted:
text: Get Started
href: articles/admiralonco.html
reference:
text: Reference
href: reference/index.html
articles:
text: User Guides
menu:
- text: Creating a Basic ADRS
href: articles/adrs_basic.html
- text: Creating ADRS (Including Non-standard Endpoints)
href: articles/adrs.html
- text: Creating ADRS with iRECIST endpoints
href: articles/irecist.html
- text: Creating ADRS with IMWG Criteria
href: articles/adrs_imwg.html
- text: Creating ADTTE
href: articles/adtte.html
- text: Creating ADTR
href: articles/adtr.html
- text: Creating and Using New Anti-Cancer Start Date
href: articles/nactdt.html
history:
icon: fa-history
href: articles/website-versions.html
aria-label: Previous Release Websites
slack:
icon: fa-slack
href: https://app.slack.com/client/T028PB489D3/C02M8KN8269
aria-label: Slack
newissue:
icon: fa-bug
href: https://github.com/pharmaverse/admiralonco/issues/new/choose
aria-label: New Issue