Last updated on 2020-08-07 01:49:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6-1 | 23.01 | 195.68 | 218.69 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6-1 | 18.52 | 148.22 | 166.74 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6-1 | 272.27 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.6-1 | 256.99 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.6-1 | 55.00 | 228.00 | 283.00 | OK | |
r-patched-linux-x86_64 | 0.6-1 | 23.58 | 192.55 | 216.13 | OK | |
r-patched-solaris-x86 | 0.6-1 | 353.40 | ERROR | |||
r-release-linux-x86_64 | 0.6-1 | 23.31 | 195.34 | 218.65 | OK | |
r-release-macos-x86_64 | 0.6-1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.6-1 | 53.00 | 296.00 | 349.00 | OK | |
r-oldrel-macos-x86_64 | 0.6-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.6-1 | 32.00 | 167.00 | 199.00 | ERROR |
Version: 0.6-1
Check: examples
Result: ERROR
Running examples in ‘plotKML-Ex.R’ failed
The error most likely occurred in:
> ### Name: kml_layer.SpatialLines
> ### Title: Writes spatial lines to KML
> ### Aliases: kml_layer.SpatialLines SpatialLines
> ### Keywords: spatial
>
> ### ** Examples
>
> library(rgdal)
Loading required package: sp
rgdal: version: 1.5-15, (SVN revision 1045)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.0.4, released 2020/01/28
Path to GDAL shared files: /usr/share/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ runtime: Rel. 6.3.2, May 1st, 2020, [PJ_VERSION: 632]
Path to PROJ shared files: /usr/share/proj
Linking to sp version:1.4-2
To mute warnings of possible GDAL/OSR exportToProj4() degradation,
use options("rgdal_show_exportToProj4_warnings"="none") before loading rgdal.
> library(sp)
> data(eberg_contours)
> data(SAGA_pal)
> names(eberg_contours)
[1] "ID" "Z"
> # KML plot with elevations used as 'colour' argument:
> kml.file = paste0(tempdir(), "/eberg_contours.kml")
> kml(eberg_contours, file.name = kml.file,
+ colour_scale = SAGA_pal[[1]], colour = Z)
KML file opened for writing...
Reprojecting to +proj=longlat +datum=WGS84 +no_defs ...
Warning in spTransform(xSP, CRSobj, ...) :
NULL source CRS comment, falling back to PROJ string
Warning in spTransform(xSP, CRSobj, ...) : +init dropped in PROJ string
Warning in wkt(obj) : CRS object has no comment
Warning in showSRID(uprojargs, format = "PROJ", multiline = "NO") :
Discarded datum Deutsches_Hauptdreiecksnetz in CRS definition,
but +towgs84= values preserved
Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) :
coordinate operation creation failed: generic error of unknown origin
Calls: kml ... spTransform -> spTransform -> spTransform -> get_aoi -> project
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.6-1
Check: examples
Result: ERROR
Running examples in ‘plotKML-Ex.R’ failed
The error most likely occurred in:
> ### Name: check_projection
> ### Title: Extracts the proj4 parameters and checks if the projection
> ### matches the referent CRS
> ### Aliases: check_projection parse_proj4 extractProjValue
> ### Keywords: spatial
>
> ### ** Examples
>
> data(eberg)
> library(sp)
> library(rgdal)
rgdal: version: 1.5-15, (SVN revision 1045)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 2.2.4, released 2018/03/19
Path to GDAL shared files: /usr/local/share/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ runtime: Rel. 5.2.0, September 15th, 2018, [PJ_VERSION: 520]
Path to PROJ shared files: (autodetected)
Linking to sp version:1.4-2
> coordinates(eberg) <- ~X+Y
> proj4string(eberg) <- CRS("+init=epsg:31467")
> check_projection(eberg)
[1] FALSE
> # not yet ready for export to KML;
> parse_proj4(proj4string(eberg))
init proj datum no_defs ellps towgs84
"epsg:31467" "tmerc" "potsdam" NA "bessel" NA
> eberg.geo <- reproject(eberg)
Reprojecting to +init=epsg:4326 +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0 ...
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: reproject ... spTransform -> spTransform -> get_aoi -> project -> stopifnot
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.6-1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘jss1079.Rnw’ using Sweave
Loading required package: gstat
Loading required package: raster
Loading required package: sp
Loading required package: plotKML
plotKML version 0.6-1 (2020-03-08)
URL: http://plotkml.r-forge.r-project.org/
Loading required package: GSIF
GSIF version 0.5-5.1 (2019-01-04)
URL: http://gsif.r-forge.r-project.org/
Reprojecting to +init=epsg:4326 +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0 ...
Warning in wkt(obj) : CRS object has no comment
Warning in wkt(CRS(tg)) : CRS object has no comment
Error: processing vignette 'jss1079.Rnw' failed with diagnostics:
chunk 7
Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) :
is.character(proj) is not TRUE
--- failed re-building 'jss1079.Rnw'
SUMMARY: processing the following file failed:
'jss1079.Rnw'
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.6-1
Check: examples
Result: ERROR
Running examples in 'plotKML-Ex.R' failed
The error most likely occurred in:
> ### Name: kml_layer.SpatialLines
> ### Title: Writes spatial lines to KML
> ### Aliases: kml_layer.SpatialLines SpatialLines
> ### Keywords: spatial
>
> ### ** Examples
>
> library(rgdal)
Loading required package: sp
rgdal: version: 1.5-15, (SVN revision 1045)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.0.4, released 2020/01/28
Path to GDAL shared files: D:/temp/RtmpgLCKoa/RLIBS_452c22cb619f/rgdal/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ runtime: Rel. 6.3.1, February 10th, 2020, [PJ_VERSION: 631]
Path to PROJ shared files: D:/temp/RtmpgLCKoa/RLIBS_452c22cb619f/rgdal/proj
Linking to sp version:1.4-2
To mute warnings of possible GDAL/OSR exportToProj4() degradation,
use options("rgdal_show_exportToProj4_warnings"="none") before loading rgdal.
> library(sp)
> data(eberg_contours)
> data(SAGA_pal)
> names(eberg_contours)
[1] "ID" "Z"
> # KML plot with elevations used as 'colour' argument:
> kml.file = paste0(tempdir(), "/eberg_contours.kml")
> kml(eberg_contours, file.name = kml.file,
+ colour_scale = SAGA_pal[[1]], colour = Z)
KML file opened for writing...
Reprojecting to +proj=longlat +datum=WGS84 +no_defs ...
Warning in spTransform(xSP, CRSobj, ...) :
NULL source CRS comment, falling back to PROJ string
Warning in spTransform(xSP, CRSobj, ...) : +init dropped in PROJ string
Warning in wkt(obj) : CRS object has no comment
Warning in showSRID(uprojargs, format = "PROJ", multiline = "NO") :
Discarded datum Deutsches_Hauptdreiecksnetz in CRS definition,
but +towgs84= values preserved
Error in project(t(bbox(obj))[, 1:2], tg, inv = TRUE, use_aoi = FALSE) :
coordinate operation creation failed: generic error of unknown origin
Calls: kml ... spTransform -> spTransform -> spTransform -> get_aoi -> project
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64