-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
64 lines (56 loc) · 1.4 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
url: https://shannonpileggi.github.io/gtreg/
template:
bootstrap: 5
bootswatch: simplex
bslib:
primary: "#002D58"
base_font: {google: "Atkinson Hyperlegible"}
heading_font: {google: "Atkinson Hyperlegible"}
text-muted: "#FFFFFF"
authors:
Shannon Pileggi:
href: "https://www.pipinghotdata.com/"
Daniel D. Sjoberg:
href: "https://www.danieldsjoberg.com/"
development:
mode: auto
version_label: default
navbar:
bg: primary
left:
- icon: fa-home
href: index.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: "Adverse Event Counting Methods"
href: articles/counting-methods.html
- text: "Output types"
href: articles/output-gtreg.html
- text: "Table modifications: headers, footnotes, and captions"
href: articles/table-modifications.html
- text: "Table shells"
href: articles/table-shells.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/shannonpileggi/gtreg
reference:
- title: Data Summaries
- contents:
- starts_with("tbl_")
- starts_with("add_")
- starts_with("inline_text")
- title: Column Selectors
- contents:
- selectors
- title: Utility Functions
- contents:
- starts_with("\\.")
- style_xxx
- title: Data
- contents:
- df_adverse_events
- df_patient_characteristics