R/version.R

Defines functions version

Documented in version

#' Bayesian model selection for scRNA-seq count data
#'
#' @export
#' @return ... Reports the version of the package:scRATE.
#
version <- function() {
  cat("____ ____ ____ ____ ___ ____\n")
  cat("[__  |    |__/ |__|  |  |___\n")
  cat("___] |___ |  \\ |  |  |  |___\n")
  cat("                   Ver:0.1.2\n")
  cat("\n")
}
churchill-lab/scRATE documentation built on Aug. 12, 2020, 2:52 p.m.