Nothing
.onAttach <- function(libname, pkgname) {
lines = c("--",
sprintf("Remember to cite, run citation(package = '%s') for further info.",pkgname),
"--",
"Welcome to shinyNORRRM, have Fun!",
"--")
msg = paste(lines,collapse="\n")
packageStartupMessage(msg)
addResourcePath("logos", system.file("logos", package = "shinyNORRRM"))
}
globalVariables(c("AtomWeight", "MinWeight", "OxiWeight"))
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.