Skip to content

An R package for coordinating and executing analytics using HADES modules

Notifications You must be signed in to change notification settings

OHDSI/Strategus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7baa26 · Mar 8, 2025
Dec 3, 2024
Mar 8, 2025
Mar 8, 2025
Mar 8, 2025
Jan 21, 2025
Mar 8, 2025
Oct 7, 2024
Mar 8, 2025
Oct 8, 2024
Oct 7, 2024
Oct 7, 2024
Mar 8, 2025
Mar 7, 2025
Mar 8, 2025
Dec 3, 2024
Jan 16, 2025
Mar 8, 2025
Mar 25, 2022
Mar 25, 2022

Repository files navigation

Strategus

Build Status codecov.io

Strategus is part of HADES.

Introduction

Strategus is an R package for coordinating and executing analytics using OHDSI HADES modules. Please see the Introduction To Strategus for more details.

Features

  • Design study analysis specifications
  • Execute study analysis specifications against the OMOP CDM
  • Upload and review study results

Technology

Strategus is an R package.

System Requirements

Requires R (version 4.2.0 or higher). Installation on Windows requires RTools. Libraries used in Strategus require Java.

Installation

  1. See the instructions here for configuring your R environment, including RTools, Java and your GitHub Personal Access Token.

  2. In R, use the following commands to download and install Strategus:

install.packages("remotes")
remotes::install_github("ohdsi/Strategus")

User Documentation

Documentation can be found on the package website.

PDF versions of the documentation are also available:

Support

Contributing

Read here how you can contribute to this package.

License

Strategus is licensed under Apache License 2.0

Development

Strategus is being developed in R Studio.

Development status

Strategus is under active development.