Skip to content

Commit 276980a

Browse files
committed
updating docs
1 parent 0d81542 commit 276980a

File tree

6 files changed

+11
-381
lines changed

6 files changed

+11
-381
lines changed

.github/workflows/check-bioc.yml

Lines changed: 0 additions & 374 deletions
This file was deleted.

.github/workflows/pkgdown.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
with:
3333
use-public-rspm: true
3434

35+
- name: Enable Bioconductor repositories
36+
run: |
37+
install.packages("BiocManager")
38+
options(repos = BiocManager::repositories())
39+
shell: Rscript {0}
40+
3541
- uses: r-lib/actions/setup-r-dependencies@v2
3642
with:
3743
extra-packages: any::pkgdown, local::.

0 commit comments

Comments
 (0)