-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
77 lines (77 loc) · 2.26 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
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
Package: Tplyr
Title: A Traceability Focused Grammar of Clinical Data Summary
Version: 1.2.1
Authors@R:
c(
person(given = "Eli",
family = "Miller",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2127-9456")),
person(given = "Mike",
family = "Stackhouse",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6030-723X")),
person(given = "Ashley",
family = "Tarasiewicz",
email = "[email protected]",
role = "aut"),
person(given = "Nathan",
family = "Kosiba",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-5359-4234")),
person(given = "Sadchla",
family = "Mascary",
email = "[email protected]",
role = "ctb"),
person(given = "Andrew",
family = "Bates",
email = "[email protected]",
role = "ctb"),
person(given = "Shiyu",
family = "Chen",
email = "[email protected]",
role = "ctb"),
person(given = "Oleksii",
family = "Mikryukov",
email = "[email protected]",
role = "ctb"),
person(given = "Atorus Research LLC",
role = "cph")
)
Description: A traceability focused tool created to simplify the data manipulation necessary to create clinical summaries.
License: MIT + file LICENSE
URL: https://github.com/atorus-research/Tplyr
BugReports: https://github.com/atorus-research/Tplyr/issues
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
rlang (>= 0.4.6),
assertthat (>= 0.2.1),
magrittr (>= 1.5),
dplyr (>= 1.0.0),
purrr (>= 0.3.3),
stringr (>= 1.4.0),
tidyr (>= 1.0.2),
tidyselect (>= 1.1.0),
tibble (>= 3.0.1),
lifecycle,
forcats (>= 1.0.0)
Suggests:
testthat (>= 2.1.0),
haven (>= 2.2.0),
knitr,
rmarkdown,
huxtable,
tidyverse,
readr,
kableExtra,
pharmaRTF,
withr
VignetteBuilder: knitr
RoxygenNote: 7.2.3
RdMacros: lifecycle
Config/testthat/edition: 3
LazyData: true