R/zzz.R

Defines functions .onAttach

#
.onAttach <- function(...) { 
  pack <- 'kelvin'
  packageStartupMessage(
    sprintf("Loaded %s (%s) -- Solutions to the Kelvin differential equation", pack, utils::packageVersion(pack))
  )
}

Try the kelvin package in your browser

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

kelvin documentation built on July 2, 2020, 2:37 a.m.