Package: dmtools
Title: Tools for Validation the Dataset
Version: 0.2.4
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' can check laboratory, dates, WBCs(White Blood Cells) count and rename the dataset.
             Laboratory - does the investigator correctly estimate the laboratory analyzes?
             Dates - do all dates correspond to the protocol's timeline?
             WBCs count - do absolute equal (all * relative) / 100?
             If the clinical trial has different lab reference ranges, 'dmtools' also can help.
Depends: R (>= 3.6)
Imports: magrittr (>= 1.5), dplyr (>= 0.8.3), readxl (>= 1.3.1), purrr
        (>= 0.3.3), lubridate (>= 1.7.4)
License: MIT + file LICENSE
URL: https://github.com/chachabooms/dmtools
BugReports: https://github.com/chachabooms/dmtools/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-10 13:05:54 UTC; X7-KR
Author: Konstantin Ryabov [aut, cre]
Maintainer: Konstantin Ryabov <chachabooms@gmail.com>
Repository: CRAN
Date/Publication: 2020-05-12 11:00:06 UTC
