R/onAttach.R

Defines functions .onAttach

.onAttach=function(libname,pkgname){
   packageStartupMessage("Loaded adelie ", as.character(packageDescription("adelie")[["Version"]]))
}

Try the adelie package in your browser

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

adelie documentation built on April 3, 2025, 8:58 p.m.