-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.44 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
Package: pharmr
Encoding: UTF-8
Version: 1.4.0
Date: 2024-12-04
Title: Interface to the 'Pharmpy' 'Pharmacometrics' Library
Authors@R: c(
person("Rikard", "Nordgren", role=c("aut", "cre", "cph"), email="[email protected]"),
person("Stella", "Belin", role=c("aut", "cph"), email="[email protected]"),
person("Mats O.", "Karlsson", role=c("sad")),
person("Andrew C.", "Hooker", role=c("sad")),
person("Xiaomei", "Chen", role=c("sad")),
person("Sebastian", "Ueckert", role=c("sad"), comment=c(ORCID="0000-0002-3712-0255")),
person("Simon", "Buatois", role=c("rev")),
person("João A.", "Abrantes", role=c("rev")),
person("Emilie", "Schindler", role=c("rev")),
person("F. Hoffmann-La Roche Ltd.", role=c("fnd")),
person("Bayer AG", role=c("fnd"))
)
Maintainer: Rikard Nordgren <[email protected]>
Depends:
R (>= 3.6.0),
altair (>= 4.0.0)
SystemRequirements:
Python (>= 3.11.0)
Imports:
reticulate (>= 1.19),
cli,
utils
Suggests:
testthat,
magrittr,
here,
knitr
NeedsCompilation: no
Description: Interface to the 'Pharmpy' 'pharmacometrics' library. The 'Reticulate' package is used to interface Python from R.
Config/reticulate:
list(
packages = list(
list(package = "altair"),
list(package = "pharmpy-core")
)
)
URL: https://github.com/pharmpy/pharmr
BugReports: https://github.com/pharmpy/pharmr/issues
License: LGPL (>= 3)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)