Package: Andromeda
Type: Package
Title: Asynchronous Disk-Based Representation of Massive Data
Version: 0.5.0
Date: 2021-06-25
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://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, hms
Suggests: testthat, stringr, knitr, rmarkdown, tibble, rJava
LazyData: false
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-07-02 17:42:11 UTC; adam
Author: Adam Black [aut, cre],
  Martijn Schuemie [aut],
  Marc A. Suchard [aut],
  Observational Health Data Science and Informatics [cph]
Repository: CRAN
Date/Publication: 2021-07-02 18:00:02 UTC
