-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
70 lines (66 loc) · 1.78 KB
/
_pkgdown.yml
File metadata and controls
70 lines (66 loc) · 1.78 KB
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
url: https://gilead-biostats.github.io/workr
template:
bootstrap: 5
bootswatch: yeti
includes:
in_header: '<link href="pkgdown/extra.css" rel="stylesheet">'
development:
mode: auto
navbar:
structure:
left: [articles, reference, slides, news]
right: [search, github]
components:
github:
icon: fab fa-github
href: https://github.com/gilead-biostats/workr
articles:
text: Vignettes
menu:
- text: "Intro to {workr} (US Phuse Connect 2026)"
href: articles/Overview.html
- text: "Pharmaverse Case Study"
href: articles/Pharmaverse.html
- text: "Cookbook: sdtm.oak"
href: articles/SDTM_example.html
- text: "Cookbook: admiral"
href: articles/ADAM_example.html
- text: "Cookbook: viz libs"
href: articles/gsm_visualizations.html
- text: "Cookbook: cards"
href: articles/ARS_example.html
slides:
text: Slides
href: slides/
reference:
- title: "Workflow Execution"
desc: "Core functions for running workflows and individual steps."
contents:
- RunWorkflows
- RunWorkflow
- RunStep
- RunQuery
- title: "Project Management"
desc: "Utilities for managing workflow projects and loading examples."
contents:
- RunProject
- MakeWorkflowList
- loadExample
- title: "Demo App"
desc: "Interactive Shiny application for exploring workflows."
contents:
- DemoApp_init
- DemoApp_UI
- DemoApp_Server
- title: "Internal / Helpers"
contents:
- gh_get_sha
- gh_get_version
- parse_github_ref
- pkgListFromManifest
- pkgManifest
- pull_workflows
- resolve_package
- resolve_ref_by_date
- resolve_tag_by_date
- write_rproject_toml