R/zzz.R

# Initialisation function run upon loading of the ecomodtools package
.First.lib <- function(libname, pkgname)
{
	library.dynam("ecomodtools", pkgname, libname)
	# packageDescription function not found on all R builds
	# vers <- packageDescription("ecomodtools")$Version
	cat("This is version 0.1-1 of the ecomodtools package\n")
	cat("Please report any bugs or comments to Joseph Chipperfield <joechip90@googlemail.com>\n")
}

Try the ecomodtools package in your browser

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

ecomodtools documentation built on May 2, 2019, 4:58 p.m.