-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 919 Bytes
/
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
Type: Package
Package: ospsuite.reportingengine
Title: R package to run the qualification scenario of the Open Systems Pharmacology platform
Version: 0.1.0
Authors@R:
c(person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person(given = "Michael",
family = "Sevestre",
role = c("aut", "cre"),
email = "[email protected]"))
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
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 (>= 3.5),
Imports:
R6,
ospsuite,
tlf
Suggests:
testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2