CRAN Package Check Results for Package leafletR

Last updated on 2022-05-12 06:53:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4-0 4.67 41.67 46.34 ERROR
r-devel-linux-x86_64-debian-gcc 0.4-0 2.81 31.98 34.79 ERROR
r-devel-linux-x86_64-fedora-clang 0.4-0 56.07 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4-0 52.10 ERROR
r-devel-windows-x86_64 0.4-0 29.00 62.00 91.00 ERROR
r-patched-linux-x86_64 0.4-0 4.07 40.32 44.39 OK
r-release-linux-x86_64 0.4-0 4.16 40.06 44.22 OK
r-release-macos-arm64 0.4-0 24.00 OK
r-release-macos-x86_64 0.4-0 27.00 OK
r-release-windows-x86_64 0.4-0 41.00 59.00 100.00 OK
r-oldrel-macos-arm64 0.4-0 21.00 OK
r-oldrel-macos-x86_64 0.4-0 35.00 OK
r-oldrel-windows-ix86+x86_64 0.4-0 9.00 53.00 62.00 OK

Check Details

Version: 0.4-0
Check: examples
Result: ERROR
    Running examples in 'leafletR-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: leafletR-package
    > ### Title: Interactive Web-Maps Based on the Leaflet JavaScript Library
    > ### Aliases: leafletR-package leafletR
    > ### Keywords: package
    >
    > ### ** Examples
    >
    > # load example data (Fiji Earthquakes)
    > data(quakes)
    >
    > # store data in GeoJSON file (just a subset here)
    > q.dat <- toGeoJSON(data=quakes[1:99,], dest=tempdir(), name="quakes")
    Columns 1 (lat) and 2 (long) detected as latitude and longitude
    Error in is.na(data[, lat.lon[1]]) || is.na(data[, lat.lon[2]]) :
     'length = 99' in coercion to 'logical(1)'
    Calls: toGeoJSON -> dfToGeoJSON
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.4-0
Check: HTML version of manual
Result: NOTE
    Found the following problems:
    leafletR-package.Rd:39:4: Warning: <img> attribute "width" has invalid value "350px"
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.4-0
Check: examples
Result: ERROR
    Running examples in ‘leafletR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: leafletR-package
    > ### Title: Interactive Web-Maps Based on the Leaflet JavaScript Library
    > ### Aliases: leafletR-package leafletR
    > ### Keywords: package
    >
    > ### ** Examples
    >
    > # load example data (Fiji Earthquakes)
    > data(quakes)
    >
    > # store data in GeoJSON file (just a subset here)
    > q.dat <- toGeoJSON(data=quakes[1:99,], dest=tempdir(), name="quakes")
    Columns 1 (lat) and 2 (long) detected as latitude and longitude
    Error in is.na(data[, lat.lon[1]]) || is.na(data[, lat.lon[2]]) :
     'length = 99' in coercion to 'logical(1)'
    Calls: toGeoJSON -> dfToGeoJSON
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64