-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 1.76 KB
/
DESCRIPTION
File metadata and controls
75 lines (75 loc) · 1.76 KB
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
73
74
75
Package: Hades
Type: Package
Title: Health Analytics Data-to-Evidence Suite
Version: 1.20.0
Date: 2026-03-02
Authors@R: c(
person("Martijn", "Schuemie", , "schuemie@ohdsi.org", role = c("aut", "cre")),
person("Observational Health Data Science and Informatics", role = c("cph"))
)
Maintainer: Martijn Schuemie <schuemie@ohdsi.org>
Description: A collection of packages for executing data-analytics against the OMOP Common Data Model.
License: Apache License 2.0
URL: https://ohdsi.github.io/Hades/, https://github.com/OHDSI/Hades
BugReports: https://github.com/OHDSI/Hades/issues
Imports:
SqlRender,
Andromeda,
DatabaseConnector,
ParallelLogger,
Capr,
CirceR,
Cyclops,
DeepPatientLevelPrediction,
EmpiricalCalibration,
EnsemblePatientLevelPrediction,
Eunomia,
EvidenceSynthesis,
ROhdsiWebApi,
FeatureExtraction,
CohortDiagnostics,
CohortMethod,
CohortGenerator,
CohortExplorer,
SelfControlledCaseSeries,
SelfControlledCohort,
PatientLevelPrediction,
PhenotypeLibrary,
PheValuator,
MethodEvaluation,
OhdsiSharing,
IterativeHardThresholding,
OhdsiShinyModules,
ResultModelManager,
Characterization,
OhdsiShinyAppBuilder,
DataQualityDashboard,
BrokenAdaptiveRidge,
Achilles,
Keeper,
CohortIncidence,
Strategus,
TreatmentPatterns,
OhdsiReportGenerator
Suggests:
BigKnn
Remotes:
ohdsi/BigKnn,
ohdsi/ROhdsiWebApi,
ohdsi/EnsemblePatientLevelPrediction,
ohdsi/CohortDiagnostics,
ohdsi/SelfControlledCohort,
ohdsi/MethodEvaluation,
ohdsi/OhdsiSharing,
ohdsi/PhenotypeLibrary,
ohdsi/PheValuator,
ohdsi/Capr,
ohdsi/DeepPatientLevelPrediction,
ohdsi/OhdsiShinyModules,
ohdsi/Keeper,
ohdsi/CohortIncidence,
ohdsi/Strategus,
ohdsi/CohortExplorer
LazyData: false
RoxygenNote: 7.3.3
Encoding: UTF-8