-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 1001 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
Package: dmtools
Title: Tools for Clinical Data Management
Version: 0.2.6.9000
Authors@R:
person(given = "Konstantin",
family = "Ryabov",
role = c("aut", "cre"),
email = "chachabooms@gmail.com")
Description: For checking the dataset from EDC(Electronic Data Capture) in clinical trials.
'dmtools' reshape your dataset in a tidy view and check events.
You can reshape the dataset and choose your target to check, for example, the laboratory reference range.
Depends: R (>= 3.6)
Imports:
magrittr (>= 1.5),
dplyr (>= 1.0.0),
readxl (>= 1.3.1),
purrr (>= 0.3.3),
lubridate (>= 1.7.4),
httr (>= 1.4.1),
tidyr (>= 1.1.0),
tibble (>= 3.0.1),
progress (>= 1.2.2)
License: MIT + file LICENSE
URL: https://github.com/KonstantinRyabov/dmtools
BugReports: https://github.com/KonstantinRyabov/dmtools/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr