R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib,pkg){
		ver <- read.dcf(file.path(lib, pkg, "DESCRIPTION"), "Version")
		ver <- as.character(ver)
		packageStartupMessage(paste("
fitteR
", ver, "loaded
"))
		}

Try the fitteR package in your browser

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

fitteR documentation built on March 18, 2022, 7:20 p.m.