Last updated on 2025-08-12 20:49:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 3.78 | 39.95 | 43.73 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 2.59 | 29.81 | 32.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 61.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 61.97 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 5.00 | 61.00 | 66.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 3.41 | 36.52 | 39.93 | OK | |
r-release-linux-x86_64 | 0.1.2 | 3.90 | 36.50 | 40.40 | OK | |
r-release-macos-arm64 | 0.1.2 | 28.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 6.00 | 59.00 | 65.00 | OK | |
r-oldrel-macos-arm64 | 0.1.2 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 7.00 | 69.00 | 76.00 | OK |
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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 2 | WARN 0 | SKIP 11 | PASS 170 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-kvk_search.R:5:3'): kvk_search works with test environment ─────
Error in `value[[3L]](cond)`: HTTP 500 Internal Server Error.
Backtrace:
▆
1. ├─testthat::expect_message(...) at test-kvk_search.R:5:3
2. │ └─testthat:::expect_condition_matching(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─kvkapiR::kvk_search(plaats = "Utrecht", test_environment = TRUE)
8. └─base::tryCatch(...)
9. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. └─value[[3L]](cond)
12. └─cli::cli_abort(e$message)
13. └─rlang::abort(...)
── Error ('test-kvk_search.R:45:3'): kvk_search handles various parameters ─────
Error in `value[[3L]](cond)`: HTTP 500 Internal Server Error.
Backtrace:
▆
1. ├─testthat::expect_message(...) at test-kvk_search.R:45:3
2. │ └─testthat:::expect_condition_matching(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─kvkapiR::kvk_search(plaats = "Utrecht", test_environment = TRUE)
8. └─base::tryCatch(...)
9. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. └─value[[3L]](cond)
12. └─cli::cli_abort(e$message)
13. └─rlang::abort(...)
[ FAIL 2 | WARN 0 | SKIP 11 | PASS 170 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang