Nothing
test_that("basic test", {
expect_equal(1 + 1, 2)
})
test_that("dormouse_hibernation dataset is available", {
data(dormouse_hibernation)
expect_s3_class(dormouse_hibernation, "data.frame")
expect_gt(nrow(dormouse_hibernation), 0)
expect_true("sex" %in% names(dormouse_hibernation))
})
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.