Nothing
library(SticsRFiles)
context("Is OS name")
test_that("Is OS name", {
expect_equal(length(is_os_name()), 4)
expect_type(is_os_name("windows"), "logical")
expect_type(is_os_name("linux"), "logical")
expect_type(is_os_name("mac"), "logical")
})
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.