CRAN Package Check Results for Package mtaOpenData

Last updated on 2026-05-07 00:50:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.45 45.10 47.55 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 2.04 32.58 34.62 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 75.98 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 97.15 OK
r-devel-windows-x86_64 0.1.0 4.00 67.00 71.00 OK
r-patched-linux-x86_64 0.1.0 2.41 41.59 44.00 OK
r-release-linux-x86_64 0.1.0 2.50 41.48 43.98 OK
r-release-macos-arm64 0.1.0 1.00 43.00 44.00 OK
r-release-macos-x86_64 0.1.0 2.00 110.00 112.00 OK
r-release-windows-x86_64 0.1.0 4.00 64.00 68.00 OK
r-oldrel-macos-arm64 0.1.0 1.00 165.00 166.00 OK
r-oldrel-macos-x86_64 0.1.0 2.00 98.00 100.00 OK
r-oldrel-windows-x86_64 0.1.0 6.00 76.00 82.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/92s] 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(mtaOpenData) > > test_check("mtaOpenData") crul not installed, skipping enable HttrAdapter enabled! httr2 not installed, skipping enable Saving _problems/test-mta_catalog_and_pull_dataset-199.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 90 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-mta_catalog_and_pull_dataset.R:196:3'): mta_pull_dataset input validation errors ── Error: MTA Open Data request failed with HTTP status 500. Try again later, or verify your filters. Response: {"message":"Internal error: please include code c57d160d-af38-40b5-943f-7c06cc3b9406 if you report the error","errorCode":"internal-error","data":{"tag":"c57d160d-af38-40b5-943f-7c06cc3b9406"}} Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-mta_catalog_and_pull_dataset.R:196: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. └─mtaOpenData::mta_pull_dataset(dataset = "2ucp-7wg5", filters = list(route_id = character(0))) 8. └─mtaOpenData:::.mta_catalog_tbl() 9. └─mtaOpenData:::.mta_dataset_request(...) 10. └─mtaOpenData:::.mta_get_json(endpoint, query_list, timeout_sec = timeout_sec) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 90 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc