R/zzz.r

Defines functions .onAttach

#' @import sp spsurvey graphics methods
#' 
# A list of functions needed from some imports
#' @importFrom rgeos gArea gUnion gIntersection
#' @importFrom deldir deldir tile.list
#' @importFrom stats qnorm runif
#' @importFrom grDevices rainbow

.onAttach<-function(libname, pkgname){

    v <- utils::packageVersion("SDraw") 

    packageStartupMessage( paste("SDraw - Sample Draws (v ", v ,")", sep=""))  

    

}

Try the SDraw package in your browser

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

SDraw documentation built on July 8, 2020, 6:23 p.m.