skip_if_not_installed("httptest2")
wood_clear_cache()
# SETUP ----
httptest2::with_mock_api({
versionsort_latest <- wood_cran_latest("versionsort")
})
# TESTS ----
test_version(versionsort_latest)
test_cache({ wood_cran_latest("versionsort") }, versionsort_latest)
test_param_package(wood_cran_latest(package = "versionsort"))
skip_if_offline()
test_that("raises an exception if package not available", {
expect_error(
wood_cran_latest("fakepackage"),
"Can't find package `fakepackage` on CRAN.",
fixed = TRUE
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.