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.
- Auto code formatting.
- Auto checking of R code.
- Generate renv lock files with correct references to OHDSI repos.
# Auto-format all R files in a package:
formatRFolder()
# Identify problems in R code in a package:
checkUsagePackage("OhdsiRTools")
OhdsiRTools is an R package.
Requires R.
- In R, use the following commands to download and install OhdsiRTools:
install.packages("remotes")
library(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
- 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.
OhdsiRTools is licensed under Apache License 2.0
OhdsiRTools is being developed in R Studio.
Ready for use
- This project is supported in part through the National Science Foundation grant IIS 1251151.