-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
68 lines (68 loc) · 2.35 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
62
63
64
65
66
67
68
Package: DrugExposureDiagnostics
Title: Diagnostics for OMOP Common Data Model Drug Records
Version: 1.0.10
Authors@R: c(
person("Ger", "Inberg", email = "g.inberg@erasmusmc.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8993-8748")),
person("Edward", "Burn", email = "edward.burn@ndorms.ox.ac.uk", role = c("aut"),
comment = c(ORCID = "0000-0002-9286-1128")),
person("Theresa", "Burkard", email = "theresa.burkard@ndorms.ox.ac.uk", role = c("aut"),
comment = c(ORCID = "0000-0003-1313-4473")),
person("Yuchen", "Guo", email = "yuchen.guo@ndorms.ox.ac.uk", role = c("ctb"),
comment = c(ORCID = "0000-0002-0847-4855")),
person("Marti", "Catala", email = "marti.catalasabate@ndorms.ox.ac.uk", role = c("ctb"),
comment = c(ORCID = "0000-0003-3308-9905")),
person("Mike", "Du", email = "mike.du@ndorms.ox.ac.uk", role = c("ctb"),
comment = c(ORCID = "0000-0002-9517-8834")),
person("Xintong", "Li", email = "xintong.li@ndorms.ox.ac.uk", role = c("ctb"),
comment = c(ORCID = "0000-0002-6872-5804")),
person("Ross", "Williams", email = "r.williams@erasmusmc.nl", role = c("ctb"),
comment = c(ORCID = "0000-0001-7723-417X")),
person("Erasmus MC", role = c("cph"))
)
Description: Ingredient specific diagnostics for drug exposure records in the Observational Medical Outcomes Partnership (OMOP) common data model.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0)
Imports:
CDMConnector (>= 1.4.0),
dplyr (>= 1.0.0),
magrittr (>= 2.0.0),
rlang (>= 1.0.0),
tidyr (>= 1.2.0),
tidyselect (>= 1.2.0),
checkmate (>= 2.0.0),
glue (>= 1.5.0),
DrugUtilisation (>= 0.7.0),
omopgenerics (>= 0.2.3),
shiny (>= 1.6.0)
Suggests:
testthat (>= 3.0.0),
duckdb,
odbc,
DBI,
knitr,
rmarkdown,
zip,
lubridate,
tibble,
DT,
graphics,
SqlRender,
ggplot2,
plotly,
shinytest2,
pryr,
tictoc,
here,
shinycssloaders,
shinyWidgets,
shinyjs
Config/testthat/edition: 3
URL: https://darwin-eu.github.io/DrugExposureDiagnostics/, https://github.com/darwin-eu/DrugExposureDiagnostics
BugReports: https://github.com/darwin-eu/DrugExposureDiagnostics/issues
VignetteBuilder: knitr
Language: en-US