forked from cran/DrugExposureDiagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 2.62 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
Package: DrugExposureDiagnostics
Title: Diagnostics for OMOP Common Data Model Drug Records
Version: 0.4.6
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("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("Theresa", "Burkard", email = "theresa.burkard@ndorms.ox.ac.uk", role = c("ctb"),
comment = c(ORCID = "0000-0003-1313-4473")),
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
RoxygenNote: 7.2.3
Depends: R (>= 4.0)
Imports: CDMConnector (>= 1.0.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)
Suggests: testthat (>= 3.0.0), duckdb, odbc, DBI, knitr, rmarkdown,
zip, lubridate, tibble, DT, graphics, SqlRender, PaRe, magick,
DiagrammeRsvg, ggplot2, cowplot, plotly
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2023-08-16 13:20:00 UTC; ginberg
Author: Ger Inberg [aut, cre] (<https://orcid.org/0000-0001-8993-8748>),
Edward Burn [aut] (<https://orcid.org/0000-0002-9286-1128>),
Yuchen Guo [ctb] (<https://orcid.org/0000-0002-0847-4855>),
Marti Catala [ctb] (<https://orcid.org/0000-0003-3308-9905>),
Mike Du [ctb] (<https://orcid.org/0000-0002-9517-8834>),
Theresa Burkard [ctb] (<https://orcid.org/0000-0003-1313-4473>),
Xintong Li [ctb] (<https://orcid.org/0000-0002-6872-5804>),
Ross Williams [ctb] (<https://orcid.org/0000-0001-7723-417X>),
Erasmus MC [cph]
Maintainer: Ger Inberg <g.inberg@erasmusmc.nl>
Repository: CRAN
Date/Publication: 2023-08-16 14:34:35 UTC