R Under development (unstable) (2025-05-13 r88200 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. > # 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(geotargets) > > test_check("geotargets") Warning messages: 1: GDAL Error 6: SetIndexingVariable() not implemented 2: GDAL Error 6: SetIndexingVariable() not implemented Warning messages: 1: GDAL Error 6: SetIndexingVariable() not implemented 2: GDAL Error 6: SetIndexingVariable() not implemented Attaching package: 'targets' The following object is masked from 'package:testthat': matches terra 1.8.50 terra 1.8.50 → reading _targets/meta/meta → parsing _targets/meta/meta → noting builders and branches → parsing _targets/meta/meta → restricting metadata records → querying 1 local files in _targets/objects terra 1.8.50 terra 1.8.50 terra 1.8.50 terra 1.8.50 terra 1.8.50 creating 2 * 3 = 6 tile extents terra 1.8.50 creating 2 * 3 = 6 tile extents creating 1 * 1 = 1 tile extents creating 1 * 2 = 2 tile extents creating 1 * 3 = 3 tile extents creating 2 * 2 = 4 tile extents creating 2 * 3 = 6 tile extents [ FAIL 0 | WARN 0 | SKIP 14 | PASS 54 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-check-gdal-shz.R:5:3', 'test-check-gdal-sozip.R:5:3', 'test-check-pkg-installed.R:2:3', 'test-check-user-resources.R:2:3', 'test-tar-stars.R:20:3', 'test-tar-stars.R:40:3', 'test-tar-stars.R:68:3', 'test-tar-stars.R:100:3', 'test-tar-terra-rast.R:17:3', 'test-tar-terra-sprc.R:43:3', 'test-tar-terra-sprc.R:88:3', 'test-tar-terra-vect.R:27:3', 'test-tile-funs.R:4:3', 'test-tile-funs.R:42:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 54 ] > > proc.time() user system elapsed 12.39 1.45 154.26