R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
    ver <- read.dcf(file.path(lib,pkg,"DESCRIPTION"), "Version")
    msg <- sprintf("General Polygon Clipper Library for R (version %s)\n\tType 'class ? gpc.poly' for help", as.character(ver))
    packageStartupMessage(msg)
}

Try the gpclib package in your browser

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

gpclib documentation built on Feb. 29, 2020, 1:07 a.m.