Skip to content

Commit

Permalink
Merge branch 'main' into 147_pv_safety_pt_2@main
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu authored Nov 8, 2024
2 parents be0d4dc + 2ff7839 commit 2379180
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/audit.yaml@main
r-cmd:
name: R CMD Check 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@avoid_duplicates
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
concurrency-group: cran
r-cmd-non-cran:
name: R CMD Check (non-CRAN) 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@avoid_duplicates
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: scda.test
Title: Template Tests
Version: 0.0.0.9083
Date: 2024-11-07
Version: 0.0.0.9084
Date: 2024-11-08
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
Expand All @@ -25,7 +25,7 @@ Depends:
R (>= 4.2),
rlistings (>= 0.2.9),
rtables (>= 0.6.10),
tern (>= 0.9.6.9014)
tern (>= 0.9.6.9015)
Imports:
pharmaverseadam (>= 1.1.0),
random.cdisc.data (>= 0.3.15.9001)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scda.test 0.0.0.9083
# scda.test 0.0.0.9084

### New Features
* Added table tests from `tern`.
Expand Down

0 comments on commit 2379180

Please sign in to comment.