Skip to content

Commit 2f299e8

Browse files
authored
Remove lookup-refs (#365)
Part of insightsengineering/coredev-tasks#609 From now on, we will provide development dependencies in ``` Remotes: repo/project@branch ``` format, so it's explicitly visible in the DESCRIPTION file and can be handled by `pak::install`, `renv::install` and `remotes::install`. With development dependencies specified in CJ Pipelines configuration, this connection was hidden, and it was hard to install the package from the main branch (or any other branch) locally from user's machine.
1 parent c0de671 commit 2f299e8

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
unit-test-report-brand: >-
4343
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
4444
deps-installation-method: setup-r-dependencies
45-
lookup-refs: |
46-
insightsengineering/teal.code
4745

4846
r-cmd-non-cran:
4947
name: R CMD Check (non-CRAN) 🧬
@@ -66,8 +64,6 @@ jobs:
6664
checking for unstated dependencies in vignettes .* NOTE
6765
checking top-level files .* NOTE
6866
deps-installation-method: setup-r-dependencies
69-
lookup-refs: |
70-
insightsengineering/teal.code
7167

7268
coverage:
7369
name: Coverage 📔
@@ -78,8 +74,6 @@ jobs:
7874
additional-env-vars: |
7975
NOT_CRAN=true
8076
deps-installation-method: setup-r-dependencies
81-
lookup-refs: |
82-
insightsengineering/teal.code
8377
linter:
8478
if: github.event_name != 'push'
8579
name: SuperLinter 🦸‍♀️
@@ -92,8 +86,6 @@ jobs:
9286
with:
9387
auto-update: true
9488
deps-installation-method: setup-r-dependencies
95-
lookup-refs: |
96-
insightsengineering/teal.code
9789
gitleaks:
9890
name: gitleaks 💧
9991
uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,3 @@ jobs:
4343
default-landing-page: latest-tag
4444
additional-unit-test-report-directories: unit-test-report-non-cran
4545
deps-installation-method: setup-r-dependencies
46-
lookup-refs: |
47-
insightsengineering/teal.code

.github/workflows/release.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
default-landing-page: latest-tag
1919
deps-installation-method: setup-r-dependencies
20-
lookup-refs: |
21-
insightsengineering/teal.code
2220
validation:
2321
name: R Package Validation report 📃
2422
needs: release
@@ -27,8 +25,6 @@ jobs:
2725
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2826
with:
2927
deps-installation-method: setup-r-dependencies
30-
lookup-refs: |
31-
insightsengineering/teal.code
3228
release:
3329
name: Create release 🎉
3430
uses: insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
@@ -54,8 +50,6 @@ jobs:
5450
unit-test-report-brand: >-
5551
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
5652
deps-installation-method: setup-r-dependencies
57-
lookup-refs: |
58-
insightsengineering/teal.code
5953
coverage:
6054
name: Coverage 📔
6155
needs: [release, docs]
@@ -66,8 +60,6 @@ jobs:
6660
additional-env-vars: |
6761
NOT_CRAN=true
6862
deps-installation-method: setup-r-dependencies
69-
lookup-refs: |
70-
insightsengineering/teal.code
7163
wasm:
7264
name: Build WASM packages 🧑‍🏭
7365
needs: release

.github/workflows/scheduled.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
)
5757
name: revdepcheck ↩️
5858
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
59-
with:
60-
lookup-refs: |
61-
insightsengineering/teal.code
6259
rhub:
6360
if: >
6461
github.event_name == 'schedule' || (
@@ -67,6 +64,3 @@ jobs:
6764
)
6865
name: R-hub 🌐
6966
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
70-
with:
71-
lookup-refs: |
72-
insightsengineering/teal.code

0 commit comments

Comments
 (0)