forked from SwissClinicalTrialOrganisation/secuTrialR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2 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
Package: secuTrialR
Type: Package
Title: Handling of Data from the Clinical Data Management System 'secuTrial'
Version: 1.3.1
Authors@R:
c(person(given = "Alan G.",
family = "Haynes",
role = c("cre", "aut", "cph"),
email = "[email protected]"),
person(given = "Patrick R.",
family = "Wright",
role = c("aut", "cph"),
email = "[email protected]"),
person(given = "Milica",
family = "Markovic",
role = c("aut", "cph"),
email = "[email protected]"),
person(given = "Gilles",
family = "Dutilh",
role = c("ctb")),
person(given = "Armando",
family = "Lenz",
role = c("ctb")),
person(given = "Pascal",
family = "Benkert",
role = c("com"),
email = "[email protected]"),
person(given = "Silvia",
family = "Grieder",
role = c("ctb")),
person(given = "Pia",
family = "Neuschwander",
role = c("ctb")),
person(given = "Constantin",
family = "Sluka",
role = c("ctb"))
)
Maintainer: Alan G. Haynes <[email protected]>
Description: Seamless and standardized interaction with data
exported from the clinical data management system (CDMS)
'secuTrial'<https://www.secutrial.com>.
The primary data export the package works with is a standard non-rectangular export.
Depends:
R (>= 3.5)
Imports:
haven (>= 2.2.0),
readr,
readxl,
stringr,
tibble,
magrittr,
purrr,
tidyr,
dplyr,
rlang,
lubridate
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
lintr,
rmarkdown,
testthat,
tufte,
tcltk,
igraph
VignetteBuilder: knitr
URL: https://github.com/SwissClinicalTrialOrganisation/secuTrialR
BugReports: https://github.com/SwissClinicalTrialOrganisation/secuTrialR/issues