Skip to content

Commit

Permalink
Merge pull request #10 from spatstat-revdep/master
Browse files Browse the repository at this point in the history
  • Loading branch information
frajaroco authored Jun 24, 2024
2 parents 2e54393 + 50a20e2 commit 6f89492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"))
Maintainer: Edith Gabriel <[email protected]>
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) <doi:10.18637/jss.v053.i02>.
License: GPL-3
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6f89492

Please sign in to comment.