-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
94 lines (94 loc) · 2.85 KB
/
DESCRIPTION
File metadata and controls
94 lines (94 loc) · 2.85 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: tidytlg
Title: Create TLGs using the 'tidyverse'
Version: 0.11.0.9000
Language: en-US
Authors@R:
c(person(given = "Nicholas",
family = "Masel",
role = "aut",
email = "nmasel@its.jnj.com"),
person(given = "Steven",
family = "Haesendonckx",
role = "aut",
email = "shaesen2@its.jnj.com"),
person(given = "Pelagia",
family = "Alexandra Papadopoulou",
role = "aut",
email = "ppapadop@its.jnj.com"),
person(given = "Sheng-Wei",
family = "Wang",
role = "aut",
email = "swang69@its.jnj.com"),
person(given = "Eli",
family = "Miller",
role = "aut",
email = "eli.miller@atorusresearch.com",
comment = c(ORCID = "0000-0002-2127-9456")),
person(given = "Nathan",
family = "Kosiba",
email = "nkosiba@its.jnj.com",
role = "aut",
comment = c(ORCID = "0000-0001-5359-4234")),
person(given = "Aidan",
family = "Ceney",
role = "aut",
email = "aceney@its.jnj.com",
comment = c(ORCID = "0000-0001-8313-487X")),
person(given = "Janssen R&D",
role = c("cph", "fnd")),
person(given = "David",
family = "Hugh-Jones",
role = "cph",
comment = "Author of included 'huxtable' library"),
person(given = "Konrad",
family = "Pagacz",
role = c("aut", "cre"),
email = "kpagacz@its.jnj.com")
)
Description: Generate tables, listings, and graphs (TLG) using 'tidyverse'.
Tables can be created functionally, using a standard TLG process, or by
specifying table and column metadata to create generic analysis summaries.
The 'envsetup' package can also be leveraged to create environments for table
creation.
License: Apache License 2.0
URL: https://pharmaverse.github.io/tidytlg/main/, https://github.com/pharmaverse/tidytlg
BugReports: https://github.com/pharmaverse/tidytlg/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
knitr (>= 1.23),
rmarkdown (>= 2.10),
renv (>= 0.13.2),
shiny (>= 1.3.2),
kableExtra (>= 1.3.4),
haven (>= 2.4.1),
usethis (>= 1.6.3),
withr (>= 2.3.0)
Imports:
cli (>= 3.6.0),
dplyr (>= 1.1.0),
tibble (>= 2.1.3),
magrittr (>= 1.5),
rlang (>= 0.4.10),
tidyr (>= 1.0.0),
stats (>= 3.6.0),
stringr (>= 1.4.0),
forcats (>= 0.5.1),
purrr (>= 0.3.4),
huxtable (>= 5.1.0),
assertthat (>= 0.2.1),
glue (>= 1.4.2),
crayon (>= 1.4.1),
methods,
readxl (>= 1.3.1),
cellranger (>= 1.1.0),
png (>= 0.1-7),
ggplot2 (>= 3.3.2),
rstudioapi (>= 0.13)
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3