R Under development (unstable) (2026-01-20 r89309 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(rosm) > > test_check("rosm") [-7514066 5322463 -6574807 6261721] with crs=EPSG:3857> List of 2 $ data: 'nativeRaster' int [1:768, 1:768] -2108502 -2108502 -2108502 -2108502 -2108502 -2108502 -2108502 -2108502 -2108502 -2108502 ... $ bbox: wk_rct[1:1] [-7514066 5322463 -6574807 6261721] - attr(*, "class")= chr [1:2] "wk_grd_rct" "wk_grd" [ FAIL 0 | WARN 0 | SKIP 12 | PASS 83 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (2): 'test-raster.R:41:1', 'test-utils.R:3:3' • identical(Sys.getenv("R_ROSM_TEST_DEPRECATED"), "true") is not TRUE (10): 'test-deprecated.R:3:3', 'test-deprecated.R:36:3', 'test-deprecated.R:67:3', 'test-deprecated.R:120:3', 'test-deprecated.R:135:3', 'test-deprecated.R:152:3', 'test-deprecated.R:180:3', 'test-deprecated.R:200:3', 'test-deprecated.R:262:3', 'test-deprecated.R:293:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 83 ] > > proc.time() user system elapsed 3.40 0.75 5.54