-
Notifications
You must be signed in to change notification settings - Fork 49
/
DESCRIPTION
65 lines (65 loc) · 2.13 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
Package: CohortDiagnostics
Type: Package
Title: Diagnostics for OHDSI Cohorts
Version: 3.3.0
Date: 2024-22-10
Authors@R: c(
person("Jamie", "Gilbert", email = "gilbert@ohdsi.org", role = c("aut", "cre")),
person("Gowtham", "Rao", role = c("aut")),
person("Martijn", "Schuemie", role = c("aut")),
person("Patrick", "Ryan", role = c("aut")),
person("James", "Weaver", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Jamie Gilbert <gilbert@ohdsi.org>
Description: CohortDiagnostics is an R utility package for the development and evaluation of phenotype algorithms for
OMOP CDM compliant data sets. This package provides a standard, end to end, set of analytics for understanding
patient capture including data generation and result exploration through an R Shiny interface.
Analytics computed include cohort characteristics, record counts, index event misclassification, captured
observation windows and basic incidence proportions for age, gender and calendar year.
Through the identification of errors, CohortDiagnostics enables the comparison of multiple candidate cohort
definitions across one or more data sources, facilitating reproducible research.
Depends:
DatabaseConnector (>= 5.0.0),
FeatureExtraction (>= 3.7.1),
R (>= 4.1.0)
Imports:
Andromeda (>= 0.6.0),
ResultModelManager (>= 0.5.2),
checkmate,
clock,
digest,
dplyr (>= 1.0.0),
methods,
ParallelLogger (>= 3.0.0),
readr (>= 2.1.0),
RJSONIO,
rlang,
SqlRender (>= 1.9.0),
stringr,
tidyr (>= 1.2.0),
CohortGenerator (>= 0.10.0),
remotes,
scales
Suggests:
Eunomia,
RSQLite (>= 2.2.1),
testthat,
withr,
zip,
knitr,
shiny,
OhdsiShinyModules,
rsconnect,
yaml
Remotes:
ohdsi/OhdsiShinyModules
License: Apache License
VignetteBuilder: knitr
URL: https://ohdsi.github.io/CohortDiagnostics, https://github.com/OHDSI/CohortDiagnostics
BugReports: https://github.com/OHDSI/CohortDiagnostics/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
Language: en-US
StagedInstall: no
Config/testthat/edition: 3