From b2066b514e9c89162100db067a8139feeeca9636 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Mon, 12 Aug 2024 07:53:03 +0000 Subject: [PATCH 1/7] #460 added orcids, refreshed list of devs, addded acknowledgements --- DESCRIPTION | 13 ++++++------- README.md | 4 ++++ inst/WORDLIST | 10 ++++++++++ 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4f2e90e4..01bdfe36 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,15 +8,14 @@ Authors@R: c( person("Stefan", "Bundfuss", role = "aut"), person("Jeffrey", "Dickinson", role = "aut"), person("Ross", "Farrugia", role = "aut"), - person("Pooja", "Kumari", role = "aut"), - person("Edoardo", "Mancini", role = "aut"), + person("Fanny", "Gautier", role = "aut"), + person("Edoardo", "Mancini", role = "aut", comment = c(ORCID = "0009-0006-4899-8641")), person("Sadchla", "Mascary", role = "aut"), + person("Gordon", "Miller", role = "aut"), + person("Daniel", "Sjoberg", role = "aut", comment = c(ORCID = "0000-0003-0862-2018")), + person("Stefan", "Thoma", role = "aut", comment = c(ORCID = "0000-0002-5553-9252")),# + person("Kangjie", "Zhang", role = "aut"), person("Zelos", "Zhu", role = "aut"), - person("Ania", "Golab", role = "ctb"), - person("Samia", "Kabi", role = "ctb"), - person("Syed", "Mubasheer", role = "ctb"), - person("Thomas", "Neitmann", role = "ctb"), - person("Ondrej", "Slama", role = "ctb"), person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")), person("GlaxoSmithKline LLC", role = c("cph", "fnd")) ) diff --git a/README.md b/README.md index 6947d593..c43b6cf3 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,7 @@ GitHub use the following code: release of `{admiral}`. You can find the release schedule for `{admiral}` packages [here](https://pharmaverse.github.io/admiral/#release-schedule). + +## Acknowledgments + +Along with the authors and contributors, thanks to the following people for their work on the package: Ania Golab, Samia Kabi, Pooja Kumari, Syed Mubasheer, Thomas Neitmann and Ondrej Slama. diff --git a/inst/WORDLIST b/inst/WORDLIST index a59eda25..6b7440ac 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -6,6 +6,7 @@ ADaMs AEs Addin Addins +Ania BDS BMI CDISC @@ -20,12 +21,17 @@ Datetime GSK Github GlaxoSmithKline +Golab Hoffmann IG +Kabi LLC LinkedIn Modularity +Mubasheer +Neitmann OCCDS +Ondrej PHUSE PRs Pharma @@ -36,8 +42,12 @@ README RStudio Rimler Roxygen +Samia SDTM +Slama +Syed TAs +Thomas TOC TTE USUBJID From 56eb224275be8122a5fcfd5e3873d9b366b0468f Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Mon, 12 Aug 2024 07:57:07 +0000 Subject: [PATCH 2/7] #460 chore: spelling --- inst/WORDLIST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inst/WORDLIST b/inst/WORDLIST index 6b7440ac..e2d2bbdb 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -25,6 +25,7 @@ Golab Hoffmann IG Kabi +Kumari LLC LinkedIn Modularity @@ -36,6 +37,7 @@ PHUSE PRs Pharma Pharmaverse +Pooja Quosure Quosures README From 7009746534283c673895d4cdbb889f7c28ca457e Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Tue, 13 Aug 2024 08:25:11 +0000 Subject: [PATCH 3/7] #460 added stefan's orcid too --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 01bdfe36..7a9efa7b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Title: Utility Functions and Development Tools for the Admiral Package Version: 1.1.0.9001 Authors@R: c( person("Ben", "Straub", , "ben.x.straub@gsk.com", role = c("aut", "cre")), - person("Stefan", "Bundfuss", role = "aut"), + person("Stefan", "Bundfuss", role = "aut", comment = c(ORCID = "0009-0005-0027-1198")), person("Jeffrey", "Dickinson", role = "aut"), person("Ross", "Farrugia", role = "aut"), person("Fanny", "Gautier", role = "aut"), From 08178f5fd3097f3536de67d519e1da3f5cdf1d4c Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Tue, 13 Aug 2024 13:58:34 +0000 Subject: [PATCH 4/7] #460 spurious hashtag removed --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7a9efa7b..9805a06a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,7 @@ Authors@R: c( person("Sadchla", "Mascary", role = "aut"), person("Gordon", "Miller", role = "aut"), person("Daniel", "Sjoberg", role = "aut", comment = c(ORCID = "0000-0003-0862-2018")), - person("Stefan", "Thoma", role = "aut", comment = c(ORCID = "0000-0002-5553-9252")),# + person("Stefan", "Thoma", role = "aut", comment = c(ORCID = "0000-0002-5553-9252")), person("Kangjie", "Zhang", role = "aut"), person("Zelos", "Zhu", role = "aut"), person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")), From 7e863c1e371b35935a9a908f6f5511bc7b155ffd Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Thu, 15 Aug 2024 09:35:28 +0000 Subject: [PATCH 5/7] #460 roxygen --- man/admiraldev-package.Rd | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/man/admiraldev-package.Rd b/man/admiraldev-package.Rd index 488a7ed2..e5557705 100644 --- a/man/admiraldev-package.Rd +++ b/man/admiraldev-package.Rd @@ -24,22 +24,21 @@ Useful links: Authors: \itemize{ - \item Stefan Bundfuss + \item Stefan Bundfuss (\href{https://orcid.org/0009-0005-0027-1198}{ORCID}) \item Jeffrey Dickinson \item Ross Farrugia - \item Pooja Kumari - \item Edoardo Mancini + \item Fanny Gautier + \item Edoardo Mancini (\href{https://orcid.org/0009-0006-4899-8641}{ORCID}) \item Sadchla Mascary + \item Gordon Miller + \item Daniel Sjoberg (\href{https://orcid.org/0000-0003-0862-2018}{ORCID}) + \item Stefan Thoma (\href{https://orcid.org/0000-0002-5553-9252}{ORCID}) + \item Kangjie Zhang \item Zelos Zhu } Other contributors: \itemize{ - \item Ania Golab [contributor] - \item Samia Kabi [contributor] - \item Syed Mubasheer [contributor] - \item Thomas Neitmann [contributor] - \item Ondrej Slama [contributor] \item F. Hoffmann-La Roche AG [copyright holder, funder] \item GlaxoSmithKline LLC [copyright holder, funder] } From ebe2156d536555785d72260e72f010d8d723a219 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Thu, 15 Aug 2024 10:01:42 +0000 Subject: [PATCH 6/7] #460 spelling --- inst/WORDLIST | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/WORDLIST b/inst/WORDLIST index e2d2bbdb..450a8236 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -33,6 +33,7 @@ Mubasheer Neitmann OCCDS Ondrej +ORCID PHUSE PRs Pharma From b957c34a720af9a0a86553997c86e13d1d7fb414 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Mon, 7 Oct 2024 00:59:40 +0000 Subject: [PATCH 7/7] chore: #460 bump up roxygen --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5093615f..2500003e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -59,4 +59,4 @@ Encoding: UTF-8 Language: en-US LazyData: false Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2