/gMCPmini

Graphical Multiplicity Package (minimized gMCP package without Java dependency and focusing on graphs and testing)

Primary LanguageR

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")