Skip to content

Commit

Permalink
Fix tests on R-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Feb 9, 2024
1 parent 2d65d98 commit 2dffed6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ withr::local_envvar(
PKG_SYSREQS = "false",
.local_envir = teardown_env()
)

# until the r -> bioc mapping is final for R 4.4.0
if (getRversion() >= "4.4.0") {
withr::local_envvar(
R_BIOC_VERSION = "3.17",
.local_envir = teardown_env()
)
}

0 comments on commit 2dffed6

Please sign in to comment.