From d8d07d239cc9fcdde91ab14337431a88d5ca4b51 Mon Sep 17 00:00:00 2001 From: kaz462 Date: Tue, 8 Aug 2023 14:22:18 -0700 Subject: [PATCH 1/5] #43: update CODEOWNERS --- .github/CODEOWNERS | 25 ++++++++++++++++++++++--- .github/CODEOWNERS.txt | 7 ------- 2 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 .github/CODEOWNERS.txt diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b7533c1..a43c89f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,24 @@ # This a CODEOWNERS file, where you can establish code owners. # Code owners are automatically requested for review when someone opens a pull request -# that modifies code that they own. In this instance, cicdguy will be notified of any -# changes made the files inside the .github/workflows directory. -.github/workflows/* @cicdguy +# that modifies code that they own. + +# admiral.test +data-raw/ds.R @Gopi2345 +data-raw/lb.R @yangc71 +data-raw/mh.R @yangc71 +data-raw/pc.R @toni-1991 @RealSlimMahdi +data-raw/pp.R @toni-1991 +data-raw/query_databases.R @bundfussr + +# admiralonco +data-raw/rs_onco.R @bundfussr +data-raw/tr_onco.R @bundfussr +data-raw/tu_onco.R @bundfussr + +# admiralophtha +data-raw/ae_ophtha.R @manciniedoardo +data-raw/ex_ophtha.R @manciniedoardo +data-raw/oe_ophtha.R @manciniedoardo +data-raw/qs_ophtha.R @manciniedoardo +data-raw/sc_ophtha.R @manciniedoardo + diff --git a/.github/CODEOWNERS.txt b/.github/CODEOWNERS.txt deleted file mode 100644 index 00db6f3..0000000 --- a/.github/CODEOWNERS.txt +++ /dev/null @@ -1,7 +0,0 @@ -# This a CODEOWNERS file, where you can establish code owners. -# Code owners are automatically requested for review when someone opens a pull request -# that modifies code that they own. -# -# -data/ts.rda @kaz462 -R/ts.R @kaz462 From 6dd00ad7c0217ec7490851f877baa1a3bd3f9695 Mon Sep 17 00:00:00 2001 From: kaz462 Date: Tue, 8 Aug 2023 14:31:08 -0700 Subject: [PATCH 2/5] #47: add contributors --- DESCRIPTION | 7 ++++++- man/pharmaversesdtm-package.Rd | 9 +++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c3419f7..d2c6b81 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,12 @@ Type: Package Title: Test Data for the Pharmaverse Family of Packages Version: 0.0.2 Authors@R: c( - person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", role = c("aut", "cre")) + person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", role = c("aut", "cre")), + person("Kangjie", "Zhang", role = "aut"), + person("Stefan", "Bundfuss", role = "aut"), + person("Zelos", "Zhu", role = "aut"), + person("Gayatri", "G", role = "aut"), + person("Pooja", "Kumari", role = "aut") ) Description: A set of Study Data Tabulation Model (SDTM) datasets from the Clinical Data Interchange Standards Consortium (CDISC) pilot project used for testing diff --git a/man/pharmaversesdtm-package.Rd b/man/pharmaversesdtm-package.Rd index a163027..acf3638 100644 --- a/man/pharmaversesdtm-package.Rd +++ b/man/pharmaversesdtm-package.Rd @@ -21,5 +21,14 @@ Useful links: \author{ \strong{Maintainer}: Edoardo Mancini \email{edoardo.mancini@roche.com} +Authors: +\itemize{ + \item Kangjie Zhang + \item Stefan Bundfuss + \item Zelos Zhu + \item Gayatri G + \item Pooja Kumari +} + } \keyword{internal} From 382c177439b3e17720c07cc70f35407c63c6a28b Mon Sep 17 00:00:00 2001 From: kaz462 Date: Wed, 9 Aug 2023 07:15:54 -0700 Subject: [PATCH 3/5] #47: update DESCRIPTION --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d2c6b81..526e946 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,11 +4,11 @@ Title: Test Data for the Pharmaverse Family of Packages Version: 0.0.2 Authors@R: c( person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", role = c("aut", "cre")), + person("Gayatri", "G", role = "aut"), person("Kangjie", "Zhang", role = "aut"), + person("Pooja", "Kumari", role = "aut"), person("Stefan", "Bundfuss", role = "aut"), - person("Zelos", "Zhu", role = "aut"), - person("Gayatri", "G", role = "aut"), - person("Pooja", "Kumari", role = "aut") + person("Zelos", "Zhu", role = "aut") ) Description: A set of Study Data Tabulation Model (SDTM) datasets from the Clinical Data Interchange Standards Consortium (CDISC) pilot project used for testing From 24ecc4cde2cac0ca5a5649e650963f5b00dd808a Mon Sep 17 00:00:00 2001 From: kaz462 Date: Wed, 9 Aug 2023 07:19:45 -0700 Subject: [PATCH 4/5] #47: update .Rd --- man/pharmaversesdtm-package.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/pharmaversesdtm-package.Rd b/man/pharmaversesdtm-package.Rd index acf3638..c8972cd 100644 --- a/man/pharmaversesdtm-package.Rd +++ b/man/pharmaversesdtm-package.Rd @@ -23,11 +23,11 @@ Useful links: Authors: \itemize{ + \item Gayatri G \item Kangjie Zhang + \item Pooja Kumari \item Stefan Bundfuss \item Zelos Zhu - \item Gayatri G - \item Pooja Kumari } } From a95f8d256d273882c814b4fe6b86d76dbde5f0eb Mon Sep 17 00:00:00 2001 From: kaz462 Date: Mon, 28 Aug 2023 15:34:08 -0700 Subject: [PATCH 5/5] #43: update codeowners --- .github/CODEOWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a43c89f..e19b8b2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,10 +3,7 @@ # that modifies code that they own. # admiral.test -data-raw/ds.R @Gopi2345 -data-raw/lb.R @yangc71 -data-raw/mh.R @yangc71 -data-raw/pc.R @toni-1991 @RealSlimMahdi +data-raw/pc.R @toni-1991 data-raw/pp.R @toni-1991 data-raw/query_databases.R @bundfussr