-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
34 lines (34 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
Package: Eunomia
Type: Package
Title: Standard Dataset Manager for Observational Medical Outcomes Partnership Common Data Model Sample Datasets
Version: 2.0.0
Date: 2024-04-22
Authors@R: c(
person("Frank", "DeFalco", , "[email protected]", role = c("aut", "cre")),
person("Martijn", "Schuemie", , "[email protected]", role = c("aut")),
person("Anthony", "Sena", , "[email protected]", role=c("aut")),
person("Natthawut", "Adulyanukosol", , "[email protected]", role=c("aut")),
person("Star", "Liu", , "[email protected]", role=c("aut")),
person("Adam", "Black", , "[email protected]", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Frank DeFalco <[email protected]>
Description: Facilitates access to sample datasets from the 'EunomiaDatasets' repository (<https://github.com/ohdsi/EunomiaDatasets>).
License: Apache License 2.0
URL: https://github.com/OHDSI/Eunomia
BugReports: https://github.com/OHDSI/Eunomia/issues
Imports:
readr,
rlang,
RSQLite,
DBI,
arrow,
CommonDataModel
Suggests:
testthat,
withr,
duckdb,
DatabaseConnector
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1