Nothing
validate_runiverse_description <- function(desc, package, universe) {
if (length(desc) == 0) {
stopf("Can't find package `%1$s` in universe `%2$s`.", package, universe)
}
}
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.