diff --git a/DESCRIPTION b/DESCRIPTION index a12b11b..208da62 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,13 @@ 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")), 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", @@ -58,4 +57,4 @@ Suggests: tibble, vdiffr Config/testthat/edition: 3 -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 diff --git a/NEWS.md b/NEWS.md index 09647b9..95022df 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# gMCPLite 0.1.7 + +## 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 ## Testing 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: