R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  msg <- paste(
    "Please cite tican as:",
    "Tingle SJ, Connelly C, Glover EK, et al. Contrast-Enhanced Ultrasound to Assess Kidney Quality During Ex Situ Normothermic Machine Perfusion. Transpl Int. 2025 Apr 2;38:14268.",
    "https://doi.org/10.3389/ti.2025.14268",
    sep = "\n"
  )
  packageStartupMessage(msg)
}

Try the tican package in your browser

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

tican documentation built on June 8, 2025, 11:05 a.m.