Ulysses is part of HADES
Ulysses is an R package that automates setup of an OHDSI study and provides functions to assist with its maintenance and organization.
See the instructions here for configuring your R environment, including RTools and Java.
In R, use the following commands to download and install Ulysses:
install.packages("remotes")
remotes::install_github("ohdsi/Ulysses")
Documentation can be found on the package website.
PDF versions of the documentation are available:
Read here how you can contribute to this package.