-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.08 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
Package: PatientProfiles
Type: Package
Title: Identify Characteristics of Patients in the OMOP Common Data Model
Version: 1.2.3
Authors@R: c(
person("Marti", "Catala", , "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3308-9905")),
person("Yuchen", "Guo", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-0847-4855")),
person("Mike", "Du", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-9517-8834")),
person("Kim", "Lopez-Guell", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-8462-8668")),
person("Edward", "Burn", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-9286-1128")),
person("Nuria", "Mercade-Besora", , "[email protected]",
role = c("aut"), comment = c(ORCID = "0009-0006-7948-3747")),
person("Xintong", "Li", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-6872-5804")),
person("Xihang", "Chen", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0009-0001-8112-8959"))
)
Maintainer: Marti Catala <[email protected]>
Description: Identify the characteristics of patients in data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
covr,
duckdb (>= 0.9.0),
testthat (>= 3.1.5),
knitr,
CodelistGenerator,
rmarkdown,
glue,
odbc,
ggplot2,
spelling,
RPostgres,
dbplyr,
here,
DT,
DBI,
gt,
tictoc,
withr,
scales
Imports:
CDMConnector (>= 1.3.1),
dplyr,
tidyr,
rlang,
cli,
stringr,
omopgenerics (>= 0.4.0),
purrr,
lifecycle
URL: https://darwin-eu.github.io/PatientProfiles/
BugReports: https://github.com/darwin-eu/PatientProfiles/issues
Language: en-US
Depends:
R (>= 2.10)
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr