CRAN Package Check Results for Package dbmss

Last updated on 2025-04-15 05:49:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.9-2 23.29 150.72 174.01 OK
r-devel-linux-x86_64-debian-gcc 2.9-2 17.63 106.89 124.52 OK
r-devel-linux-x86_64-fedora-clang 2.9-2 279.41 OK
r-devel-linux-x86_64-fedora-gcc 2.9-2 302.84 OK
r-devel-windows-x86_64 2.9-2 26.00 176.00 202.00 OK
r-patched-linux-x86_64 2.9-2 25.65 144.20 169.85 OK
r-release-linux-x86_64 2.9-2 22.97 143.75 166.72 OK
r-release-macos-arm64 2.9-2 91.00 OK
r-release-macos-x86_64 2.9-2 157.00 OK
r-release-windows-x86_64 2.9-2 31.00 0.00 31.00 FAIL
r-oldrel-macos-arm64 2.9-2 50.00 OK
r-oldrel-macos-x86_64 2.9-2 88.00 OK
r-oldrel-windows-x86_64 2.9-2 35.00 228.00 263.00 OK

Check Details

Version: 2.9-2
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > PointWeight <- runif(10) > # Build the point pattern > X <- wmppp(data.frame(X, Y, PointType, PointWeight), owin()) > > # Plot the point pattern. which.marks=1 for point weights, 2 for point types > par(mfrow=c(1,2)) > plot(X, which.marks=1, main="Point weights") > plot(X, which.marks=2, main="Point types") > > # Or use autoplot for a ggplot > autoplot(X) > > > > graphics::par(get("par.postscript", pos = 'CheckExEnv')) > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 40.06 3.52 43.49 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-release-windows-x86_64