R Under development (unstable) (2024-12-05 r87423 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 10 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-1-dawa-sections.R:2:3', 'test-2-get_data-sections.R:2:3', 'test-3-get_map_data-sections.R:3:3', 'test-afstemningsomraader.R:3:5', 'test-afstemningsomraader.R:9:5', 'test-afstemningsomraader.R:19:5', 'test-afstemningsomraader.R:29:5', 'test-afstemningsomraader.R:35:5', 'test-afstemningsomraader.R:41:5', 'test-afstemningsomraader.R:47:5', 'test-base_api.R:8:3', 'test-base_api.R:20:5', 'test-base_api.R:26:5', 'test-autocomplete.R:3:5', 'test-autocomplete.R:9:5', 'test-autocomplete.R:15:5', 'test-autocomplete.R:21:5', 'test-autocomplete.R:27:5', 'test-autocomplete.R:33:5', 'test-autocomplete.R:39:5', 'test-autocomplete.R:45:5', 'test-autocomplete.R:51:5', 'test-autocomplete.R:57:5', 'test-autocomplete.R:63:5', 'test-autocomplete.R:69:5', 'test-autocomplete.R:75:5', 'test-autocomplete.R:81:5', 'test-autocomplete.R:87:5', 'test-autocomplete.R:93:5', '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:2:3', 'test-get_data.R:37:3', 'test-get_data.R:43:5', 'test-get_data.R:49:5', 'test-get_data.R:55:5', 'test-status_check.R:2:3', 'test-status_check.R:21:3', 'test-status_check.R:21:3', 'test-status_check.R:21:3', 'test-status_check.R:21:3', 'test-reverse.R:3:5', 'test-reverse.R:9:5', 'test-reverse.R:18:5', 'test-reverse.R:27:5', 'test-reverse.R:35:3' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 10 ] > > proc.time() user system elapsed 2.31 0.28 24.51