Skip to content

Commit

Permalink
close #791 (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Nov 7, 2024
1 parent 03e16aa commit 169bd0b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 26 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/dunlin
insightsengineering/rtables
insightsengineering/rlistings
insightsengineering/formatters
insightsengineering/nestcolor
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
additional-r-cmd-check-params: --as-cran
Expand All @@ -46,6 +54,14 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/dunlin
insightsengineering/rtables
insightsengineering/rlistings
insightsengineering/formatters
insightsengineering/nestcolor
additional-env-vars: |
NOT_CRAN=true
enforce-note-blocklist: true
Expand All @@ -67,6 +83,14 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/dunlin
insightsengineering/rtables
insightsengineering/rlistings
insightsengineering/formatters
insightsengineering/nestcolor
additional-env-vars: |
NOT_CRAN=true
linter:
Expand All @@ -78,6 +102,15 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/roxygen.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/dunlin
insightsengineering/rtables
insightsengineering/rlistings
insightsengineering/formatters
insightsengineering/nestcolor
gitleaks:
name: gitleaks 💧
uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main
Expand Down
26 changes: 0 additions & 26 deletions staged_dependencies.yaml

This file was deleted.

0 comments on commit 169bd0b

Please sign in to comment.