Skip to content

Commit

Permalink
Change to binary repository
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 26, 2024
1 parent 1bcdfc1 commit 405a299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
install-deps-from-package-repositories: "CRAN=https://cloud.r-project.org,R-universe=https://insightsengineering.r-universe.dev"
install-deps-from-package-repositories: "CRAN=https://cloud.r-project.org,R-universe=https://insightsengineering.r-universe.dev/bin/linux/noble/4.4"
package-subdirectory: package
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install packages 🎦
run: |
if (!require("pak")) install.packages("pak", upgrade = "never")
pak::repo_add("R-universe" = "https://insightsengineering.r-universe.dev")
pak::repo_add("R-universe" = "https://insightsengineering.r-universe.dev/bin/linux/noble/4.4")
pak::repo_get()
pak::local_install_dev_deps(root = ".", upgrade = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 405a299

Please sign in to comment.