Nothing
test_that("check_r_version works", {
if (!is_gha()) testthat::skip_if_offline(host = "bioconductor.org")
testthat::expect_equal(
check_r_version(r = "4.1"),
"4.1"
)
testthat::expect_equal(
check_r_version(r = "release_*"),
"release"
)
testthat::expect_error(
check_r_version(r = "10000.0000")
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.