Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.22 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.22 KB

NOTE: this repo has been archived, please use the gMCPLite repo to contribute codes or raise issues.

gMCPmini

R-CMD-check test-coverage Codecov test coverage

gMCPmini contains a subset of functions from gMCP. The purpose is to remove package dependency of gMCP package including rJAVA. The selected functions ensure gsDesign can produce multiple comparison graph and sequential graphs updates using hGraph function and gMCP result object.

Installation

# Install development version from GitHub:
# install.packages("remotes")
remotes::install_github("allenzhuaz/gMCPmini")

# Install production version from CRAN
install.packages("gMCPmini")