CRAN Package Check Results for Package extRatum

Last updated on 2021-01-12 07:49:35 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 3.71 35.10 38.81 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 2.83 27.82 30.65 OK
r-devel-linux-x86_64-fedora-clang 1.0.2 58.16 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 46.36 OK
r-devel-windows-ix86+x86_64 1.0.2 9.00 51.00 60.00 OK
r-patched-linux-x86_64 1.0.2 3.57 34.12 37.69 OK
r-patched-solaris-x86 1.0.2 67.40 ERROR
r-release-linux-x86_64 1.0.2 3.91 34.48 38.39 OK
r-release-macos-x86_64 1.0.2 OK
r-release-windows-ix86+x86_64 1.0.2 8.00 40.00 48.00 OK
r-oldrel-macos-x86_64 1.0.2 ERROR
r-oldrel-windows-ix86+x86_64 1.0.2 7.00 62.00 69.00 OK

Check Details

Version: 1.0.2
Check: examples
Result: ERROR
    Running examples in ‘extRatum-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: areal_calc
    > ### Title: Areal data calculation
    > ### Aliases: areal_calc
    >
    > ### ** Examples
    >
    > #' # Run areal_calc() using the packages' dummy data sets.
    > # The data sets are georeferenced on wgs84. However, a planar system is used to measure areas.
    > # For the examples provided here, points and polygons relate to the United Kingdom.
    > # So the British National Grid is used.
    >
    > ## Not run:
    > outcome <- areal_calc(polygon_layer = pol_small,
    + higher_geo_lay = pol_large,
    + unique_id_code = "large_pol_",
    + crs = "epsg:27700")
    Warning in CPL_transform(x, crs, aoi, pipeline, reverse) :
     GDAL Error 1: No PROJ.4 translation for source SRS, coordinate transformation initialization has failed.
    Error in CPL_transform(x, crs, aoi, pipeline, reverse) :
     OGRCreateCoordinateTransformation() returned NULL: PROJ available?
    Calls: areal_calc ... st_transform -> st_transform.sfc -> structure -> CPL_transform
    Execution halted
Flavors: r-patched-solaris-x86, r-oldrel-macos-x86_64