Skip to content

Commit

Permalink
Adding CohortIncidence to HADES
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jul 15, 2024
1 parent 4781f77 commit 27f6d3e
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 58 deletions.
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: Hades
Type: Package
Title: Health Analytics Data-to-Evidence Suite
Version: 1.14.0
Date: 2024-06-18
Version: 1.15.0
Date: 2024-07-15
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Observational Health Data Science and Informatics", role = c("cph"))
Expand Down Expand Up @@ -48,7 +48,8 @@ Imports:
DataQualityDashboard,
BrokenAdaptiveRidge,
Achilles,
Keeper
Keeper,
CohortIncidence
Remotes:
ohdsi/BigKnn,
ohdsi/ROhdsiWebApi,
Expand All @@ -72,7 +73,8 @@ Remotes:
ohdsi/Characterization,
ohdsi/ShinyAppBuilder,
ohdsi/DataQualityDashboard,
ohdsi/Keeper
ohdsi/Keeper,
ohdsi/CohortIncidence
LazyData: false
RoxygenNote: 7.2.0
Encoding: UTF-8
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
HADES 1.15.0
============

- Adding CohortIncidence to HADES

HADES 1.14.0
============

- Adding Keeper to HADES


HADES 1.13.1
============

Expand Down
1 change: 1 addition & 0 deletions Rmd/packageStatuses.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The table below lists, for each of the HADES packages, the following details:
| [CohortDiagnostics](https://github.com/OHDSI/CohortDiagnostics) | [![Version](https://img.shields.io/github/r-package/v/ohdsi/CohortDiagnostics?label=%20)](https://ohdsi.github.io/CohortDiagnostics/) | Jamie Gilbert | GitHub | [![Open issues](https://img.shields.io/github/issues-raw/OHDSI/CohortDiagnostics?label=%20)](https://github.com/OHDSI/CohortDiagnostics/issues) | [![Open pull-requests](https://img.shields.io/github/issues-pr-raw/OHDSI/CohortDiagnostics?label=%20)](https://github.com/OHDSI/CohortDiagnostics/pulls) | [![Build Status](https://github.com/ohdsi/CohortDiagnostics/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg)](https://github.com/OHDSI/CohortDiagnostics/actions/workflows/R_CMD_check_main_weekly.yaml) | [![codecov.io](https://codecov.io/github/OHDSI/CohortDiagnostics/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/CohortDiagnostics?branch=main) | [Report](https://ohdsi.github.io/HadesFiles/pare_reports/CohortDiagnostics.html)
| [CohortExplorer](https://github.com/OHDSI/CohortExplorer) | [![Version](https://img.shields.io/github/r-package/v/ohdsi/CohortExplorer?label=%20)](https://ohdsi.github.io/CohortExplorer/) | Gowtham Rao | CRAN | [![Open issues](https://img.shields.io/github/issues-raw/OHDSI/CohortExplorer?label=%20)](https://github.com/OHDSI/CohortExplorer/issues) | [![Open pull-requests](https://img.shields.io/github/issues-pr-raw/OHDSI/CohortExplorer?label=%20)](https://github.com/OHDSI/CohortExplorer/pulls) | [![Build Status](https://github.com/ohdsi/CohortExplorer/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg)](https://github.com/OHDSI/CohortExplorer/actions/workflows/R_CMD_check_main_weekly.yaml) | [![codecov.io](https://codecov.io/github/OHDSI/CohortExplorer/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/CohortExplorer?branch=main) | [Report](https://ohdsi.github.io/HadesFiles/pare_reports/CohortExplorer.html)
| [CohortGenerator](https://github.com/OHDSI/CohortGenerator) | [![Version](https://img.shields.io/github/r-package/v/ohdsi/CohortGenerator?label=%20)](https://ohdsi.github.io/CohortGenerator/) | Anthony Sena | GitHub | [![Open issues](https://img.shields.io/github/issues-raw/OHDSI/CohortGenerator?label=%20)](https://github.com/OHDSI/CohortGenerator/issues) | [![Open pull-requests](https://img.shields.io/github/issues-pr-raw/OHDSI/CohortGenerator?label=%20)](https://github.com/OHDSI/CohortGenerator/pulls) | [![Build Status](https://github.com/ohdsi/CohortGenerator/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg)](https://github.com/OHDSI/CohortGenerator/actions/workflows/R_CMD_check_main_weekly.yaml) | [![codecov.io](https://codecov.io/github/OHDSI/CohortGenerator/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/CohortGenerator?branch=main) | [Report](https://ohdsi.github.io/HadesFiles/pare_reports/CohortGenerator.html)
| [CohortIncidence](https://github.com/OHDSI/CohortIncidence) | [![Version](https://img.shields.io/github/r-package/v/ohdsi/CohortIncidence?label=%20)](https://ohdsi.github.io/CohortIncidence/) | Chris Knoll | GitHub | [![Open issues](https://img.shields.io/github/issues-raw/OHDSI/CohortIncidence?label=%20)](https://github.com/OHDSI/CohortIncidence/issues) | [![Open pull-requests](https://img.shields.io/github/issues-pr-raw/OHDSI/CohortIncidence?label=%20)](https://github.com/OHDSI/CohortIncidence/pulls) | [![Build Status](https://github.com/ohdsi/CohortIncidence/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg)](https://github.com/OHDSI/CohortIncidence/actions/workflows/R_CMD_check_main_weekly.yaml) | [![codecov.io](https://codecov.io/github/OHDSI/CohortIncidence/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/CohortIncidence?branch=main) | [Report](https://ohdsi.github.io/HadesFiles/pare_reports/CohortIncidence.html)
| [CohortMethod](https://github.com/OHDSI/CohortMethod) | [![Version](https://img.shields.io/github/r-package/v/ohdsi/CohortMethod?label=%20)](https://ohdsi.github.io/CohortMethod/) | Martijn Schuemie | GitHub | [![Open issues](https://img.shields.io/github/issues-raw/OHDSI/CohortMethod?label=%20)](https://github.com/OHDSI/CohortMethod/issues) | [![Open pull-requests](https://img.shields.io/github/issues-pr-raw/OHDSI/CohortMethod?label=%20)](https://github.com/OHDSI/CohortMethod/pulls) | [![Build Status](https://github.com/ohdsi/CohortMethod/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg)](https://github.com/OHDSI/CohortMethod/actions/workflows/R_CMD_check_main_weekly.yaml) | [![codecov.io](https://codecov.io/github/OHDSI/CohortMethod/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/CohortMethod?branch=main) | [Report](https://ohdsi.github.io/HadesFiles/pare_reports/CohortMethod.html)
| [Cyclops](https://github.com/OHDSI/Cyclops) | [![Version](https://img.shields.io/github/r-package/v/ohdsi/Cyclops?label=%20)](https://ohdsi.github.io/Cyclops/) | Marc Suchard | CRAN | [![Open issues](https://img.shields.io/github/issues-raw/OHDSI/Cyclops?label=%20)](https://github.com/OHDSI/Cyclops/issues) | [![Open pull-requests](https://img.shields.io/github/issues-pr-raw/OHDSI/Cyclops?label=%20)](https://github.com/OHDSI/Cyclops/pulls) | [![Build Status](https://github.com/ohdsi/Cyclops/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg)](https://github.com/OHDSI/Cyclops/actions/workflows/R_CMD_check_main_weekly.yaml) | [![codecov.io](https://codecov.io/github/OHDSI/Cyclops/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/Cyclops?branch=main) | [Report](https://ohdsi.github.io/HadesFiles/pare_reports/Cyclops.html)
| [DatabaseConnector](https://github.com/OHDSI/DatabaseConnector) | [![Version](https://img.shields.io/github/r-package/v/ohdsi/DatabaseConnector?label=%20)](https://ohdsi.github.io/DatabaseConnector/) | Martijn Schuemie | CRAN | [![Open issues](https://img.shields.io/github/issues-raw/OHDSI/DatabaseConnector?label=%20)](https://github.com/OHDSI/DatabaseConnector/issues) | [![Open pull-requests](https://img.shields.io/github/issues-pr-raw/OHDSI/DatabaseConnector?label=%20)](https://github.com/OHDSI/DatabaseConnector/pulls) | [![Build Status](https://github.com/ohdsi/DatabaseConnector/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg)](https://github.com/OHDSI/DatabaseConnector/actions/workflows/R_CMD_check_main_weekly.yaml) | [![codecov.io](https://codecov.io/github/OHDSI/DatabaseConnector/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/DatabaseConnector?branch=main) | [Report](https://ohdsi.github.io/HadesFiles/pare_reports/DatabaseConnector.html)
Expand Down
1 change: 1 addition & 0 deletions Rmd/packages.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Below are the packages included in HADES. For each package a link is provided wi
<h2 id="pkg_header">Characterization</h2>
<ul id="pkg">
<li><h4><i class="fas fa-cube "></i> <a href="https://ohdsi.github.io/Characterization">Characterization</a></h4>Various types of characterizations of a target and outcome cohort.</br><a href="https://ohdsi.github.io/Characterization">Learn more...</a></li>
<li><h4><i class="fas fa-cube "></i> <a href="https://ohdsi.github.io/CohortIncidence">CohortIncidence</a></h4>Compute incidence rates and proportions</br><a href="https://ohdsi.github.io/CohortIncidence">Learn more...</a></li>
</ul>
<h2 id="pkg_header">Cohort construction and evaluation</h2>
<ul id="pkg">
Expand Down
2 changes: 2 additions & 0 deletions Rmd/support.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Bug reports should be files using the issue tracker of the misbehaving package:

- [CohortGenerator issue tracker](https://github.com/OHDSI/CohortGenerator/issues)

- [CohortIncidence issue tracker](https://github.com/OHDSI/CohortIncidence/issues)

- [CohortMethod issue tracker](https://github.com/OHDSI/CohortMethod/issues)

- [Cyclops issue tracker](https://github.com/OHDSI/Cyclops/issues)
Expand Down
2 changes: 2 additions & 0 deletions docs/developmentRoadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ <h1>Package milestones</h1>
<script>addMileStones('CohortExplorer')</script>
<p id='CohortGenerator'/>
<script>addMileStones('CohortGenerator')</script>
<p id='CohortIncidence'/>
<script>addMileStones('CohortIncidence')</script>
<p id='CohortMethod'/>
<script>addMileStones('CohortMethod')</script>
<p id='Cyclops'/>
Expand Down
78 changes: 53 additions & 25 deletions docs/packageStatuses.html
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,34 @@ <h1 class="title toc-ignore">Package statuses</h1>
</tr>
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/CohortIncidence">CohortIncidence</a></td>
<td align="center"><a
href="https://ohdsi.github.io/CohortIncidence/"><img
src="https://img.shields.io/github/r-package/v/ohdsi/CohortIncidence?label=%20"
alt="Version" /></a></td>
<td align="left">Chris Knoll</td>
<td align="center">GitHub</td>
<td align="center"><a
href="https://github.com/OHDSI/CohortIncidence/issues"><img
src="https://img.shields.io/github/issues-raw/OHDSI/CohortIncidence?label=%20"
alt="Open issues" /></a></td>
<td align="center"><a
href="https://github.com/OHDSI/CohortIncidence/pulls"><img
src="https://img.shields.io/github/issues-pr-raw/OHDSI/CohortIncidence?label=%20"
alt="Open pull-requests" /></a></td>
<td align="center"><a
href="https://github.com/OHDSI/CohortIncidence/actions/workflows/R_CMD_check_main_weekly.yaml"><img
src="https://github.com/ohdsi/CohortIncidence/actions/workflows/R_CMD_check_main_weekly.yaml/badge.svg"
alt="Build Status" /></a></td>
<td align="center"><a
href="https://codecov.io/github/OHDSI/CohortIncidence?branch=main"><img
src="https://codecov.io/github/OHDSI/CohortIncidence/coverage.svg?branch=main"
alt="codecov.io" /></a></td>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/CohortIncidence.html">Report</a></td>
</tr>
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/CohortMethod">CohortMethod</a></td>
<td align="center"><a href="https://ohdsi.github.io/CohortMethod/"><img
src="https://img.shields.io/github/r-package/v/ohdsi/CohortMethod?label=%20"
Expand All @@ -711,7 +739,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/CohortMethod.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/Cyclops">Cyclops</a></td>
<td align="center"><a href="https://ohdsi.github.io/Cyclops/"><img
Expand All @@ -737,7 +765,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/Cyclops.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/DatabaseConnector">DatabaseConnector</a></td>
<td align="center"><a
Expand Down Expand Up @@ -765,7 +793,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/DatabaseConnector.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/DataQualityDashboard">DataQualityDashboard</a></td>
<td align="center"><a
Expand Down Expand Up @@ -793,7 +821,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/DataQualityDashboard.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/DeepPatientLevelPrediction">DeepPatientLevelPrediction</a></td>
<td align="center"><a
Expand Down Expand Up @@ -821,7 +849,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/DeepPatientLevelPrediction.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/EmpiricalCalibration">EmpiricalCalibration</a></td>
<td align="center"><a
Expand Down Expand Up @@ -849,7 +877,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/EmpiricalCalibration.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/EnsemblePatientLevelPrediction">EnsemblePatientLevelPrediction</a></td>
<td align="center"><a
Expand Down Expand Up @@ -877,7 +905,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/EnsemblePatientLevelPrediction.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/Eunomia">Eunomia</a></td>
<td align="center"><a href="https://ohdsi.github.io/Eunomia/"><img
Expand All @@ -903,7 +931,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/Eunomia.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/EvidenceSynthesis">EvidenceSynthesis</a></td>
<td align="center"><a
Expand Down Expand Up @@ -931,7 +959,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/EvidenceSynthesis.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/FeatureExtraction">FeatureExtraction</a></td>
<td align="center"><a
Expand Down Expand Up @@ -959,7 +987,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/FeatureExtraction.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a href="https://github.com/OHDSI/Hydra">Hydra</a></td>
<td align="center"><a href="https://ohdsi.github.io/Hydra/"><img
src="https://img.shields.io/github/r-package/v/ohdsi/Hydra?label=%20"
Expand All @@ -983,7 +1011,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/Hydra.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/IterativeHardThresholding">IterativeHardThresholding</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1011,7 +1039,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/IterativeHardThresholding.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/Keeper">Keeper</a></td>
<td align="center"><a href="https://ohdsi.github.io/Keeper/"><img
Expand All @@ -1036,7 +1064,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/Keeper.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/MethodEvaluation">MethodEvaluation</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1064,7 +1092,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/MethodEvaluation.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/OhdsiSharing">OhdsiSharing</a></td>
<td align="center"><a href="https://ohdsi.github.io/OhdsiSharing/"><img
Expand All @@ -1091,7 +1119,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/OhdsiSharing.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/OhdsiShinyModules">OhdsiShinyModules</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1119,7 +1147,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/OhdsiShinyModules.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/ParallelLogger">ParallelLogger</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1147,7 +1175,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/ParallelLogger.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/PatientLevelPrediction">PatientLevelPrediction</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1175,7 +1203,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/PatientLevelPrediction.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/PhenotypeLibrary">PhenotypeLibrary</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1203,7 +1231,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/PhenotypeLibrary.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/PheValuator">PheValuator</a></td>
<td align="center"><a href="https://ohdsi.github.io/PheValuator/"><img
Expand All @@ -1230,7 +1258,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/PheValuator.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/ResultModelManager">ResultModelManager</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1258,7 +1286,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/ResultModelManager.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/ROhdsiWebApi">ROhdsiWebApi</a></td>
<td align="center"><a href="https://ohdsi.github.io/ROhdsiWebApi/"><img
Expand All @@ -1285,7 +1313,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/ROhdsiWebApi.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/SelfControlledCaseSeries">SelfControlledCaseSeries</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1313,7 +1341,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/SelfControlledCaseSeries.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/SelfControlledCohort">SelfControlledCohort</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1341,7 +1369,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/SelfControlledCohort.html">Report</a></td>
</tr>
<tr class="odd">
<tr class="even">
<td align="left"><a
href="https://github.com/OHDSI/ShinyAppBuilder">ShinyAppBuilder</a></td>
<td align="center"><a
Expand Down Expand Up @@ -1369,7 +1397,7 @@ <h1 class="title toc-ignore">Package statuses</h1>
<td align="left"><a
href="https://ohdsi.github.io/HadesFiles/pare_reports/ShinyAppBuilder.html">Report</a></td>
</tr>
<tr class="even">
<tr class="odd">
<td align="left"><a
href="https://github.com/OHDSI/SqlRender">SqlRender</a></td>
<td align="center"><a href="https://ohdsi.github.io/SqlRender/"><img
Expand Down
9 changes: 9 additions & 0 deletions docs/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,15 @@ <h4>
cohort.</br><a href="https://ohdsi.github.io/Characterization">Learn
more…</a>
</li>
<li>
<h4>
<i class="fas fa-cube "></i>
<a href="https://ohdsi.github.io/CohortIncidence">CohortIncidence</a>
</h4>
Compute incidence rates and
proportions</br><a href="https://ohdsi.github.io/CohortIncidence">Learn
more…</a>
</li>
</ul>
<h2 id="pkg_header">
Cohort construction and evaluation
Expand Down
Loading

0 comments on commit 27f6d3e

Please sign in to comment.