Nothing
#' @importFrom utils packageVersion packageName
packageVersionInternal <- function() {
## To handle a roxygen run
packageName = packageName()
if (packageName == "roxygen_devtest") {
return(package_version("0.0.0"))
}
packageVersion(packageName())
}
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.