Nothing
.onAttach <- function(libname, pkgname) {
v <- read.dcf(system.file("DESCRIPTION", package = pkgname), fields = "Version")
msg <- paste0("Loading ", pkgname, " v", v[[1]])
packageStartupMessage(msg)
}
utils::globalVariables(c(
"xend", "relative_position", "yend", "y", "x", "yend", "name",
"from", "to", "token", "terminal"
))
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.