An R package of support tools that didn’t fit other categories, including tools for maintaining R libraries.
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")
OhdsiRTools is an R package.
Requires R.
install.packages("remotes")
remotes::install_github("ohdsi/OhdsiRTools")
Documentation can be found on the package website.
PDF versions of the documentation are also available:
Read here how you can contribute to this package.
OhdsiRTools is licensed under Apache License 2.0
OhdsiRTools is being developed in R Studio.
Ready for use