We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d08890 commit 97298d8Copy full SHA for 97298d8
1 file changed
.github/workflows/basic_checks.yml
@@ -18,20 +18,20 @@ env:
18
jobs:
19
r-build-and-check:
20
runs-on: ubuntu-latest
21
- container: bioconductor/bioconductor_docker:devel
+ container: ghcr.io/bioconductor/bioconductor_docker:devel
22
23
env:
24
R_REMOTES_NO_ERRORS_FROM_WARNINGS: TRUE
25
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
26
- CRAN: https://packagemanager.posit.co/cran/__linux__/noble/latest
+ CRAN: https://p3m.dev/cran/__linux__/noble/latest
27
28
steps:
29
- name: Checkout Repository
30
uses: actions/checkout@v4
31
32
- name: Query dependencies and update old packages
33
run: |
34
- BiocManager::install(ask=FALSE)
+ BiocManager::install("remotes", ask = FALSE)
35
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
36
shell: Rscript {0}
37
0 commit comments