From 50a20e2a4bfdddcc03be8f4b9e1be23234cd7945 Mon Sep 17 00:00:00 2001 From: rubak Date: Mon, 27 May 2024 08:52:02 +0200 Subject: [PATCH] Update due to make.even.breaks being moved to spatstat.univar. --- DESCRIPTION | 2 +- NAMESPACE | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 385aa17..1705674 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Authors@R: c(person("Edith", "Gabriel", role=c("aut","cre"), email="edith.gabrie person("Francisco J", "Rodriguez-Cortes", role="aut", email="frrodriguezc@unal.edu.co")) Maintainer: Edith Gabriel Depends: R (>= 3.3.0), grDevices, graphics, rpanel, splancs -Imports: KernSmooth, ggplot2, gridExtra, plot3D, rgl, spatstat.explore, spatstat.geom, spatstat.random, stats +Imports: KernSmooth, ggplot2, gridExtra, plot3D, rgl, spatstat.univar, spatstat.explore, spatstat.geom, spatstat.random, stats Suggests: knitr(>= 1.11), rmarkdown(>= 0.8.1) Description: Many of the models encountered in applications of point process methods to the study of spatio-temporal phenomena are covered in 'stpp'. This package provides statistical tools for analyzing the global and local second-order properties of spatio-temporal point processes, including estimators of the space-time inhomogeneous K-function and pair correlation function. It also includes tools to get static and dynamic display of spatio-temporal point patterns. See Gabriel et al (2013) . License: GPL-3 diff --git a/NAMESPACE b/NAMESPACE index 4c250e4..862d34e 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -34,7 +34,8 @@ importFrom("graphics","axTicks","axis","box","contour","image","par","persp","pl importFrom("stats","dnorm","fft","median","rexp","rnorm","rpois","runif","time","dist") importFrom("rgl","par3d","rotationMatrix","surface3d","plot3d","axis3d","aspect3d","rgl.pop","lines3d","segments3d","points3d","spheres3d") importFrom("spatstat.explore","edge.Trans","bw.stoyan","edge.Ripley") -importFrom("spatstat.geom","as.im","verifyclass","owin","as.rectangle","make.even.breaks","inside.owin","ppp","bdist.points","eroded.areas","area","pairdist","perimeter") +importFrom("spatstat.geom","as.im","verifyclass","owin","as.rectangle","inside.owin","ppp","bdist.points","eroded.areas","area","pairdist","perimeter") +importFrom("spatstat.univar","make.even.breaks") importFrom("spatstat.random","rMatClust") importFrom("KernSmooth","dpik") importFrom("plot3D","scatter3D")