From c99a7b16a941d4ca83a89e429d9f5a5eb4070df6 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 1 Dec 2023 12:03:16 +0000 Subject: [PATCH 1/4] Update version, remove files --- CRAN-SUBMISSION | 3 --- DESCRIPTION | 2 +- cran-comments.md | 5 ----- 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 CRAN-SUBMISSION delete mode 100644 cran-comments.md diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 90570e1..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.1.1 -Date: 2023-09-05 07:41:36 UTC -SHA: c5df8cdffc0f7f62f357cd5523e8d017ac3a5d80 diff --git a/DESCRIPTION b/DESCRIPTION index 15730f3..99d8cb3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pharmaversesdtm Type: Package Title: Test Data for the Pharmaverse Family of Packages -Version: 0.1.1.9001 +Version: 0.2.0 Authors@R: c( person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", role = c("aut", "cre")), person("Gayatri", "G", role = "aut"), diff --git a/cran-comments.md b/cran-comments.md deleted file mode 100644 index 858617d..0000000 --- a/cran-comments.md +++ /dev/null @@ -1,5 +0,0 @@ -## R CMD check results - -0 errors | 0 warnings | 1 note - -* This is a new release. From 4aa061ad8beeba7e684272dbf353cc88d579112c Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 1 Dec 2023 12:23:33 +0000 Subject: [PATCH 2/4] Empty-Commit From 11f4d135134f5dacc48fc83c6a31e824dabcfa00 Mon Sep 17 00:00:00 2001 From: Edoardo Mancini Date: Fri, 1 Dec 2023 12:24:04 +0000 Subject: [PATCH 3/4] Trigger workflows From b867205b70a9f97797bb133ad2259cfa6a4659bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Grasselly?= <56442075+dgrassellyb@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:09:13 +0100 Subject: [PATCH 4/4] fix common.yml --- .github/workflows/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index ef6fb7d..d94683a 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -128,7 +128,7 @@ jobs: r-version: "${{ needs.get_r_version.outputs.r-version }}" templates: name: Check Templates - uses: pharmaverse/admiralci/.github/workflows/check-templates.yml@no-get-r-version-job + uses: pharmaverse/admiralci/.github/workflows/check-templates.yml@main secrets: inherit if: github.event.review.state == 'approved' needs: get_r_version