-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
100 lines (100 loc) · 2.68 KB
/
DESCRIPTION
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Package: assemblerr
Title: Assembly of Pharmacometric Models
Description: Construct pharmacometric nonlinear mixed effect models by combining
predefined model components and automatically generate model code for NONMEM.
Models are created by combining parameter and observation models, algebraic
relationships, compartments, and flows. Pharmacokinetic models can be assembled
from the higher-order components: absorption, distribution, and elimination.
The generated code is optimized for performance by recognizing, for example,
linear differential equations or differential equations with an analytic
solution.
Version: 0.1.2
Authors@R:
c(
person(given = "Sebastian",
family = "Ueckert",
role = c("aut", "cre","cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3712-0255")),
person(given = "Mats O.",
family = "Karlsson",
role = c("sad")),
person(given = "Andrew C.",
family = "Hooker",
role = c("sad")),
person(given = "Rikard",
family = "Nordgren",
role = c("sad")),
person(given = "Simon",
family = "Carter",
role = c("rev")),
person(given = "Simon",
family = "Buatois",
role = c("rev")),
person(given = "João A.",
family = "Abrantes",
role = c("rev")),
person("F. Hoffmann-La Roche Ltd.",
role = c("fnd"))
)
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat (>= 3.0.2),
knitr,
rmarkdown,
covr,
withr,
markdown,
devtools
Imports:
purrr (>= 0.3.0),
rlang,
magrittr,
methods,
glue,
vctrs (>= 0.3.4),
cli (>= 2.1.0),
tidyselect
VignetteBuilder: knitr
RoxygenNote: 7.2.1
ByteCompile: true
Collate:
'advans.R'
'generics.R'
'facet.R'
'conversion.R'
'model.R'
'pk_model.R'
'rendering.R'
'statement.R'
'nm_model.R'
'declaration-creation.R'
'declaration.R'
'algebraics.R'
'assemblerr-package.R'
'ast.R'
'compartment.R'
'conversion-compartment-nm.R'
'input_variable.R'
'conversion-input_variable-nm.R'
'meta.R'
'conversion-meta-nm.R'
'conversion-nm.R'
'observation.R'
'conversion-observation-nm.R'
'parameter.R'
'conversion-parameter-nm.R'
'node-classes.R'
'tasks.R'
'conversion-tasks-nm.R'
'description.R'
'issues.R'
'model-options.R'
'parameter-values.R'
'pk_component.R'
'test-helpers.R'
'util.R'
'variables.R'
URL: https://github.com/UUPharmacometrics/assemblerr
BugReports: https://github.com/UUPharmacometrics/assemblerr/issues