R Under development (unstable) (2025-06-20 r88332 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 packages that use 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(kvkapiR) > > test_check("kvkapiR") v KVK_API_KEY has been set for this session. i You are using the KvK test environment. Test data will be returned. i You are using the KvK test environment. Test data will be returned. i You are using the KvK test environment. Test data will be returned. i No results found (HTTP 404). v Max cost: EUR 5.00 for this session Format: "summary" Records: 1 Format: "detailed" Records: 2 [ FAIL 0 | WARN 0 | SKIP 11 | PASS 176 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • API key not available (3): 'test-kvk_retrieve.R:78:3', 'test-list-to-tibble-robustness.R:71:3', 'test-list-to-tibble-robustness.R:101:3' • API key not available for usage tracking tests (4): 'test-utils-usage-tracking.R:89:3', 'test-utils-usage-tracking.R:116:3', 'test-utils-usage-tracking.R:330:3', 'test-utils-usage-tracking.R:419:3' • Complex mocking required for httr2 responses (1): 'test-ipd-error-handling.R:44:3' • No API key available (1): 'test-ipd-error-handling.R:60:3' • No API key available for testing (2): 'test-kvk_search.R:32:3', 'test-kvk_search.R:64:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 176 ] > > proc.time() user system elapsed 2.35 0.28 3.86