R/zzz.R

.onAttach <- function(lib,pkg){
		ver <- read.dcf(file.path(lib, pkg, "DESCRIPTION"), "Version")
		ver <- as.character(ver)
		packageStartupMessage(paste("hypergea", ver, "loaded
"))
		}
.onUnload <- function(libpath){ library.dynam.unload("hypergea", libpath) }

Try the hypergea package in your browser

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

hypergea documentation built on May 2, 2019, 2:40 a.m.