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 81004ea commit 7427b15Copy full SHA for 7427b15
.github/workflows/R-CMD-check-dev.yaml
@@ -55,10 +55,10 @@ jobs:
55
- name: Install latest SummarizedExperiment # TODO: remove this when 1.39.0 gets to release
56
run: |
57
download.file(
58
- "https://bioconductor.org/packages/3.22/bioc/src/contrib/SummarizedExperiment_1.39.0.tar.gz",
59
- "se_1.39.0.tar.gz"
+ "https://bioconductor.org/packages/devel/bioc/src/contrib/SummarizedExperiment_1.39.1.tar.gz",
+ "se_1.39.1.tar.gz"
60
)
61
- install.packages("se_1.39.0.tar.gz", repos = NULL, type = "source")
+ install.packages("se_1.39.1.tar.gz", repos = NULL, type = "source")
62
shell: Rscript {0}
63
64
- name: Build Package
0 commit comments