R Under development (unstable) (2025-07-06 r88390 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(getRad) > > test_check("getRad") [ FAIL 0 | WARN 0 | SKIP 60 | PASS 65 ] ══ Skipped tests (60) ══════════════════════════════════════════════════════════ • Because no key for Denmark is available in the testing environment (1): 'test-get_pvol_dk.R:2:3' • On CRAN (59): 'test-get_pvol.R:51:3', 'test-get_pvol.R:69:3', 'test-get_pvol.R:96:3', 'test-get_pvol_cz.R:2:3', 'test-get_pvol_cz.R:16:3', 'test-get_pvol_de.R:2:3', 'test-get_pvol_ee.R:2:3', 'test-get_pvol_fi.R:2:3', 'test-get_pvol_nl.R:2:3', 'test-get_pvol_nl.R:25:3', 'test-get_pvol_nl.R:53:3', 'test-get_pvol_us.R:5:3', 'test-get_pvol_us.R:15:3', 'test-get_pvol_us.R:36:3', 'test-get_pvol_us.R:47:3', 'test-get_pvol_us.R:54:3', 'test-get_vpts.R:2:3', 'test-get_vpts.R:78:3', 'test-get_vpts.R:104:3', 'test-get_vpts.R:126:3', 'test-get_vpts.R:145:3', 'test-get_vpts.R:193:3', 'test-get_vpts.R:253:3', 'test-get_vpts.R:270:3', 'test-get_vpts.R:294:3', 'test-get_vpts.R:315:3', 'test-get_vpts.R:349:3', 'test-get_vpts.R:385:3', 'test-get_vpts.R:422:3', 'test-get_vpts.R:533:3', 'test-get_vpts.R:572:3', 'test-get_vpts.R:592:3', 'test-get_vpts_aloft.R:72:3', 'test-get_vpts_coverage.R:8:3', 'test-get_vpts_coverage.R:17:3', 'test-get_vpts_coverage.R:27:3', 'test-get_vpts_coverage_aloft.R:2:3', 'test-get_vpts_coverage_aloft.R:11:3', 'test-get_vpts_coverage_rmi.R:2:3', 'test-get_vpts_coverage_rmi.R:8:3', 'test-get_vpts_coverage_rmi.R:23:3', 'test-get_vpts_coverage_rmi.R:49:3', 'test-get_vpts_coverage_rmi.R:58:3', 'test-get_vpts_rmi.R:2:3', 'test-get_vpts_rmi.R:23:3', 'test-get_vpts_rmi.R:67:3', 'test-get_vpts_rmi.R:89:3', 'test-get_vpts_rmi.R:104:3', 'test-get_weather_radars.R:18:3', 'test-get_weather_radars.R:23:3', 'test-get_weather_radars.R:32:3', 'test-get_weather_radars.R:85:3', 'test-get_weather_radars.R:130:3', 'test-get_weather_radars.R:175:3', 'test-get_weather_radars.R:193:3', 'test-get_weather_radars.R:236:3', 'test-get_weather_radars.R:252:3', 'test-get_weather_radars.R:261:3', 'test-utils-rmi.R:1:1' [ FAIL 0 | WARN 0 | SKIP 60 | PASS 65 ] > > proc.time() user system elapsed 87.76 4.10 101.17