R Under development (unstable) (2025-12-08 r89124 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. > library(testthat) > library(metR) > # library(vdiffr) > > on_cran <- !isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false"))) > if (on_cran) data.table::setDTthreads(2) > > test_check("metR") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 194 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-GetTopography.R:3:5', 'test-ReadNetCDF.R:81:5', 'test-vis-arrow.R:9:1', 'test-vis-arrow.R:31:1', 'test-vis-contour2.R:10:1', 'test-vis-contour2.R:24:1', 'test-vis-contour2.R:34:1', 'test-vis-contour2.R:52:1', 'test-vis-contour2.R:71:1', 'test-vis-contour_fill.R:11:1', 'test-vis-contour_fill.R:25:1', 'test-vis-contour_fill.R:36:1', 'test-vis-discretised-scale.R:12:1', 'test-vis-geom-relief.R:10:1', 'test-vis-guide_colorstrip.R:13:1', 'test-vis-streamline.R:18:1', 'test-vis-streamline.R:27:1', 'test-vis-text-contour.R:11:1', 'test-vis-text-contour.R:67:1', 'test-vis-text-contour.R:78:1' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 194 ] > > proc.time() user system elapsed 41.79 2.57 42.81