Last updated on 2025-12-04 09:49:49 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.32 | 113.71 | 116.03 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.77 | 82.71 | 84.48 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 164.68 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 175.96 | NOTE | |||
| r-devel-windows-x86_64 | 1.0.0 | 5.00 | 103.00 | 108.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.0 | 2.18 | 109.42 | 111.60 | NOTE | |
| r-release-linux-x86_64 | 1.0.0 | 1.90 | 109.13 | 111.03 | NOTE | |
| r-release-macos-arm64 | 1.0.0 | NOTE | ||||
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 94.00 | 96.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.0 | 6.00 | 103.00 | 109.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 144.00 | 146.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 6.00 | 119.00 | 125.00 | ERROR |
Version: 1.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘as_raster.Rd’ ‘clc.R’ ‘clc_category.R’ ‘clc_raster.R’ ‘copy_to.Rd’
‘cut_to_extent.Rd’ ‘get_colors.Rd’ ‘get_levels.Rd’ ‘get_raster.Rd’
‘plot_clc.Rd’ ‘prepare_plot.Rd’ ‘save_to.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'clc-Ex.R' failed
The error most likely occurred in:
> ### Name: as_raster
> ### Title: Convert a 'clc' Object to Raster Format
> ### Aliases: as_raster as_raster.clc
>
> ### ** Examples
>
> source_gpkg <- system.file("extdata", "clc.gpkg", package = "clc")
> clo <- clc(source = source_gpkg, layer_name = "clc")
>
> raster_path <- system.file("extdata", "mdt.tif", package = "clc")
> base_raster <- terra::rast(raster_path)
>
> # ex1
> r <- clo |>
+ as_raster(base_raster = base_raster)
Warning in CPL_transform(x, crs, aoi, pipeline, reverse, desired_accuracy, :
GDAL Error 6: Cannot find coordinate operations from `{
"$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
"type": "EngineeringCRS",
"name": "ETRS89 / UTM zone 30N (N-E)",
"datum": {
"name": "Unknown engineering datum"
},
"coordinate_system": {
"subtype": "Cartesian",
"axis": [
{
"name": "Easting",
"abbreviation": "E",
"direction": "east",
"unit": "metre"
},
{
"name": "Northing",
"abbreviation": "N",
"direction": "north",
"unit": "metre"
}
]
}
}' to `EPSG:25830'
Warning in CPL_transform(x, crs, aoi, pipeline, reverse, desired_accuracy, :
GDAL Error 6: Cannot find coordinate operations from `{
"$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
"type": "EngineeringCRS",
"name": "ETRS89 / UTM zone 30N (N-E)",
"datum": {
"name": "Unknown engineering datum"
},
"coordinate_system": {
"subtype": "Cartesian",
"axis": [
{
"name": "Easting",
"abbreviation": "E",
"direction": "east",
"unit": "metre"
},
{
"name": "Northing",
"abbreviation": "N",
"direction": "north",
"unit": "metre"
}
]
}
}' to `EPSG:25830'
Error: OGRCreateCoordinateTransformation(): transformation not available
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(clc)
>
> test_check("clc")
Saving _problems/test-clc-97.R
Writing layer `clc' to data source
`D:\temp\2025_12_03_01_50_00_178\RtmpW60k1K\file6c4c924aaf.gpkg' using driver `GPKG'
Writing 136 features with 2 fields and geometry type Multi Polygon.
Writing layer `clc' to data source
`D:\temp\2025_12_03_01_50_00_178\RtmpW60k1K\file6c4c105a5996.gpkg' using driver `GPKG'
Writing 136 features with 2 fields and geometry type Multi Polygon.
Saving _problems/test-clc_raster-7.R
Saving _problems/test-clc_raster-89.R
[ FAIL 3 | WARN 6 | SKIP 0 | PASS 162 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-clc.R:97:3'): as_raster converts clc object to raster format ───
<Rcpp::exception/C++Error/error/condition>
Error: OGRCreateCoordinateTransformation(): transformation not available
Backtrace:
▆
1. ├─clc::as_raster(clo, base_raster = base_raster) at test-clc.R:97:3
2. └─clc:::as_raster.clc(clo, base_raster = base_raster)
3. └─clc:::clc_raster(...)
4. └─clc:::vector_to_raster_layers(...)
5. └─clc::safe_clip_multipoligon(vector_layer, bbox_raster)
6. └─base::tryCatch(...)
7. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
10. └─clc:::clip_vector(v, polygon)
11. ├─sf::st_transform(polygon, sf::st_crs(vector))
12. └─sf:::st_transform.sf(polygon, sf::st_crs(vector))
13. ├─sf::st_transform(st_geometry(x), crs, ...)
14. └─sf:::st_transform.sfc(st_geometry(x), crs, ...)
15. ├─sf::st_sfc(...)
16. ├─base::structure(...)
17. └─sf:::CPL_transform(...)
── Error ('test-clc_raster.R:7:3'): vector_to_raster_layers works correctly with base raster ──
<Rcpp::exception/C++Error/error/condition>
Error: OGRCreateCoordinateTransformation(): transformation not available
Backtrace:
▆
1. └─clc:::vector_to_raster_layers(...) at test-clc_raster.R:7:3
2. └─clc::safe_clip_multipoligon(vector_layer, bbox_raster)
3. └─base::tryCatch(...)
4. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
6. └─value[[3L]](cond)
7. └─clc:::clip_vector(v, polygon)
8. ├─sf::st_transform(polygon, sf::st_crs(vector))
9. └─sf:::st_transform.sf(polygon, sf::st_crs(vector))
10. ├─sf::st_transform(st_geometry(x), crs, ...)
11. └─sf:::st_transform.sfc(st_geometry(x), crs, ...)
12. ├─sf::st_sfc(...)
13. ├─base::structure(...)
14. └─sf:::CPL_transform(...)
── Error ('test-clc_raster.R:88:3'): clc_raster creates an object correctly ────
<Rcpp::exception/C++Error/error/condition>
Error: OGRCreateCoordinateTransformation(): transformation not available
Backtrace:
▆
1. ├─clc::as_raster(clo, base_raster = base_raster) at test-clc_raster.R:88:3
2. └─clc:::as_raster.clc(clo, base_raster = base_raster)
3. └─clc:::clc_raster(...)
4. └─clc:::vector_to_raster_layers(...)
5. └─clc::safe_clip_multipoligon(vector_layer, bbox_raster)
6. └─base::tryCatch(...)
7. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
10. └─clc:::clip_vector(v, polygon)
11. ├─sf::st_transform(polygon, sf::st_crs(vector))
12. └─sf:::st_transform.sf(polygon, sf::st_crs(vector))
13. ├─sf::st_transform(st_geometry(x), crs, ...)
14. └─sf:::st_transform.sfc(st_geometry(x), crs, ...)
15. ├─sf::st_sfc(...)
16. ├─base::structure(...)
17. └─sf:::CPL_transform(...)
[ FAIL 3 | WARN 6 | SKIP 0 | PASS 162 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'clc.Rmd' using rmarkdown
Quitting from clc.Rmd:280-286 [example-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! OGRCreateCoordinateTransformation(): transformation not available
---
Backtrace:
▆
1. ├─clc::as_raster(clc_clipped, base_raster = base_raster)
2. └─clc:::as_raster.clc(clc_clipped, base_raster = base_raster)
3. └─clc:::clc_raster(...)
4. └─clc:::vector_to_raster_layers(...)
5. └─clc::safe_clip_multipoligon(vector_layer, bbox_raster)
6. └─base::tryCatch(...)
7. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
10. └─clc:::clip_vector(v, polygon)
11. ├─sf::st_transform(polygon, sf::st_crs(vector))
12. └─sf:::st_transform.sf(polygon, sf::st_crs(vector))
13. ├─sf::st_transform(st_geometry(x), crs, ...)
14. └─sf:::st_transform.sfc(st_geometry(x), crs, ...)
15. ├─sf::st_sfc(...)
16. ├─base::structure(...)
17. └─sf:::CPL_transform(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'clc.Rmd' failed with diagnostics:
OGRCreateCoordinateTransformation(): transformation not available
--- failed re-building 'clc.Rmd'
SUMMARY: processing the following file failed:
'clc.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.