OHDSI / OhdsiShinyModules

An R package containing Shiny modules used by various OHDSI Shiny apps
https://ohdsi.github.io/OhdsiShinyModules/
8 stars 11 forks source link

OhdsiShinyModules

Build Status codecov.io

OhdsiShinyModules is part of HADES.

OhdsiShinyModules is an R package containing shiny modules that can be used within shiny result interfaces.

The OHDSI tools often provide shiny interfaces for viewing and exploring results. Many of these shiny apps have overlapping features. To ensure consistency we have created a repository containing useful shiny modules that can be used in multiple result explorers.

Current Modules

Technology

OhdsiShinyModules is an R package that uses the R shiny library.

System Requirements

Requires R (version 3.3.0 or higher).

Installation

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

  2. To install the latest stable version:

install.packages('remotes')
remotes::install_github('ohdsi/OhdsiShinyModules')

User Documentation

Documentation can be found on the package website.

Support

Contributing

License

OhdsiShinyModules is licensed under Apache License 2.0

Development

OhdsiShinyModules is being developed in R Studio.

Acknowledgements