forked from Biogen-Inc/tidyCDISC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
47 lines (45 loc) · 1.15 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
articles:
- title: Blog Posts
navbar: ~
desc: New 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
desc: CDISC pilot data
contents:
- adsl
- adae
- advs
- adlbc
- adtte
- 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")