Skip to content

Commit 50cbd5d

Browse files
authored
Remove lookup-refs (#89)
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 677b189 commit 50cbd5d

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2727
with:
2828
deps-installation-method: setup-r-dependencies
29-
lookup-refs: |
30-
insightsengineering/tern
31-
insightsengineering/rtables
32-
insightsengineering/formatters
3329
additional-env-vars: |
3430
_R_CHECK_CRAN_INCOMING_REMOTE_=false
3531
additional-r-cmd-check-params: --as-cran
@@ -52,10 +48,6 @@ jobs:
5248
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
5349
with:
5450
deps-installation-method: setup-r-dependencies
55-
lookup-refs: |
56-
insightsengineering/tern
57-
insightsengineering/rtables
58-
insightsengineering/formatters
5951
additional-env-vars: |
6052
NOT_CRAN=true
6153
enforce-note-blocklist: true
@@ -77,10 +69,6 @@ jobs:
7769
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
7870
with:
7971
deps-installation-method: setup-r-dependencies
80-
lookup-refs: |
81-
insightsengineering/tern
82-
insightsengineering/rtables
83-
insightsengineering/formatters
8472
additional-env-vars: |
8573
NOT_CRAN=true
8674
linter:
@@ -94,10 +82,6 @@ jobs:
9482
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
9583
with:
9684
deps-installation-method: setup-r-dependencies
97-
lookup-refs: |
98-
insightsengineering/tern
99-
insightsengineering/rtables
100-
insightsengineering/formatters
10185
auto-update: true
10286
gitleaks:
10387
name: gitleaks 💧

.github/workflows/scheduled.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,3 @@ jobs:
6464
)
6565
name: R-hub 🌐
6666
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
67-
with:
68-
lookup-refs: |
69-
insightsengineering/rbmi
70-
insightsengineering/tern
71-
insightsengineering/formatters
72-
insightsengineering/rtables

0 commit comments

Comments
 (0)