ResultModelManager (RMM) HADES.
RMM is a database data model management utilities for R packages in the Observational Health Data Sciences and Informatics program. RMM provides utility functions to allow package maintainers to migrate existing SQL database models, export and import results in consistent patterns.
Requires R. Some of the packages used by ResultModelManager require Java.
-
See the instructions here for configuring your R environment, including Java.
-
In R, use the following commands to download and install ResultModelManager:
install.packages("ResultModelManager")
or, to install the development version:
remotes::install_github("ResultModelManager", ref = 'develop')
See articles:
- 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.
ResultModelManager is licensed under Apache License 2.0
ResultModelManager is being developed in R Studio.
Initial release - use with care