-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 989 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 989 Bytes
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
Package: consort
Type: Package
Title: Create Consort Diagram
Version: 1.2.2
Authors@R: person("Alim", "Dayim",
email = "ad938@cam.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9998-7463"))
Description: To make it easy to create CONSORT diagrams for the transparent reporting of participant allocation in randomized, controlled clinical trials. This is done by creating a standardized disposition data, and using this data as the source for the creation a standard CONSORT diagram. Human effort by supplying text labels on the node can also be achieved.
License: MIT + file LICENSE
URL: https://github.com/adayim/consort/
BugReports: https://github.com/adayim/consort/issues
Encoding: UTF-8
Imports:
grid
Suggests:
testthat (>= 3.0.0),
knitr,
DiagrammeR,
rmarkdown,
covr,
stringi
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true