-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.36 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
Package: ardis
Title: ardis is a Analysis Results Data Interchange Structure
Version: 0.0.0.9000
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 = "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/ardis
BugReports: https://github.com/atorus-research/ardis/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 (>= 0.4.0)
Suggests:
testthat (>= 2.1.0),
haven (>= 2.2.0),
knitr,
rmarkdown,
huxtable,
tidyverse,
readr,
kableExtra,
pharmaRTF,
withr
RoxygenNote: 7.2.3
VignetteBuilder: knitr
RdMacros: lifecycle
Config/testthat/edition: 3