-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
58 lines (58 loc) · 1.64 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
Type: Package
Package: ospsuite.reportingengine
Title: R package to create reports for the Open Systems Pharmacology models
Version: 2.2.0
Authors@R:
c(person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person(given = "Michael",
family = "Sevestre",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3054-8160")),
person(given = "Juri",
family = "Solodenko",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6922-588X")),
person(given = "Pierre",
family = "Chelle",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0167-4774")),
person(given = "Abdullah",
family = "Hamadeh",
role = "aut",
email = "[email protected]"))
Description: Creates tables and figures and combines them into (Markdown and MS-Word) reports.
License: GPL-2 | file LICENSE
URL: https://github.com/open-systems-pharmacology/ospsuite.reportingengine
BugReports:
https://github.com/open-systems-pharmacology/ospsuite.reportingengine/issues
Depends:
R (>= 4.1),
ospsuite (>= 12.0),
tlf (>= 1.5),
rSharp (>= 1.0)
Imports:
R6,
ggplot2,
jsonlite,
ospsuite.utils (>= 1.4.0),
dplyr,
tidyr
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
Rmpi,
readxl,
tracelib,
styler,
crayon,
webshot,
parallel
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr