CRAN Package Check Results for Package rangeBuilder

Last updated on 2020-08-07 01:49:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5 37.62 110.09 147.71 OK
r-devel-linux-x86_64-debian-gcc 1.5 31.04 84.10 115.14 OK
r-devel-linux-x86_64-fedora-clang 1.5 198.83 OK
r-devel-linux-x86_64-fedora-gcc 1.5 186.71 OK
r-devel-windows-ix86+x86_64 1.5 87.00 162.00 249.00 NOTE
r-patched-linux-x86_64 1.5 32.90 108.50 141.40 OK
r-patched-solaris-x86 1.5 281.40 ERROR
r-release-linux-x86_64 1.5 34.39 108.63 143.02 OK
r-release-macos-x86_64 1.5 OK
r-release-windows-ix86+x86_64 1.5 91.00 219.00 310.00 NOTE
r-oldrel-macos-x86_64 1.5 OK
r-oldrel-windows-ix86+x86_64 1.5 67.00 140.00 207.00 OK

Check Details

Version: 1.5
Check: installed package size
Result: NOTE
     installed size is 5.3Mb
     sub-directories of 1Mb or more:
     R 2.4Mb
     libs 2.0Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 1.5
Check: examples
Result: ERROR
    Running examples in ‘rangeBuilder-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: getDynamicAlphaHull
    > ### Title: Generate polygon based on alpha hulls
    > ### Aliases: getDynamicAlphaHull
    >
    > ### ** Examples
    >
    > data(crotalus)
    >
    > # create a polygon range for Crotalus atrox
    > x <- crotalus[which(crotalus$genSp == 'Crotalus_atrox'),]
    > x <- x[sample(1:nrow(x), 50),]
    >
    > range <- getDynamicAlphaHull(x, coordHeaders=c('decimallongitude','decimallatitude'),
    + clipToCoast = 'no')
    Warning in wkt(obj) : CRS object has no comment
    Warning in wkt(CRS(tg)) : CRS object has no comment
    Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) :
     is.character(proj) is not TRUE
    Calls: getDynamicAlphaHull ... <Anonymous> -> <Anonymous> -> get_aoi -> project -> stopifnot
    Execution halted
Flavor: r-patched-solaris-x86