SkillAgentSearch skills...

ResultModelManager

RMM is an R package designed to handle common ohdsi results data management functions by providing a common API for data model migrations and definitions

Install / Use

/learn @OHDSI/ResultModelManager
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

ResultModelManager

Build Status codecov.io CRAN_Status_Badge CRAN_Status_Badge

ResultModelManager (RMM) HADES.

Introduction

RMM is a database data model management utilities for R packages in the Observational Health Data Sciences and Informatics programme (OHDSI). RMM provides utility functions to allow package maintainers to migrate existing SQL database models, export and import results in consistent patterns.

System Requirements

Requires R. Some of the packages used by ResultModelManager require Java.

Installation

  1. See the instructions here for configuring your R environment, including Java.

  2. 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')

Usage

See articles:

Support

  • Developer questions/comments/feedback: <a href="http://forums.ohdsi.org/c/developers">OHDSI Forum</a>
  • We use the <a href="https://github.com/OHDSI/ResultModelManager/issues">GitHub issue tracker</a> for all bugs/issues/enhancements

Contributing

Read here how you can contribute to this package.

License

ResultModelManager is licensed under Apache License 2.0

Development

ResultModelManager is being developed in R Studio.

Development status

Initial release - use with care

View on GitHub
GitHub Stars4
CategoryDesign
Updated6mo ago
Forks4

Languages

R

Security Score

77/100

Audited on Oct 2, 2025

No findings