R/zzz.R

Defines functions .onAttach

##load instructions


.onAttach <- function(libname,pkgname){
  packageStartupMessage("This is the development version of BactMAP updated on 5/5/2023. Use this version for the latest bug-fixes and new functions.
                        To download the stable version of bactmap, use 'remotes::install_github('veeninglab/bactmap')'")
}
vrrenske/BactMAP documentation built on Oct. 25, 2023, 11:02 p.m.