R/zzz.R

Defines functions .onAttach

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

               "|             SAMPLE COG DATA                 |",
               "|---------------------------------------------|",
               "| Data obtained from https://www.orthodb.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.orthodb.v101 documentation built on April 14, 2020, 11:37 a.m.