R/zzz.R

Defines functions .onAttach

.onAttach<-function(libname,pkgname) {
  packageStartupMessage(
    paste0("Welcome to the Local Taxa Tool (LocaTT)! This is version ",
           utils::packageVersion(pkgname),".\n",
           "   ______  ______  ______   Geographically-conscious\n",
           "    |  | \\/ |  | \\/ |  |    taxonomic assignment\n",
           "   _|__|_/\\_|__|_/\\_|__|_   for DNA metabarcoding.\n",
           "For a detailed tutorial, see: https://urodelan.github.io/Local_Taxa_Tool_Tutorial/\n",
           "Command line BLAST is required, see tutorial for details.\n",
           "See citation('LocaTT') if used in publications."))
}

Try the LocaTT package in your browser

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

LocaTT documentation built on Nov. 2, 2023, 6:09 p.m.