From 30924d22e270833174c1bb11b135381b70e9044c Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 24 Feb 2026 00:10:03 -0500 Subject: [PATCH 1/4] Increment version number to 0.1.7 --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a12b11b..7dab22f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gMCPLite Title: Lightweight Graph Based Multiple Comparison Procedures -Version: 0.1.6 +Version: 0.1.7 Authors@R: c( person("Yalin", "Zhu", email = "yalin.zhu@outlook.com", role = "aut", comment = c(ORCID = "0000-0003-3830-8660")), @@ -58,4 +58,4 @@ Suggests: tibble, vdiffr Config/testthat/edition: 3 -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 From d609dd8320cb493fa5fc4931017be2f452c0894f Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 24 Feb 2026 00:13:00 -0500 Subject: [PATCH 2/4] Update maintainer email --- DESCRIPTION | 5 ++--- man/gMCPLite-package.Rd | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7dab22f..208da62 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,9 +6,8 @@ Authors@R: c( 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 = "aut"), - person("Nan", "Xiao", email = "nan.xiao1@merck.com", role = c("aut", "cre"), - comment = c(ORCID = "0000-0002-0250-5673")), + 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", diff --git a/man/gMCPLite-package.Rd b/man/gMCPLite-package.Rd index 3b9f53b..e80a236 100644 --- a/man/gMCPLite-package.Rd +++ b/man/gMCPLite-package.Rd @@ -20,14 +20,14 @@ Useful links: } \author{ -\strong{Maintainer}: Nan Xiao \email{nan.xiao1@merck.com} (\href{https://orcid.org/0000-0002-0250-5673}{ORCID}) +\strong{Maintainer}: Keaven Anderson \email{keaven_anderson@merck.com} Authors: \itemize{ \item Yalin Zhu \email{yalin.zhu@outlook.com} (\href{https://orcid.org/0000-0003-3830-8660}{ORCID}) \item Yilong Zhang \email{elong0527@gmail.com} \item Xuan Deng \email{xuan.deng@merck.com} - \item Keaven Anderson \email{keaven_anderson@merck.com} + \item Nan Xiao (\href{https://orcid.org/0000-0002-0250-5673}{ORCID}) } Other contributors: From 14128f91367c78469ca0f44a4cac6cf60ff1d048 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 24 Feb 2026 00:14:54 -0500 Subject: [PATCH 3/4] Update news for v0.1.7 --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 09647b9..c219427 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# gMCPLite 0.1.7 + +## Maintenance + +- Update maintainer email (#39). + # gMCPLite 0.1.6 ## Testing From 9396c30049f027314bf36cc75aa3d0aade199d61 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 24 Feb 2026 00:38:25 -0500 Subject: [PATCH 4/4] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index c219427..95022df 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ ## Maintenance +- Snapshot files are now included in the built package to satisfy + testthat (>= 3.3.0) requirements (#40). - Update maintainer email (#39). # gMCPLite 0.1.6