-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
79 lines (79 loc) · 2.08 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
url: https://ruminate.ubiquity.tools/
# Customize:
# https://bootswatch.com/journal/
# https://rstudio.github.io/bslib/articles/bs5-variables.html
# bs_theme_preview()
template:
bootstrap: 5
#theme: pygments
#theme: solarized-light
#theme: yeti
bootswatch: yeti
bslib:
#headings-color: "#9FCDC8"
info: "#9FCDC8"
primary: "#B76747"
bg: "#F4EACA"
fg: "#00445B"
reference:
- title: "Running ruminate"
- contents:
- ruminate
- title: "Helper functions"
- contents:
- ruminate_check
- title: "CTS Module functions"
- contents:
- starts_with("CTS_")
- fetch_rxinfo
- fetch_rxtc
- mk_subjects
- plot_sr_ev
- plot_sr_tc
- rx2other
- simulate_rules
- title: "MB Module functions"
- contents:
- starts_with("MB_")
- mk_rx_obj
- title: "NCA Module functions"
- contents:
- apply_route_map
- dose_records_builder
- flag_nca_ds
- starts_with("mk_table")
- starts_with("mk_figure")
- starts_with("NCA_")
- starts_with("nca_")
- run_nca_components
navbar:
left:
- text: "Try Online"
icon: fas fa-cloud
href: https://runruminate.ubiquity.tools/
- text: "Videos"
icon: fas fa-video
menu:
- text: "Introduction and Overview"
href: https://vimeo.com/1042516737
- text: "Getting Started: Wrangling, Plotting and NCA"
href: https://vimeo.com/1042510561
- text: "Deployment, App Preloading, and Analysis Workflows"
href: https://vimeo.com/1045192047
- text: "Tutorials"
icon: fas fa-chalkboard-teacher
menu:
- text: "Deployment & Customization"
href: articles/deployment.html
- text: "Non-Compartmental Analysis"
href: articles/noncompartmental_analysis.html
- text: "Building Models"
href: articles/model_builder.html
- text: "Clinical Trial Simulations"
href: articles/clinical_trial_simulation.html
- text: "Functions"
icon: fas fa-hat-wizard
href: reference/index.html
- text: "News"
icon: fas fa-rss
href: news/index.html