Nothing
test_that("DESCRIPTION has basic fields", {
d <- packageDescription("extrafontdb")
expect_equal(d$Package, "extrafontdb")
expect_true(nchar(d$Title) > 0)
expect_true(nchar(d$Description) > 0)
expect_true(grepl("^GPL", d$License))
})
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.