Nothing
test_that("invalid parameter values are detected", {
# Parameter h
expect_equal(is_GHvalid(h = c(2, 3, 0, 0.8, 1.2, 18)), TRUE)
expect_type(is_GHvalid(h = -3), 'character')
expect_type(is_GHvalid(h = c(2, -3, 4, 9)), 'character')
})
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.