Package: parseRPDR
Type: Package
Title: Parse and Manipulate Research Patient Data Registry ('RPDR')
        Text Queries
Version: 0.2.1
Date: 2021-09-10
Authors@R: person("Marton", "Kolossvary", role = c("aut", "cre"), email = "mkolossvary@mgh.harvard.edu")
Maintainer: Marton Kolossvary <mkolossvary@mgh.harvard.edu>
Description: Functions to load Research Patient Data Registry ('RPDR') text queries from Partners Healthcare institutions into R.
             The package also provides helper functions to manipulate data and execute common procedures
             such as finding the closest radiological exams considering a given timepoint, or creating a DICOM header database
             from the downloaded images. 'parseRPDR' currently supports txt sources: "mrn", "con", "dem", "enc", "rdt", "lab",
             "med", "dia", "rfv", "prc", "phy", "lno", "car", "dis", "end", "hnp", "opn", "pat", "prg", "pul", "rad" and "vis".
             All functionalities are parallelized for fast and efficient analyses.
License: AGPL (>= 3)
Depends: R (>= 4.0)
Imports: data.table (>= 1.13.2), stringr (>= 1.4.0), readr (>= 1.4.0),
        doParallel (>= 1.0.16), foreach (>= 1.5.1), bigmemory (>=
        4.5.36), reticulate(>= 1.20)
LazyData: TRUE
RoxygenNote: 7.1.1
NeedsCompilation: no
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Encoding: UTF-8
Config/testthat/edition: 3
Packaged: 2021-09-10 11:58:14 UTC; mjk2
Author: Marton Kolossvary [aut, cre]
Repository: CRAN
Date/Publication: 2021-09-10 12:10:02 UTC
Built: R 4.0.2; ; 2021-09-11 11:01:06 UTC; unix
