R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
    version = packageDescription(pkgname, fields = "Version")

  	msg = paste0("========================================
", pkgname, " version ", version, "
Bioconductor page: http://bioconductor.org/packages/HilbertCurve/
Github page: https://github.com/jokergoo/HilbertCurve
Documentation: http://bioconductor.org/packages/HilbertCurve/

If you use it in published research, please cite:
Gu, Z. HilbertCurve: an R/Bioconductor package for high-resolution 
  visualization of genomic data. Bioinformatics 2016.

This message can be suppressed by:
  suppressPackageStartupMessages(library(HilbertCurve))
========================================
")	

    packageStartupMessage(msg)
}
jokergoo/HilbertCurve documentation built on Feb. 27, 2024, 6:44 p.m.