Last updated on 2026-05-26 17:50:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 2.60 | 251.11 | 253.71 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 1.86 | 174.91 | 176.77 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 454.35 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 422.12 | OK | |||
| r-devel-windows-x86_64 | 0.2.1 | 5.00 | 320.00 | 325.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.1 | 1.65 | 244.23 | 245.88 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 2.68 | 245.31 | 247.99 | OK | |
| r-release-macos-arm64 | 0.2.1 | 1.00 | 157.00 | 158.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 2.00 | 373.00 | 375.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 5.00 | 323.00 | 328.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 1.00 | 155.00 | 156.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 2.00 | 365.00 | 367.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 6.00 | 398.00 | 404.00 | OK |
Version: 0.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [75s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # 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(nycOpenData)
>
> test_check("nycOpenData")
crul not installed, skipping enable
HttrAdapter enabled!
httr2 not installed, skipping enable
Saving _problems/test-utils_request-53.R
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 60 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• Cassette not recorded yet for 'nyc_list_datasets_catalog'. Run with
VCR_RECORD=once to create it. (1): 'test-nyc_catalog_and_pull_dataset.R:4:3'
• Cassette not recorded yet for 'nyc_pull_dataset_key_lookup'. Run with
VCR_RECORD=once to create it. (1):
'test-nyc_catalog_and_pull_dataset.R:104:3'
• Cassette not recorded yet for 'nyc_pull_dataset_robust'. Run with
VCR_RECORD=once to create it. (1): 'test-nyc_catalog_and_pull_dataset.R:18:3'
• Cassette not recorded yet for 'nyc_pull_dataset_toggles'. Run with
VCR_RECORD=once to create it. (1):
'test-nyc_catalog_and_pull_dataset.R:219:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-utils_request.R:50:3'): .nyc_get_json handles HTTP errors ──────
Error: NYC Open Data request failed with HTTP status 503.
Try again later, or verify your filters.
Response: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
</body>
</html>
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-utils_request.R:50: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. └─nycOpenData:::.nyc_get_json(...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 60 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64