Skip to content

Commit

Permalink
Adding Strategus to HADES
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Dec 3, 2024
1 parent 6c89116 commit 9bf4b3a
Showing 29 changed files with 224 additions and 1,545 deletions.
15 changes: 7 additions & 8 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.15.0
Date: 2024-07-15
Version: 1.16.0
Date: 2024-12-04
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Observational Health Data Science and Informatics", role = c("cph"))
@@ -49,7 +49,8 @@ Imports:
BrokenAdaptiveRidge,
Achilles,
Keeper,
CohortIncidence
CohortIncidence,
Strategus
Remotes:
ohdsi/BigKnn,
ohdsi/ROhdsiWebApi,
@@ -65,16 +66,14 @@ Remotes:
ohdsi/PheValuator,
ohdsi/Hydra,
ohdsi/Capr,
ohdsi/CohortGenerator,
ohdsi/DeepPatientLevelPrediction,
ohdsi/CohortExplorer,
ohdsi/OhdsiShinyModules,
ohdsi/ResultModelManager,
ohdsi/Characterization,
ohdsi/ShinyAppBuilder,
ohdsi/DataQualityDashboard,
ohdsi/Keeper,
ohdsi/CohortIncidence
ohdsi/CohortIncidence,
ohdsi/Strategus
LazyData: false
RoxygenNote: 7.2.0
RoxygenNote: 7.3.2
Encoding: UTF-8
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
HADES 1.16.0
============

- Adding Strategus to HADES
- CohortExplorer, CohortGenerator, and ResultsModelManager are now in CRAN. Removing reference to Github repos from DESCRIPTION.

HADES 1.15.0
============

5 changes: 0 additions & 5 deletions Rmd/_site.yml
Original file line number Diff line number Diff line change
@@ -34,11 +34,6 @@ navbar:
href: connecting.html
- text: "Supported Database Platforms"
href: supportedPlatforms.html
- text: "Study packages"
icon: fa-flask
menu:
- text: "Using Renv for Dependencies"
href: renv.html
- text: "Developers"
icon: fa-wrench
menu:
5 changes: 3 additions & 2 deletions Rmd/packageStatuses.Rmd

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Rmd/packages.Rmd
Original file line number Diff line number Diff line change
@@ -62,5 +62,6 @@ Below are the packages included in HADES. For each package a link is provided wi
<li><h4><i class="fas fa-cube "></i> <a href="https://ohdsi.github.io/ResultModelManager">ResultModelManager</a></h4>A lightweight utility for data migrations allowing old results to work with new shiny apps and data visualisations.</br><a href="https://ohdsi.github.io/ResultModelManager">Learn more...</a></li>
<li><h4><i class="fas fa-cube "></i> <a href="https://ohdsi.github.io/ROhdsiWebApi">ROhdsiWebApi</a></h4>Interact with OHDSI WebAPI web services.</br><a href="https://ohdsi.github.io/ROhdsiWebApi">Learn more...</a></li>
<li><h4><i class="fas fa-cube "></i> <a href="https://ohdsi.github.io/ShinyAppBuilder">ShinyAppBuilder</a></h4>Interactively view analysis results across different types of analyses.</br><a href="https://ohdsi.github.io/ShinyAppBuilder">Learn more...</a></li>
<li><h4><i class="fas fa-cube "></i> <a href="https://ohdsi.github.io/Strategus">Strategus</a></h4>Coordinating and executing analytics using HADES packages</br><a href="https://ohdsi.github.io/Strategus">Learn more...</a></li>
<li><h4><i class="fas fa-cube "></i> <a href="https://ohdsi.github.io/SqlRender">SqlRender</a></h4>Generate SQL on the fly for the various SQL dialects.</br><a href="https://ohdsi.github.io/SqlRender">Learn more...</a></li>
</ul>
291 changes: 0 additions & 291 deletions Rmd/renv.Rmd

This file was deleted.

2 changes: 2 additions & 0 deletions Rmd/support.Rmd
Original file line number Diff line number Diff line change
@@ -88,3 +88,5 @@ Bug reports should be files using the issue tracker of the misbehaving package:

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

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

16 changes: 1 addition & 15 deletions docs/codeStyle.html
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

<title>Code Style</title>

<script src="site_libs/header-attrs-2.27/header-attrs.js"></script>
<script src="site_libs/header-attrs-2.28/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
@@ -375,20 +375,6 @@
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="fa fa-flask"></span>

Study packages

<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="renv.html">Using Renv for Dependencies</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="fa fa-wrench"></span>
Loading

0 comments on commit 9bf4b3a

Please sign in to comment.