diff --git a/DESCRIPTION b/DESCRIPTION index 225c6210a0..b09935304c 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,17 +1,21 @@ Type: Package Package: chevron Title: Standard TLGs for Clinical Trials Reporting -Version: 0.2.9.9000 +Version: 0.2.10 Date: 2025-02-17 Authors@R: c( - person("Liming", "Li", , "liming.li@roche.com", role = c("aut", "cre")), - person("Benoit", "Falquet", , "benoit.falquet@roche.com", role = "aut"), + person("Liming", "Li", , "liming.li@roche.com", role = "aut", + comment = "Original creator of the package"), + person("Benoit", "Falquet", , "benoit.falquet@roche.com", role = "aut", + comment = "Original creator of the package"), person("Xiaoli", "Duan", , "xiaoli.duan@roche.com", role = "aut"), person("Adrian", "Waddell", , "waddell.adrian@gene.com", role = "ctb"), person("Chenkai", "Lv", , "chenkai.lv@roche.com", role = "ctb"), person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "ctb"), person("Tim", "Barnett", , "timothy.barnett@roche.com", role = "ctb"), person("Tian", "Fang", , "tian.fang@roche.com", role = "ctb"), + person("Joe", "Zhu", , "joe.zhu@roche.com", role = "cre", + comment = c(ORCID = "0000-0001-7566-2787")), person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")) ) Description: Provide standard tables, listings, and graphs (TLGs) @@ -25,7 +29,7 @@ URL: https://insightsengineering.github.io/chevron/, https://github.com/insightsengineering/chevron/ BugReports: https://github.com/insightsengineering/chevron/issues Depends: - R (>= 4.0.0) + R (>= 4.1.0) Imports: checkmate (>= 2.1.0), dplyr (>= 1.1.0), @@ -53,7 +57,7 @@ Suggests: rmarkdown (>= 2.23), testthat (>= 3.0.4), tidyr (>= 0.8.3), - vdiffr (>= 1.0.0), + vdiffr (>= 1.0.7), withr (>= 2.1.0) VignetteBuilder: knitr, diff --git a/NEWS.md b/NEWS.md index 35f8e7d39e..56299f402d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# chevron 0.2.9.9000 +# chevron 0.2.10 + +* Change package maintainer to Joe Zhu. # chevron 0.2.9 diff --git a/inst/WORDLIST b/inst/WORDLIST index bc361285db..f9819faa62 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -12,6 +12,7 @@ Kaplan MLA MedDRA Newcombe +ORCID Postprocessing Pre Schouten diff --git a/man/chevron-package.Rd b/man/chevron-package.Rd index 4da10ad4b9..e5e76d7cea 100644 --- a/man/chevron-package.Rd +++ b/man/chevron-package.Rd @@ -18,11 +18,12 @@ Useful links: } \author{ -\strong{Maintainer}: Liming Li \email{liming.li@roche.com} +\strong{Maintainer}: Joe Zhu \email{joe.zhu@roche.com} (\href{https://orcid.org/0000-0001-7566-2787}{ORCID}) Authors: \itemize{ - \item Benoit Falquet \email{benoit.falquet@roche.com} + \item Liming Li \email{liming.li@roche.com} (Original creator of the package) + \item Benoit Falquet \email{benoit.falquet@roche.com} (Original creator of the package) \item Xiaoli Duan \email{xiaoli.duan@roche.com} }