Package: ricu
Title: Intensive Care Unit Data with R
Description: Focused on (but not exclusive to) data sets hosted on PhysioNet
    (<https://physionet.org>), 'ricu' provides utilities for download, setup
    and access of intensive care unit (ICU) data sets. In addition to
    functions for running arbitrary queries against available data sets, a
    system for defining clinical concepts and encoding their representations
    in tabular ICU data is presented.
Version: 0.1.2
Authors@R: c(
    person(given = "Nicolas",
           family = "Bennett",
           role = c("aut", "cre"),
           email = "nicolas.bennett@stat.math.ethz.ch"),
    person(given = "Drago",
           family = "Plecko",
           role = c("aut"),
           email = "drago.plecko@stat.math.ethz.ch"),
    person(given = "Ida-Fong",
           family = "Ukor",
           role = c("aut"),
           email = "dr.ukor@gmail.com")
    )
License: GPL-3
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://github.com/septic-tank/ricu, https://physionet.org
BugReports: https://github.com/septic-tank/ricu/issues
Depends: R (>= 3.4.0)
Imports: data.table, curl, assertthat, fst, readr, jsonlite, methods,
        stats, prt (>= 0.1.2), tibble, backports, rlang, vctrs, cli,
        glue, fansi, utils
Suggests: openssl, xml2, covr, testthat (>= 2.1.0), withr, pkgload,
        mimic.demo, eicu.demo, progress, knitr, rmarkdown, ggplot2
RoxygenNote: 7.1.1.9000
Additional_repositories: https://septic-tank.github.io/physionet-demo
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-10-25 11:03:44 UTC; nbennett
Author: Nicolas Bennett [aut, cre],
  Drago Plecko [aut],
  Ida-Fong Ukor [aut]
Maintainer: Nicolas Bennett <nicolas.bennett@stat.math.ethz.ch>
Repository: CRAN
Date/Publication: 2020-11-03 11:50:06 UTC
