Package: Andromeda
Type: Package
Title: Asynchronous Disk-Based Representation of Massive Data
Version: 0.4.0
Date: 2020-10-30
Authors@R: c(
  person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut", "cre")),
  person("Marc A.", "Suchard", , "msuchard@ucla.edu", role = c("aut")),
  person("Observational Health Data Science and Informatics", role = c("cph"))
  )
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>
Description: Storing very large data objects on a local drive, while still making it possible to manipulate the data in an efficient manner.
License: Apache License 2.0
VignetteBuilder: knitr
URL: https://ohdsi.github.io/Andromeda/,
        https://github.com/OHDSI/Andromeda
BugReports: https://github.com/OHDSI/Andromeda/issues
Depends: dplyr
Imports: RSQLite, DBI, zip, methods, dbplyr, tidyselect, cli, rlang,
        pillar
Suggests: testthat, stringr, knitr, rmarkdown, tibble, rJava
LazyData: false
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-10-30 10:32:52 UTC; MSCHUEMI
Author: Martijn Schuemie [aut, cre],
  Marc A. Suchard [aut],
  Observational Health Data Science and Informatics [cph]
Repository: CRAN
Date/Publication: 2020-10-30 11:00:02 UTC
