An R package with tools to help write and maintain other OHDSI R packages. Other OHDSI R packages should not depend on or import OhdsiRTools.
# Create renv lock file
OhdsiRTools::createRenvLockFile(rootPackage = "MyStudyPackage",
includeRootPackage = TRUE)
# Identify problems in R code in a package:
checkUsagePackage("OhdsiRTools")
install.packages("remotes")
remotes::install_github("ohdsi/OhdsiRTools")
Documentation can be found on the package website.
PDF versions of the documentation are also available: * Package manual: OhdsiRTools.pdf
Read here how you can contribute to this package.