R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
   paste0("Welcome to the INLAtools package!\n",
          "More at eliaskrainski.github.io/INLAtools")
  )
}

Try the INLAtools package in your browser

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

INLAtools documentation built on April 22, 2026, 5:10 p.m.