tests/testthat/test-GHARversion.R

test_that("GitHub Actions R versions", {
    expect_equivalent(.GHARversion("RELEASE_3_12")["R"], "4.0")
    expect_equivalent(.GHARversion("RELEASE_3_11")["R"], "4.0")
    expect_equivalent(.GHARversion("RELEASE_3_12")["Bioc"], "3.12")
    expect_equivalent(.GHARversion("RELEASE_3_11")["Bioc"], "3.11")
})

Try the biocthis package in your browser

Any scripts or data that you put into this service are public.

biocthis documentation built on Feb. 28, 2021, 2:02 a.m.