Skip to content

Commit

Permalink
Remove lookup-refs (#204)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
m7pr authored Feb 21, 2025
1 parent e56597a commit 8041fd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
additional-r-cmd-check-params: --as-cran
Expand All @@ -52,10 +48,6 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
NOT_CRAN=true
enforce-note-blocklist: true
Expand All @@ -77,10 +69,6 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/rtables
insightsengineering/formatters
additional-env-vars: |
NOT_CRAN=true
linter:
Expand All @@ -94,10 +82,6 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
deps-installation-method: setup-r-dependencies
lookup-refs: |
insightsengineering/tern
insightsengineering/rtables
insightsengineering/formatters
auto-update: true
gitleaks:
name: gitleaks 💧
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,3 @@ jobs:
)
name: R-hub 🌐
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
with:
lookup-refs: |
insightsengineering/tern
insightsengineering/formatters
insightsengineering/rtables

0 comments on commit 8041fd0

Please sign in to comment.