CRAN Package Check Results for Maintainer ‘Pascal Title <ptitle at umich.edu>’

Last updated on 2020-08-07 01:50:29 CEST.

Package ERROR NOTE OK
BAMMtools 12
rangeBuilder 1 2 9

Package BAMMtools

Current CRAN status: OK: 12

Package rangeBuilder

Current CRAN status: ERROR: 1, NOTE: 2, OK: 9

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