R/zzz.R

Defines functions .onAttach

.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"))

Try the shinyNORRRM package in your browser

Any scripts or data that you put into this service are public.

shinyNORRRM documentation built on June 24, 2022, 1:05 a.m.