R Under development (unstable) (2025-08-31 r88749 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # Copyright (c) 2020, ETH Zurich > > library(testthat) > library(gen3sis) > > test_check("gen3sis") The extent and CRS indicate this raster is a global lat/lon raster. This means that transitions going off of the East or West edges will 'wrap' to the opposite edge. Global lat/lon rasters are not supported under new optimizations for 4 and 8 directions with custom transition functions. Falling back to old method. The extent and CRS indicate this raster is a global lat/lon raster. This means that transitions going off of the East or West edges will 'wrap' to the opposite edge. Global lat/lon rasters are not supported under new optimizations for 4 and 8 directions with custom transition functions. Falling back to old method. The extent and CRS indicate this raster is a global lat/lon raster. This means that transitions going off of the East or West edges will 'wrap' to the opposite edge. Global lat/lon rasters are not supported under new optimizations for 4 and 8 directions with custom transition functions. Falling back to old method. The extent and CRS indicate this raster is a global lat/lon raster. This means that transitions going off of the East or West edges will 'wrap' to the opposite edge. Global lat/lon rasters are not supported under new optimizations for 4 and 8 directions with custom transition functions. Falling back to old method. [ FAIL 0 | WARN 0 | SKIP 10 | PASS 29 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test-gen3sis_main.R:5:3' • skip for now (2): 'test-config_handling.R:28:3', 'test-config_handling.R:51:3' • skip until config handling settled (1): 'test-config_handling.R:39:3' • skip until confoig handling settled (2): 'test-config_handling.R:7:3', 'test-config_handling.R:21:3' • skip until devtools updated in docker image (4): 'test-config_handling.R:67:3', 'test-config_handling.R:78:3', 'test-config_handling.R:89:3', 'test-config_handling.R:100:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 29 ] > > proc.time() user system elapsed 7.93 0.37 8.29