Nothing
test_that("DESCRIPTION has key fields", {
d <- utils::packageDescription("plsdepot")
expect_type(d, "list")
expect_true(nzchar(d$Package))
expect_true(nzchar(d$Version))
expect_true(nzchar(d$Title))
})
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.