Skip to content

Commit

Permalink
Merge branch 'main' into 2484-general-issue-chg-and-pchg-populated-fo…
Browse files Browse the repository at this point in the history
…r-baseline-and-pre-baseline-records-in-the-templates
  • Loading branch information
steventing12 authored Aug 23, 2024
2 parents d372084 + fc7ddb8 commit cb2dedf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/verdepcheck.yml
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Stefan", "Bundfuss", role = "aut"),
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ pre
prev
prm
quosures
Rothstein
recoded
renv
repo
Expand Down

0 comments on commit cb2dedf

Please sign in to comment.