-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2.73 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
Package: CohortSymmetry
Title: Sequence Symmetry Analysis Using the Observational Medical
Outcomes Partnership Common Data Model
Version: 0.2.3
Authors@R: c(
person("Xihang", "Chen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-8112-8959")),
person("Tyman", "Stanford", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8570-5493")),
person("Berta", "Raventós", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4668-2970")),
person("Nicole", "Pratt", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8730-8910")),
person("Ed", "Burn", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9286-1128")),
person("Marti", "Català", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3308-9905")),
person("Danielle", "Newby", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3001-1478")),
person("Núria", "Mercadé-Besora", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0006-7948-3747")),
person("Mike", "Du", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9517-8834")),
person("Yuchen", "Guo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0847-4855")),
person("Kim", "Lopez", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8462-8668")),
person("Marta", "Alcalde-Herraiz", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0002-4405-1814"))
)
Maintainer: Xihang Chen <[email protected]>
Description: Calculating crude sequence ratio, adjusted sequence ratio and
confidence intervals using data mapped to the Observational Medical
Outcomes Partnership Common Data Model.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Suggests:
testthat (>= 3.1.5),
DBI (>= 1.0.0),
cli,
odbc,
RPostgres,
tidyselect,
knitr,
dbplyr (>= 2.5.0),
flextable,
gt,
ggplot2,
duckdb,
rmarkdown
Imports:
CDMConnector (>= 1.7.0),
dplyr,
PatientProfiles (>= 1.0.0),
rlang,
tibble,
visOmopResults (>= 0.4.0),
tidyr,
omock (>= 0.3.1),
stats,
here,
omopgenerics (>= 1.0.0),
DrugUtilisation (>= 0.7.0),
CodelistGenerator (>= 3.1.0)
Config/testthat/edition: 3
URL: https://ohdsi.github.io/CohortSymmetry/
BugReports: https://github.com/OHDSI/CohortSymmetry/issues
VignetteBuilder: knitr