Package: gMCPLite Title: Lightweight Graph Based Multiple Comparison Procedures Version: 0.1.7 Authors@R: c( person("Yalin", "Zhu", email = "yalin.zhu@outlook.com", role = "aut", comment = c(ORCID = "0000-0003-3830-8660")), person("Yilong", "Zhang", email = "elong0527@gmail.com", role = "aut"), person("Xuan", "Deng", email = "xuan.deng@merck.com", role = "aut"), person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut", "cre")), person("Nan", "Xiao", role = "aut", comment = c(ORCID = "0000-0002-0250-5673")), person("Kornelius", "Rohmeyer", email = "rohmeyer@small-projects.de", role = "ctb", comment = "gMCP author"), person("Florian", "Klinglmueller", email = "float@lefant.net", role = "ctb", comment = "gMCP author"), person("gMCP project contributors", role = "cph", comment = "gMCP package"), person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph") ) Description: A lightweight fork of 'gMCP' with functions for graphical described multiple test procedures introduced in Bretz et al. (2009) and Bretz et al. (2011) . Implements a flexible function using 'ggplot2' to create multiplicity graph visualizations. Contains instructions of multiplicity graph and graphical testing for group sequential design, described in Maurer and Bretz (2013) , with necessary unit testing using 'testthat'. License: GPL-3 URL: https://merck.github.io/gMCPLite/, https://github.com/Merck/gMCPLite BugReports: https://github.com/Merck/gMCPLite/issues Encoding: UTF-8 VignetteBuilder: knitr Depends: R (>= 3.6.0) Imports: ggplot2, graphics, grDevices, grid, MASS, methods, mvtnorm, stats, utils Suggests: covr, dplyr, gridExtra, gsDesign, gt, kableExtra, knitr, multcomp, ragg, rmarkdown, scales, testthat (>= 3.0.0), tibble, vdiffr Config/testthat/edition: 3 RoxygenNote: 7.3.3 Repository: https://merck.r-universe.dev Date/Publication: 2026-03-10 18:34:18 UTC RemoteUrl: https://github.com/merck/gmcplite RemoteRef: HEAD RemoteSha: a3ed3e070c875cd02670c9c8c62e8ee7226f146f NeedsCompilation: yes Packaged: 2026-06-08 07:49:44 UTC; root Author: Yalin Zhu [aut] (ORCID: ), Yilong Zhang [aut], Xuan Deng [aut], Keaven Anderson [aut, cre], Nan Xiao [aut] (ORCID: ), Kornelius Rohmeyer [ctb] (gMCP author), Florian Klinglmueller [ctb] (gMCP author), gMCP project contributors [cph] (gMCP package), Merck & Co., Inc., Rahway, NJ, USA and its affiliates [cph] Maintainer: Keaven Anderson