Skip to content

Commit d1c691d

Browse files
authored
Remove lookup-refs (#286)
**Blocked by release - #285 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 66d738d commit d1c691d

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +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/formatters
47-
insightsengineering/rtables
4845

4946
r-cmd-non-cran:
5047
name: R CMD Check (non-CRAN) 🧬
@@ -68,9 +65,6 @@ jobs:
6865
checking for unstated dependencies in vignettes .* NOTE
6966
checking top-level files .* NOTE
7067
deps-installation-method: setup-r-dependencies
71-
lookup-refs: |
72-
insightsengineering/formatters
73-
insightsengineering/rtables
7468
coverage:
7569
name: Coverage 📔
7670
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
@@ -80,9 +74,6 @@ jobs:
8074
additional-env-vars: |
8175
NOT_CRAN=true
8276
deps-installation-method: setup-r-dependencies
83-
lookup-refs: |
84-
insightsengineering/formatters
85-
insightsengineering/rtables
8677

8778
linter:
8879
if: github.event_name != 'push'
@@ -96,9 +87,6 @@ jobs:
9687
with:
9788
auto-update: true
9889
deps-installation-method: setup-r-dependencies
99-
lookup-refs: |
100-
insightsengineering/formatters
101-
insightsengineering/rtables
10290
gitleaks:
10391
name: gitleaks 💧
10492
uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main

.github/workflows/docs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +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/formatters
48-
insightsengineering/rtables

.github/workflows/release.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
with:
1818
default-landing-page: latest-tag
1919
deps-installation-method: setup-r-dependencies
20-
lookup-refs: |
21-
insightsengineering/formatters
22-
insightsengineering/rtables
2320
validation:
2421
name: R Package Validation report 📃
2522
needs: release
@@ -28,9 +25,6 @@ jobs:
2825
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2926
with:
3027
deps-installation-method: setup-r-dependencies
31-
lookup-refs: |
32-
insightsengineering/formatters
33-
insightsengineering/rtables
3428
release:
3529
name: Create release 🎉
3630
uses: insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
@@ -56,9 +50,6 @@ jobs:
5650
unit-test-report-brand: >-
5751
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png
5852
deps-installation-method: setup-r-dependencies
59-
lookup-refs: |
60-
insightsengineering/formatters
61-
insightsengineering/rtables
6253
coverage:
6354
name: Coverage 📔
6455
needs: [release, docs]
@@ -69,9 +60,6 @@ jobs:
6960
additional-env-vars: |
7061
NOT_CRAN=true
7162
deps-installation-method: setup-r-dependencies
72-
lookup-refs: |
73-
insightsengineering/formatters
74-
insightsengineering/rtables
7563
wasm:
7664
name: Build WASM packages 🧑‍🏭
7765
needs: release

.github/workflows/scheduled.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757
)
5858
name: revdepcheck ↩️
5959
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
60-
with:
61-
lookup-refs: |
62-
insightsengineering/formatters
63-
insightsengineering/rtables
6460
rhub:
6561
if: >
6662
github.event_name == 'schedule' || (
@@ -69,7 +65,3 @@ jobs:
6965
)
7066
name: R-hub 🌐
7167
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
72-
with:
73-
lookup-refs: |
74-
insightsengineering/formatters
75-
insightsengineering/rtables

0 commit comments

Comments
 (0)