Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.1 KB

gMCPShiny

R-CMD-check Codecov test coverage shinyapps.io

A Shiny app for graphical multiplicity control.

Installation

# The easiest way to get gMCPShiny is to install:
install.packages("gMCPShiny")

# Alternatively, install development version from GitHub:
# install.packages("remotes")
remotes::install_github("Merck/gMCPShiny")

Example

To run the app locally:

gMCPShiny::run_app()

Deployed instances

Production version

Development version