-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
44 lines (44 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: Andromeda
Type: Package
Title: Asynchronous Disk-Based Representation of Massive Data
Version: 0.6.7
Date: 2024-08-21
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:
RSQLite,
DBI,
zip,
methods,
dbplyr,
tidyselect,
cli,
rlang,
pillar,
hms
Suggests:
testthat,
stringr,
knitr,
rmarkdown,
tibble,
rJava,
rcmdcheck,
arrow
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8