-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: amstel
Title: AmsterdamUMCdb extracting, transforming and loading (ETL) into the OMOP Common Data Model
Version: 1.0.1.0000
Authors@R: c(
person(given = "Patrick", family = "Thoral", email="[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6140-7195")),
person(given = "Paul", family = "Elbers", email="[email protected]", role=c("aut"), comment = c(ORCID = "0000-0003-0447-6893")),
person("Amsterdam UMC", role = c("aut")),
person("Amsterdam Medical Data Science", role = c("aut")),
person("Stichting LaLa", role = c("aut")),
person("Gaia Scientific", role = c("aut")),
person("EHDEN Foundation", role = ("fnd"))
)
Description: Performs conversion of the AmsterdamUMCdb to the OMOP Common Data Model
Contains the ETL Description, ETL Code and mapping documents. Named after the famous river
flowing through the city of Amsterdam.
Organization: Amsterdam UMC
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
Achilles,
CdmInspection,
CommonDataModel,
data.table,
DatabaseConnector,
DataQualityDashboard,
DBI,
dbplyr,
devtools,
dplyr,
googleLanguageR,
Hades,
httr,
jsonlite,
log4r,
magrittr,
ParallelLogger,
pkgload,
rappdirs,
readr,
rlang,
RPostgres,
rstudioapi,
SqlRender,
stringr,
tibble,
yaml
Remotes:
OHDSI/Achilles,
OHDSI/CommonDataModel,
OHDSI/DatabaseConnector,
OHDSI/DataQualityDashboard,
OHDSI/ParallelLogger,
OHDSI/SqlRender,
OHDSI/Hades,
EHDEN/CdmInspection
License: MIT + file LICENSE
URL: https://github.com/AmsterdamUMC/AMSTEL