Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

close #791 #796

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading