-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
57 lines (47 loc) · 1.14 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
url: https://uupharmacometrics.github.io/assemblerr/
templates:
params:
bootswatch: Flatly
development:
mode: auto
reference:
- title: "Model constructors"
desc: >
Functions to create the foundation of a model.
- contents:
- model
- pk_model
- title: "Parameter models"
desc: "Building blocks defining parameters"
- contents:
- starts_with("prm_")
- title: "Observation models"
desc: "Building blocks defining observations"
- contents:
- starts_with("obs_")
- title: "Compartments"
desc: "Building blocks to define compartments and flows"
- contents:
- compartment
- cmp
- flow
- title: "Algebraics & variables"
desc: "Building blocks to specify algebraic relationships and input variables"
- contents:
- algebraic
- input_variable
- title: "PK components"
desc: "Building blocks to define pharmacokinetic components"
- contents:
- starts_with("pk_")
- title: "Checking & Rendering"
desc: "Check a model and converting it into code"
- contents:
- check
- render
- assemblerr_options
- title: "Model tasks"
desc: "Specifying model tasks"
- contents:
- starts_with("tsk_")
- model-variable-selection