-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.53 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
Package: ospsuite.parameteridentification
Type: Package
Title: Open Systems Pharmacology Parameter Identification package
Version: 2.0.1.9009
Authors@R:
c(person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person("esqLABS GmbH", role = "fnd"),
person(given = "Pavel",
family = "Balazki",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sergei",
family = "Vavilov",
role = "aut"),
person(given = "Rudi",
family = "Engelke",
role = "aut"),
person(given = "Felix",
family = "Mil",
role = "ctb")
)
Maintainer: Pavel Balazki <[email protected]>
Description: R package for performing parameter identification for the
Open Systems Pharmacology models.
License: GPL-2 | file LICENSE
URL: https://github.com/open-systems-pharmacology/ospsuite.parameteridentification
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1),
ospsuite (>= 12.1.0.9008)
Imports:
ggplot2,
ggtext,
tibble,
purrr,
ospsuite.utils,
R6,
dfoptim,
nloptr,
DEoptim,
numDeriv
Suggests:
devtools,
knitr,
mockthat,
rmarkdown,
showtext,
sysfonts,
testthat (>= 3.0.0),
vdiffr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3
Remotes:
ospsuite=Open-Systems-Pharmacology/OSPSuite-R,
ospsuite.utils=Open-Systems-Pharmacology/OSPSuite.RUtils