Nothing
validate_package_url <- function(desc, package, repository) {
if (is.null(desc)) {
stopf("Can't find package `%1$s` on repository %2$s.", package, repository)
}
}
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.