Package: parseRPDR
Type: Package
Title: Parse and Manipulate Research Patient Data Registry ('RPDR')
        Text Queries
Version: 1.0.0
Date: 2023-03-17
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. 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)
RoxygenNote: 7.1.2
NeedsCompilation: no
Suggests: testthat (>= 3.0.0), reticulate (>= 1.20), bigmemory (>=
        4.5.36), knitr, rmarkdown, covr
Encoding: UTF-8
URL: https://github.com/martonkolossvary/parseRPDR
BugReports: https://github.com/martonkolossvary/parseRPDR/issues
Config/testthat/edition: 3
Config/testthat/parallel: true
Packaged: 2023-03-17 15:19:13 UTC; mjk2
Author: Marton Kolossvary [aut, cre]
Repository: CRAN
Date/Publication: 2023-03-17 15:30:02 UTC
