Nothing
test_that("is.odd:has the expected behavior", {
tmp <- GladiaTOX:::is.odd(2)
expect_false(tmp)
tmp <- GladiaTOX:::is.odd(3)
expect_true(tmp)
})
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.