forked from DanChaltiel/EDCimport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 900 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
Package: EDCimport
Version: 0.2.1.9009
Title: Import Data from EDC Software
Authors@R:
c(person(given = "Dan",
family = "Chaltiel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3488-779X")))
Description: A convenient toolbox to import data exported from Electronic Data Capture (EDC) software 'TrialMaster' and 'Macro'.
License: GPL-3
URL: https://github.com/DanChaltiel/EDCimport
BugReports: https://github.com/DanChaltiel/EDCimport/issues
Depends:
R (>= 3.1.0)
Imports:
cli,
dplyr,
glue,
forcats,
haven,
labelled,
purrr,
readr,
rlang,
stringr,
tibble,
tidyr
Suggests:
callr,
covr,
crosstable,
knitr,
testthat (>= 3.0.0),
withr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3