Package: Andromeda
Type: Package
Title: Asynchronous Disk-Based Representation of Massive Data
Version: 1.1.0
Date: 2025-07-24
Authors@R: c(
  person("Adam", "Black", , "black@ohdsi.org", role = c("aut")),
  person("Egill", "Fridgeirsson", , "e.fridgeirsson@erasmusmc.nl", role = c("aut")),
  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://github.com/OHDSI/Andromeda
BugReports: https://github.com/OHDSI/Andromeda/issues
Depends: dplyr
Imports: DBI, zip, methods, dbplyr, tidyselect, cli, rlang, pillar,
        duckdb (>= 1.3.0)
Suggests: testthat, stringr, knitr, rmarkdown, tibble, rJava, rcmdcheck
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-07-24 12:16:43 UTC; schuemie
Author: Adam Black [aut],
  Egill Fridgeirsson [aut],
  Martijn Schuemie [aut, cre],
  Marc A. Suchard [aut],
  Observational Health Data Science and Informatics [cph]
Repository: CRAN
Date/Publication: 2025-07-24 14:50:07 UTC
Built: R 4.3.3; ; 2025-07-24 16:45:50 UTC; unix
