Skip to content

Commit

Permalink
Merge branch 'main' into phili
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Nov 20, 2023
2 parents 122dfcf + b1273cb commit 55c749d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, r: 'devel', bioc: '3.17', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
- { os: macOS-latest, r: 'next', bioc: '3.17'}
- { os: windows-latest, r: 'next', bioc: '3.17'}
- { os: ubuntu-latest, r: 'devel', bioc: '3.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
- { os: macOS-latest, r: 'next', bioc: '3.18'}
- { os: windows-latest, r: 'next', bioc: '3.18'}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
Expand Down
1 change: 1 addition & 0 deletions vignettes/Spectra.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ BiocStyle::markdown()
```{r, echo = FALSE, message = FALSE}
library(Spectra)
library(BiocStyle)
register(SerialParam())
```

# Introduction
Expand Down

0 comments on commit 55c749d

Please sign in to comment.