forked from arminstroebel/atable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.16 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
Package: atable
Type: Package
Title: Create Tables for Reporting Clinical Trials
Version: 0.1.10
Author: Armin Ströbel [aut, cre] (<https://orcid.org/0000-0002-6873-5332>),
Alan Haynes [aut] (<https://orcid.org/0000-0003-1374-081X>)
Maintainer: Armin Ströbel <[email protected]>
Authors@R: c(person("Armin", "Ströbel", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6873-5332")),
person("Alan", "Haynes", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-1374-081X")))
Description: Create Tables for Reporting Clinical Trials.
Calculates descriptive statistics and hypothesis tests,
arranges the results in a table ready for reporting with LaTeX, HTML or Word.
License: GPL-3
Depends: R (>= 3.5)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Imports:
stats (>= 3.4),
doBy (>= 4.6),
plyr (>= 1.8.4),
reshape2 (>= 1.4.3),
Hmisc (>= 4.1),
settings (>= 0.2.4),
DescTools (>= 0.99.24),
effsize (>= 0.7.1)
Suggests:
testthat,
knitr,
survival,
rmarkdown
URL: https://github.com/arminstroebel/atable
BugReports: https://github.com/arminstroebel/atable/issues