R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  msg <- paste("/---------------------------------------------\\",

               "|             SAMPLE COG DATA                 |",
               "|---------------------------------------------|",
               "| Data obtained from https://omabrowser.org/  |",
               "| This package is meant to be used only for   |",
               "| demonstration of the geneplast package.     |",
               "|---------------------------------------------|",
               "| The contents of this package are provided   |",
               "| in good faith and the maintainer does not   |",
               "| warrant their accuracy.                     |",
               "\\---------------------------------------------/",
               sep="\n")
  packageStartupMessage(msg)
}
leofields/geneplast.data.oma.All.Jan2020 documentation built on April 14, 2020, 11:36 a.m.