R Under development (unstable) (2025-11-16 r89026 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(dawaR) ## {dawaR} provides data from the Danish Agency of Climate Data ## Terms and conditions apply. ## Read more at: https://dawadocs.dataforsyningen.dk/dok/om#vilkaar > > test_check("dawaR") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 49 | PASS 11 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-1-dawa-sections.R:2:3', 'test-3-get_map_data-sections.R:3:3', 'test-2-get_data-sections.R:2:3', 'test-afstemningsomraader.R:2:3', 'test-afstemningsomraader.R:8:3', 'test-afstemningsomraader.R:18:3', 'test-afstemningsomraader.R:28:3', 'test-afstemningsomraader.R:34:3', 'test-afstemningsomraader.R:40:3', 'test-afstemningsomraader.R:46:3', 'test-base_api.R:8:3', 'test-base_api.R:19:3', 'test-base_api.R:25:3', 'test-get_data.R:37:3', 'test-get_data.R:42:3', 'test-get_data.R:48:3', 'test-get_data.R:54:3', 'test-get_map_data-kommuner.R:2:3', 'test-get_map_data-politikredse.R:2:3', 'test-get_map_data-postnumre.R:6:3', 'test-get_map_data-regioner.R:2:3', 'test-get_map_data-vote.R:2:3', 'test-get_map_data.R:1:1', 'test-autocomplete.R:2:3', 'test-autocomplete.R:8:3', 'test-autocomplete.R:14:3', 'test-autocomplete.R:20:3', 'test-autocomplete.R:26:3', 'test-autocomplete.R:32:3', 'test-autocomplete.R:38:3', 'test-autocomplete.R:44:3', 'test-autocomplete.R:50:3', 'test-autocomplete.R:56:3', 'test-autocomplete.R:62:3', 'test-autocomplete.R:68:3', 'test-autocomplete.R:74:3', 'test-autocomplete.R:80:3', 'test-autocomplete.R:86:3', 'test-autocomplete.R:92:3', 'test-status_check.R:2:3', 'test-status_check.R:23:3', 'test-status_check.R:23:3', 'test-status_check.R:23:3', 'test-status_check.R:23:3', 'test-reverse.R:2:3', 'test-reverse.R:8:3', 'test-reverse.R:17:3', 'test-reverse.R:26:3', 'test-reverse.R:35:3' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 11 ] > > proc.time() user system elapsed 2.04 0.35 23.35