-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
40 lines (40 loc) · 924 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
29
30
31
32
33
34
35
36
37
38
39
40
Package: tidytableone
Title: Tidy construction of "Table 1"
Version: 0.0.0.9000
Authors@R:
person(given = "Emile",
family = "Latour",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: A tidy approach to creating the "Table 1" of study characteristics common in bimoedical research.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/emilelatour/tidytableone
BugReports: https://github.com/emilelatour/tidytableone/issues
Depends:
R (>= 3.2.0)
ByteCompile: true
Suggests:
ggplot2,
knitr,
rmarkdown,
roxygen2
Imports:
car,
dplyr,
forcats,
glue,
magrittr,
nortest,
purrr,
rlang (>= 0.1.2),
scales,
stringr,
tableone,
testit,
tibble,
tidyr (>= 1.1.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)