R/onAttach.R

Defines functions .onAttach

# nocov start
#' @importFrom utils packageVersion
#'
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste("version", packageVersion("idiogramFISH"),
    "See help: ?idiogramFISH - browseVignettes(\'idiogramFISH\') - https://ferroao.gitlab.io/manualidiogramfish"))
}

Try the idiogramFISH package in your browser

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

idiogramFISH documentation built on Aug. 22, 2023, 5:08 p.m.