R Under development (unstable) (2023-10-29 r85433 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 1 | SKIP 23 | PASS 182 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-GetSMNData.R:3:5', 'test-GetSMNData.R:16:5', 'test-GetSMNData.R:30:5', 'test-GetTopography.R:3:5', 'test-ReadNetCDF.R:66:5', 'test-vis-arrow.R:10:5', 'test-vis-arrow.R:40:5', 'test-vis-contour2.R:10:5', 'test-vis-contour2.R:24:5', 'test-vis-contour2.R:35:5', 'test-vis-contour2.R:54:5', 'test-vis-contour2.R:73:5', 'test-vis-contour_fill.R:10:5', 'test-vis-contour_fill.R:24:5', 'test-vis-contour_fill.R:40:5', 'test-vis-discretised-scale.R:13:5', 'test-vis-geom-relief.R:9:5', 'test-vis-guide_colorstrip.R:14:5', 'test-vis-streamline.R:22:5', 'test-vis-streamline.R:28:5', 'test-vis-text-contour.R:11:5', 'test-vis-text-contour.R:67:5', 'test-vis-text-contour.R:78:5' [ FAIL 0 | WARN 1 | SKIP 23 | PASS 182 ] Deleting unused snapshots: • vis-arrow/dx-and-dy.svg • vis-arrow/guide-default.svg • vis-arrow/guide-max-1.svg • vis-arrow/guide-max-2.svg • vis-arrow/guide-max-size-2.svg • vis-arrow/guide-mm.svg • vis-arrow/guide-name-guide.svg • vis-arrow/vector-arrow-example.svg • vis-arrow/with-scale.svg • vis-contour2/aesthetics-in-contour-labels.svg • vis-contour2/contour2-base-stat.svg • vis-contour_fill/contour-fill-base-stat.svg • vis-contour_fill/contour-fill-fill.svg • vis-contour_fill/contour-fill-level-d.svg • vis-contour_fill/contour-fill-nofill2.svg • vis-discretised-scale/discretised-change-limits.svg • vis-discretised-scale/discretised-change-limits2.svg • vis-discretised-scale/discretised-divergent.svg • vis-discretised-scale/discretised-retrofitted.svg • vis-discretised-scale/user-supplied-breaks.svg • vis-geom-relief/volcano-relief-no-interpolate.svg • vis-geom-relief/volcano-relief-shadow.svg • vis-geom-relief/volcano-relief-sun-angle.svg • vis-geom-relief/volcano-shadow-range.svg • vis-geom-relief/volcano-shadow2.svg • vis-guide_colorstrip/colorstrip-inside.svg • vis-guide_colorstrip/horizontal-direction.svg • vis-guide_colorstrip/inside-guide-colorstip.svg • vis-guide_colorstrip/reverse-guide-colorstip.svg • vis-streamline/streamline-base-stat.svg • vis-streamline/streamline-ywrapped.svg • vis-text-contour/labels-text.svg • vis-text-contour/minsize.svg • vis-text-contour/placement-fraction.svg • vis-text-contour/placement-minmax-horizontal.svg • vis-text-contour/placement-minmax-vertical.svg • vis-text-contour/placement-n.svg • vis-text-contour/text-contour-norotate.svg > > proc.time() user system elapsed 28.85 1.64 29.37