From c18dc629d1fe8694fc8115c077687524cdc5ea77 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:33:10 -0400 Subject: [PATCH 1/2] Dependency conformance tests (#2489) * feat: Add dependency conformance tests * fix: Add Rothstein to wordlist --- .github/workflows/verdepcheck.yml | 23 +++++++++++++++++++++++ inst/WORDLIST | 1 + 2 files changed, 24 insertions(+) create mode 100644 .github/workflows/verdepcheck.yml diff --git a/.github/workflows/verdepcheck.yml b/.github/workflows/verdepcheck.yml new file mode 100644 index 0000000000..9a3caf2699 --- /dev/null +++ b/.github/workflows/verdepcheck.yml @@ -0,0 +1,23 @@ +--- +name: Dependency Conformance Test + +on: + workflow_dispatch: + +jobs: + dependency-test: + strategy: + fail-fast: false + matrix: + test-strategy: ["min_cohort", "min_isolated", "release", "max"] + uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main + name: Dependency Conformance Test - ${{ matrix.test-strategy }} + secrets: + REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} + GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }} + with: + strategy: ${{ matrix.test-strategy }} + additional-env-vars: | + PKG_SYSREQS_DRY_RUN=true + extra-deps: | + lme4 (>= 1.1-35) diff --git a/inst/WORDLIST b/inst/WORDLIST index ad1b8d709e..3549507fc5 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -308,6 +308,7 @@ pre prev prm quosures +Rothstein recoded renv repo From fc7ddb872a99ee9be58bb7130e73e06b18ea6e3e Mon Sep 17 00:00:00 2001 From: bms63 Date: Wed, 21 Aug 2024 14:34:01 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 1.1.1.9005 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6c43385e25..aba26c713f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: admiral Title: ADaM in R Asset Library -Version: 1.1.1.9004 +Version: 1.1.1.9005 Authors@R: c( person("Ben", "Straub", , "ben.x.straub@gsk.com", role = c("aut", "cre")), person("Stefan", "Bundfuss", role = "aut"),