forked from darwin-eu/IncidencePrevalence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
72 lines (72 loc) · 2.37 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
69
70
71
72
Package: IncidencePrevalence
Title: Estimate Incidence and Prevalence using the OMOP Common Data Model
Version: 0.7.4
Authors@R: c(
person("Edward", "Burn", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9286-1128")),
person("Berta", "Raventos", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-4668-2970")),
person("Marti", "Catala", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3308-9905")),
person("Mike", "Du", email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-9517-8834")),
person("Yuchen", "Guo", email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-0847-4855")),
person("Adam", "Black", email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0001-5576-8701")),
person("Ger", "Inberg", email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0001-8993-8748")),
person("Kim", "Lopez", email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-8462-8668"))
)
Description: Calculate incidence and prevalence using data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model. Incidence and prevalence can be estimated for the total population in a database or for a stratification cohort.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.0)
Imports:
CDMConnector (>= 1.3.0),
checkmate (>= 2.0.0),
cli (>= 3.0.0),
clock,
DBI (>= 1.0.0),
dbplyr (>= 2.5.0),
dplyr (>= 1.1.0),
glue (>= 1.5.0),
ggplot2 (>= 3.4.0),
omopgenerics (>= 0.1.2),
scales (>= 1.1.0),
lifecycle,
lubridate (>= 1.0.0),
magrittr (>= 2.0.0),
PatientProfiles (>= 1.1.0),
purrr (>= 0.3.5),
rlang (>= 1.0.0),
stringr (>= 1.5.0),
tibble,
tidyr (>= 1.2.0),
tidyselect (>= 1.2.0),
zip (>= 2.2.0)
Suggests:
knitr,
rmarkdown,
RPostgres,
duckdb (>= 1.0.0),
odbc,
here,
Hmisc,
epitools,
tictoc,
testthat (>= 0.3.1),
spelling,
PaRe
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
Language: en-US
License: Apache License (>= 2)
URL: https://darwin-eu.github.io/IncidencePrevalence/