-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
79 lines (79 loc) · 1.62 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
78
79
Package: EDCimport
Version: 0.5.1.9000
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'.
License: GPL-3
URL: https://github.com/DanChaltiel/EDCimport, https://danchaltiel.github.io/EDCimport/
BugReports: https://github.com/DanChaltiel/EDCimport/issues
Depends:
R (>= 3.1.0)
Imports:
cli,
dplyr,
forcats,
fs,
glue,
ggplot2,
haven,
purrr,
readr,
rlang,
scales,
stringr,
tibble,
tidyr,
tidyselect,
utils,
lifecycle
Suggests:
callr,
crosstable,
gtools,
htmlwidgets,
janitor,
knitr,
openxlsx,
patchwork,
plotly,
quarto,
rmarkdown,
rstudioapi,
testthat (>= 3.1.8),
usethis,
vdiffr,
withr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: local, trialmaster, utils
Collate:
'7zip.R'
'EDCimport-package.R'
'assertions.R'
'burgled.R'
'crf_status.R'
'data.R'
'helpers.R'
'utils.R'
'lookup.R'
'options.R'
'population_plot.R'
'read_all_csv.R'
'read_all_sas.R'
'read_all_xpt.R'
'read_trialmaster.R'
'sanity_checks.R'
'sas_format.R'
'save_to_excel.R'
'search_for_newer_data.R'
'split_mixed.R'
'swimmerplot.R'
'utils_read.R'