Package: Andromeda
Type: Package
Title: Asynchronous Disk-Based Representation of Massive Data
Version: 0.6.1
Date: 2022-05-24
Authors@R: c(
  person("Adam", "Black", , "black@ohdsi.org", role = c("aut", "cre")),
  person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut")),
  person("Marc A.", "Suchard", , "msuchard@ucla.edu", role = c("aut")),
  person("Observational Health Data Science and Informatics", role = c("cph"))
  )
Maintainer: Adam Black <black@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://github.com/OHDSI/Andromeda
BugReports: https://github.com/OHDSI/Andromeda/issues
Depends: dplyr
Imports: RSQLite, DBI, zip, methods, dbplyr, tidyselect, cli, rlang,
        pillar, hms
Suggests: testthat, stringr, knitr, rmarkdown, tibble, rJava, rcmdcheck
RoxygenNote: 7.1.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-05-24 16:33:31 UTC; adamblack
Author: Adam Black [aut, cre],
  Martijn Schuemie [aut],
  Marc A. Suchard [aut],
  Observational Health Data Science and Informatics [cph]
Repository: CRAN
Date/Publication: 2022-05-24 20:00:02 UTC
