R Under development (unstable) (2026-02-01 r89366 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(bunddev) > > test_check("bunddev") [ FAIL 0 | WARN 0 | SKIP 48 | PASS 14 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (44): 'test-abfallnavi.R:2:3', 'test-ausbildungssuche.R:2:3', 'test-autobahn.R:2:3', 'test-berufssprachkurssuche.R:2:3', 'test-bundeshaushalt.R:2:3', 'test-bundesrat.R:2:3', 'test-bundestag-lobbyregister.R:2:3', 'test-bundestag.R:2:3', 'test-call.R:2:3', 'test-coachingangebote.R:2:3', 'test-dashboard-deutschland.R:2:3', 'test-ddb.R:2:3', 'test-destatis.R:2:3', 'test-deutschlandatlas.R:2:3', 'test-diga.R:2:3', 'test-dip-bundestag.R:2:3', 'test-dwd.R:2:3', 'test-eco-visio.R:2:3', 'test-eco-visio.R:12:3', 'test-endpoints.R:2:3', 'test-entgeltatlas.R:2:3', 'test-feiertage.R:2:3', 'test-handelsregister.R:2:3', 'test-hilfsmittel.R:2:3', 'test-hochwasserzentralen.R:2:3', 'test-interpol.R:2:3', 'test-jobsuche.R:2:3', 'test-ladestationen.R:2:3', 'test-lebensmittelwarnung.R:2:3', 'test-luftqualitaet.R:2:3', 'test-marktstammdaten.R:2:3', 'test-mudab.R:2:3', 'test-nina.R:2:3', 'test-parameters.R:2:3', 'test-pegel-online.R:2:3', 'test-pflanzenschutzmittelzulassung.R:2:3', 'test-pflanzenschutzmittelzulassung.R:11:3', 'test-pflanzenschutzmittelzulassung.R:20:3', 'test-regionalatlas.R:2:3', 'test-smard.R:2:3', 'test-spec.R:13:3', 'test-tagesschau.R:2:3', 'test-tidy.R:2:3', 'test-travelwarning.R:2:3' • weiterbildungssuche API returns 403 (2): 'test-weiterbildungssuche.R:3:3', 'test-weiterbildungssuche.R:14:3' • zoll API blocked by bot protection (2): 'test-zoll.R:3:3', 'test-zoll.R:14:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 14 ] > > proc.time() user system elapsed 1.78 0.42 2.15