-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path_pkgdown.yml
55 lines (54 loc) · 1.39 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
articles:
- title: Getting Started
contents:
- tidyCDISC
- title: Blog Posts
navbar: ~
desc: News and Announcements
contents:
- Blog
- title: User Guides
navbar: User Guides
desc: Step-by-step tutorials for each module in the application
contents:
- starts_with("x")
- title: Developer Guides
desc: Reference material for those who plan to contribute to the application's code base
contents:
- starts_with("dev")
reference:
- title: Run app
desc: Run the application locally
contents:
- run_app
- title: Package data
- subtitle: CDISC pilot data
desc: Pilot data used to demo the application
contents:
- adsl
- adae
- advs
- adlbc
- adtte
- subtitle: Example data
desc: Example data used to show function usage
contents:
- example_dat1
- example_dat2
- title: Reproducible analysis functions
desc: R code generator will leverage these functions to mimic analysis performed in the app
contents:
- has_keyword("tabGen_repro")
# - title: Help compare output to SAS functions
# desc: User friendly utility functions built for comparing app output with SAS produced outputs
# contents:
# - has_keyword("tabGen_compare")
- title: General helper functions
contents:
- has_keyword("helpers")
# - title: Table Generator Functions
# contents:
# - has_keyword("tabGen")
# - title: Population Explorer Figures
# contents:
# - has_keyword("popEx")