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/cola/
Github page: https://github.com/jokergoo/cola
Documentation: https://jokergoo.github.io/cola/
Examples: https://jokergoo.github.io/cola_collection/

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

    packageStartupMessage(msg)
}

Try the cola package in your browser

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

cola documentation built on Nov. 8, 2020, 8:12 p.m.