Strategus is an R package for coordinating and executing analytics using HADES modules. Please see the Introduction To Strategus for more details.
- Design study analysis specifications
- Execute study analysis specifications against the OMOP CDM
- Modular design for encapsulating analytics vignette
Strategus is an R package.
Requires R (version 4.2.0 or higher). Installation on Windows requires RTools. Libraries used in Strategus require Java. Strategus requires you to setup your GitHub Personal Access Token as described here
-
See the instructions here for configuring your R environment, including RTools, Java and your GitHub Personal Access Token.
-
In R, use the following commands to download and install Strategus:
install.packages("remotes")
remotes::install_github("ohdsi/Strategus")
- If using Linux, please refer to the keyring Linux secret service setup as this is required to execute studies using Strategus. In addition to those instructions, members of the OHDSI community have shared the following guidance:
Run in a terminal the following before installing keyring:
sudo yum install libsodium libsodium-devel
sudo yum install libsecret libsecret-devel
sudo chmod 777 /home/idies/.config
Documentation can be found on the package website.
PDF versions of the documentation are also available:
- Package manual: Strategus.pdf
- Vignette: Creating Strategus Modules
- Developer questions/comments/feedback: OHDSI Forum
- We use the GitHub issue tracker for all bugs/issues/enhancements
Read here how you can contribute to this package.
Strategus is licensed under Apache License 2.0
Strategus is being developed in R Studio.
Strategus is under active development.