CRAN Package Check Results for Package pphotspot

Last updated on 2026-09-08 00:49:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-2 13.51 125.25 138.76 OK
r-devel-linux-x86_64-debian-gcc 0.1-2 9.61 96.41 106.02 ERROR
r-devel-linux-x86_64-fedora-clang 0.1-2 10.00 91.71 101.71 OK
r-devel-linux-x86_64-fedora-gcc 0.1-2 10.00 93.65 103.65 OK
r-devel-windows-x86_64 0.1-2 16.00 145.00 161.00 OK
r-patched-linux-x86_64 0.1-2 12.33 117.47 129.80 OK
r-release-linux-x86_64 0.1-2 11.27 119.09 130.36 OK
r-release-macos-arm64 0.1-2 4.00 39.00 43.00 OK
r-release-macos-x86_64 0.1-2 11.00 219.00 230.00 OK
r-release-windows-x86_64 0.1-2 15.00 136.00 151.00 OK
r-oldrel-macos-arm64 0.1-2 3.00 39.00 42.00 OK
r-oldrel-macos-x86_64 0.1-2 11.00 249.00 260.00 OK
r-oldrel-windows-x86_64 0.1-2 21.00 167.00 188.00 OK

Check Details

Version: 0.1-2
Check: examples
Result: ERROR Running examples in ‘pphotspot-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: rMatClustlpp > ### Title: Simulating the Matern cluster process on a linear network > ### Aliases: rMatClustlpp > > ### ** Examples > > # example code > if(require(spatstat.geom, quietly=TRUE) & require(spatstat.linnet, quietly=TRUE)) { + data("roadcrash") + win <- owin(xrange = roadcrash$xrange, + yrange = roadcrash$yrange) + X <- ppp(x = roadcrash$x, y = roadcrash$y, window = win) + Vertices.pp <- ppp(x = roadcrash$Vertices.x, + y = roadcrash$Vertices.y, + window=win) + L <- linnet(vertices=Vertices.pp, + edges = roadcrash$Edges) + PPfull <- lpp(X, L) + subwin <- owin(c(-760000, -740000), c(-1160000, -1140000)) + PPsub <- PPfull[, subwin] + Centers <- rpoislpp(0.0005, L=PPsub[['domain']]) + XX <- rMatClustlpp(Centers, 500, 5, PPsub[['domain']]) + plot(Centers, col=1, pch=16) + points(XX, col=2) + } spatstat.univar 3.2-0 spatstat.geom 3.8-2 spatstat.random 3.5-1 spatstat.explore 3.8-2 spatstat.model 3.7-2 spatstat.linnet 3.5-3 Warning: data contain duplicated points Warning: Duplicated segments were ignored Error in psp(LN1[1:4 == 1], LN1[1:4 == 3], LN1[1:4 == 2], LN1[1:4 == 4], : length(x0) == length(y0) is not TRUE Calls: rMatClustlpp -> psp -> stopifnot Execution halted Flavor: r-devel-linux-x86_64-debian-gcc