R/First.R

Defines functions .onAttach .onLoad

##  spatstat.explore/R/First.R

.onLoad <- function(...) reset.spatstat.options()

.onAttach <- function(libname, pkgname) {
  vs <- read.dcf(file=system.file("DESCRIPTION", package="spatstat.explore"),
                 fields="Version")
  vs <- as.character(vs)
  putSpatstatVariable("SpatstatExploreVersion", vs)
  packageStartupMessage(paste("spatstat.explore", vs))
  return(invisible(NULL))
}

  

Try the spatstat.explore package in your browser

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

spatstat.explore documentation built on Oct. 23, 2023, 1:07 a.m.