Skip to content

Commit

Permalink
Fixed Bioconductor test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 1, 2023
1 parent daadadf commit a10f810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-bioconductor.R
Expand Up @@ -12,6 +12,9 @@ test_that("it works", {
jetpack::add("BiocManager")
expectFileContains("DESCRIPTION", "BiocManager")

# needed for Biobase
jetpack::add("BiocVersion", remote="bioc::release/BiocVersion")

jetpack::add("Biobase", remote="bioc::release/Biobase")
expectFileContains("DESCRIPTION", "Biobase")
expectFileContains("DESCRIPTION", "bioc::release/Biobase")
Expand Down

0 comments on commit a10f810

Please sign in to comment.