R/AAA.R

Defines functions .onAttach

#' @importFrom graphics         arrows axis par points text
#' @importFrom methods          as new slot
#' @importFrom stats            rnorm rpois
      
#' @importFrom rgeos            gBuffer gIntersection gUnionCascaded gTouches readWKT
#' @importFrom spdep            poly2nb card nblag
#' @importFrom deldir           deldir tile.list
#' @importFrom spatstat.geom    ripras

#' @import sp   



### 

.onAttach <- function(libname, pkgname) {
	dcf <- read.dcf(file=system.file("DESCRIPTION", package=pkgname) )
    
	packageStartupMessage(paste('This is', pkgname, dcf[, "Version"], 'For a tutorial type vignette("expp")' ))
	
}

Try the expp package in your browser

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

expp documentation built on June 20, 2021, 5:06 p.m.