CRAN Package Check Results for Package rangemodelR

Last updated on 2018-05-03 10:51:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 1.27 18.09 19.36 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 1.11 15.16 16.27 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 28.11 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 28.64 OK
r-devel-windows-ix86+x86_64 1.0.1 4.00 37.00 41.00 OK
r-patched-linux-x86_64 1.0.1 1.02 18.07 19.09 ERROR
r-patched-solaris-x86 1.0.1 41.00 OK
r-release-linux-x86_64 1.0.1 0.95 18.06 19.01 ERROR
r-release-windows-ix86+x86_64 1.0.1 4.00 37.00 41.00 OK
r-release-osx-x86_64 1.0.1 OK
r-oldrel-windows-ix86+x86_64 1.0.1 3.00 42.00 45.00 OK
r-oldrel-osx-x86_64 1.0.1 NOTE

Check Details

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘rangemodelR-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: rangemod1d
    > ### Title: Range Cohesion Model for Ordered (and Non-spatial) Data
    > ### Aliases: rangemod1d
    >
    > ### ** Examples
    >
    > tempmat <- matrix(0,nrow=10,ncol=200,dimnames=list(letters[1:10],1:200))
    > tempmat <- as.matrix(apply(tempmat,2,function(x){rbinom(nrow(tempmat),1,
    + runif(1,0.1,1))}))
    > rownames(tempmat) <- letters[1:10]
    > temp <- rangemod1d(tempmat,nb = NULL,var = NULL,rsize = "observed",reps = 5)
    Error in if (is.na(nb)) { : the condition has length > 1
    Calls: rangemod1d -> random.range
    Execution halted
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

Version: 1.0.1
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking: ‘rgeos’ ‘rgdal’
Flavor: r-oldrel-osx-x86_64