R/zzz.R

Defines functions .onAttach

.onAttach = function(...){
  packageStartupMessage("spatialTIME version:\n", crayon::white(utils::packageVersion("spatialTIME")),
                        "\nIf using for publication, please cite our manuscript:\n",
                        crayon::white("https://doi.org/10.1093/bioinformatics/btab757"))
}

Try the spatialTIME package in your browser

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

spatialTIME documentation built on April 1, 2023, 12:18 a.m.