We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56994c commit 7caba13Copy full SHA for 7caba13
.github/workflows/main.yml
@@ -63,6 +63,13 @@ jobs:
63
- name: Show active repos
64
run: Rscript -e 'print(getOption("repos"))'
65
66
+ - name: Probe Bioc with pak
67
+ if: matrix.config.r == 'devel'
68
+ run: |
69
+ Rscript -e 'install.packages("pak", repos = getOption("repos"))'
70
+ Rscript -e 'pak::repo_add(bioconductor = BiocManager::repositories(version="devel")[["BioCsoft"]]); pak::pkg_install("bioc::IRanges")'
71
+
72
73
- uses: r-lib/actions/setup-r-dependencies@v2
74
with:
75
cache-version: 3
0 commit comments