Skip to content

Commit c35032d

Browse files
m7prllrs-roche
andauthored
Remove lookup-refs (#264)
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. --------- Signed-off-by: Lluís Revilla <[email protected]> Co-authored-by: Lluís Revilla <[email protected]>
1 parent e84ebf5 commit c35032d

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
2525
with:
2626
deps-installation-method: setup-r-dependencies
27-
lookup-refs: |
28-
insightsengineering/cards
2927
additional-env-vars: |
3028
_R_CHECK_CRAN_INCOMING_REMOTE_=false
3129
enforce-note-blocklist: true
@@ -45,8 +43,6 @@ jobs:
4543
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
4644
with:
4745
deps-installation-method: setup-r-dependencies
48-
lookup-refs: |
49-
insightsengineering/cards
5046
additional-env-vars: |
5147
NOT_CRAN=true
5248
enforce-note-blocklist: true
@@ -68,8 +64,6 @@ jobs:
6864
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
6965
with:
7066
deps-installation-method: setup-r-dependencies
71-
lookup-refs: |
72-
insightsengineering/cards
7367
additional-env-vars: |
7468
NOT_CRAN=true
7569
roxygen:
@@ -79,8 +73,6 @@ jobs:
7973
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
8074
with:
8175
deps-installation-method: setup-r-dependencies
82-
lookup-refs: |
83-
insightsengineering/cards
8476
auto-update: false
8577
gitleaks:
8678
name: gitleaks 💧

.github/workflows/scheduled.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,3 @@ jobs:
7171
)
7272
name: R-hub 🌐
7373
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
74-
with:
75-
lookup-refs: |
76-
insightsengineering/cards

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Suggests:
4444
survival (>= 3.6-4),
4545
testthat (>= 3.2.0),
4646
withr (>= 2.5.0)
47+
Remotes:
48+
insightsengineering/cards
4749
Config/Needs/website: insightsengineering/nesttemplate
4850
Config/testthat/edition: 3
4951
Config/testthat/parallel: true

0 commit comments

Comments
 (0)