CRAN Package Check Results for Package spatialfusion

Last updated on 2022-08-15 08:50:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6-5 16.34 128.99 145.33 NOTE
r-devel-linux-x86_64-debian-gcc 0.6-5 12.41 93.23 105.64 NOTE
r-devel-linux-x86_64-fedora-clang 0.6-5 182.08 NOTE
r-devel-linux-x86_64-fedora-gcc 0.6-5 196.05 NOTE
r-devel-windows-x86_64 0.6-5 39.00 0.00 39.00 FAIL
r-patched-linux-x86_64 0.6-5 14.70 119.45 134.15 NOTE
r-release-linux-x86_64 0.6-5 10.06 118.00 128.06 NOTE
r-release-macos-arm64 0.6-5 47.00 NOTE
r-release-macos-x86_64 0.6-5 91.00 NOTE
r-release-windows-x86_64 0.6-5 47.00 0.00 47.00 FAIL
r-oldrel-macos-arm64 0.6-5 48.00 NOTE
r-oldrel-macos-x86_64 0.6-5 64.00 NOTE
r-oldrel-windows-ix86+x86_64 0.6-5 39.00 194.00 233.00 ERROR

Additional issues

donttest

Check Details

Version: 0.6-5
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking: 'INLA', 'SDraw'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64

Version: 0.6-5
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘SDraw’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.6-5
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'INLA'
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.6-5
Check: examples
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:
    >
    >
    > cleanEx()
    > nameEx("fusionSimulate")
    > ### * fusionSimulate
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: fusionSimulate
    > ### Title: Simulate spatial data
    > ### Aliases: fusionSimulate
    > ### Keywords: datagen
    >
    > ### ** Examples
    >
    > # three responses with a single latent Gaussian process
    > if (require("geoR", quietly = TRUE) & require("SDraw", quietly = TRUE)) {
    + dat1 <- fusionSimulate(n.point = 100, n.area = 10, n.grid = 2,
    + psill = 1, phi = 1, nugget = 0, tau.sq = 0.5,
    + point.beta = list(rbind(1,5)), area.beta = list(rbind(-1, 0.5)),
    + distributions = c("normal","poisson"), pp.offset = 0.1,
    + design.mat = matrix(c(1,1,1)))
    + }
    --------------------------------------------------------------
     Analysis of Geostatistical Data
     For an Introduction to geoR go to http://www.leg.ufpr.br/geoR
     geoR version 1.9-2 (built on 2022-08-09) is now loaded
    --------------------------------------------------------------
    
    SDraw - Sample Draws (v 2.1.13)
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.6-5
Check: examples
Result: ERROR
    Running examples in 'spatialfusion-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: fusionSimulate
    > ### Title: Simulate spatial data
    > ### Aliases: fusionSimulate
    > ### Keywords: datagen
    >
    > ### ** Examples
    >
    > # three responses with a single latent Gaussian process
    > if (require("geoR", quietly = TRUE) & require("SDraw", quietly = TRUE)) {
    + dat1 <- fusionSimulate(n.point = 100, n.area = 10, n.grid = 2,
    + psill = 1, phi = 1, nugget = 0, tau.sq = 0.5,
    + point.beta = list(rbind(1,5)), area.beta = list(rbind(-1, 0.5)),
    + distributions = c("normal","poisson"), pp.offset = 0.1,
    + design.mat = matrix(c(1,1,1)))
    + }
    --------------------------------------------------------------
     Analysis of Geostatistical Data
     For an Introduction to geoR go to http://www.leg.ufpr.br/geoR
     geoR version 1.9-2 (built on 2022-08-09) is now loaded
    --------------------------------------------------------------
    
    SDraw - Sample Draws (v 2.1.13)
    Error: cannot allocate vector of size 3.4 Gb
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64