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

Remove lookup-refs #303

Merged
merged 17 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
20 changes: 0 additions & 20 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
unit-test-report-brand: >-
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
r-cmd-non-cran:
name: R CMD Check (non-CRAN) 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
Expand All @@ -71,11 +66,6 @@ jobs:
checking top-level files .* NOTE
Files named as vignettes but with no recognized vignette engine.* NOTE
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
coverage:
name: Coverage 📔
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
Expand All @@ -85,11 +75,6 @@ jobs:
additional-env-vars: |
NOT_CRAN=true
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
linter:
if: github.event_name != 'push'
name: SuperLinter 🦸‍♀️
Expand All @@ -102,11 +87,6 @@ jobs:
with:
auto-update: true
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
gitleaks:
name: gitleaks 💧
uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,3 @@ jobs:
default-landing-page: latest-tag
additional-unit-test-report-directories: unit-test-report-non-cran
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
20 changes: 0 additions & 20 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
with:
default-landing-page: latest-tag
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
validation:
name: R Package Validation report 📃
needs: release
Expand All @@ -30,11 +25,6 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
release:
name: Create release 🎉
uses: insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
Expand All @@ -60,11 +50,6 @@ jobs:
unit-test-report-brand: >-
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
coverage:
name: Coverage 📔
needs: [release, docs]
Expand All @@ -75,11 +60,6 @@ jobs:
additional-env-vars: |
NOT_CRAN=true
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
wasm:
name: Build WASM packages 🧑‍🏭
needs: release
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
)
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
with:
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
rhub:
if: >
github.event_name == 'schedule' || (
Expand All @@ -70,9 +64,3 @@ jobs:
)
name: R-hub 🌐
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
with:
lookup-refs: |
insightsengineering/rlistings
insightsengineering/rtables
insightsengineering/rtables.officer
insightsengineering/formatters
Loading