CRAN Package Check Results for Package ntdr

Last updated on 2025-03-13 15:51:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 5.33 63.39 68.72 NOTE
r-devel-linux-x86_64-debian-gcc 0.4.0 3.90 47.34 51.24 NOTE
r-devel-linux-x86_64-fedora-clang 0.4.0 112.07 NOTE
r-devel-linux-x86_64-fedora-gcc 0.4.0 116.05 NOTE
r-devel-macos-arm64 0.4.0 42.00 OK
r-devel-macos-x86_64 0.4.0 94.00 NOTE
r-devel-windows-x86_64 0.4.0 6.00 111.00 117.00 ERROR
r-patched-linux-x86_64 0.4.0 OK
r-release-linux-x86_64 0.4.0 5.44 56.87 62.31 OK
r-release-macos-arm64 0.4.0 52.00 OK
r-release-macos-x86_64 0.4.0 73.00 OK
r-release-windows-x86_64 0.4.0 7.00 76.00 83.00 OK
r-oldrel-macos-arm64 0.4.0 OK
r-oldrel-macos-x86_64 0.4.0 69.00 OK
r-oldrel-windows-x86_64 0.4.0 8.00 89.00 97.00 OK

Check Details

Version: 0.4.0
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘get_ntd.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64, r-devel-windows-x86_64

Version: 0.4.0
Check: tests
Result: ERROR Running 'testthat.R' [37s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(ntdr) > > test_check("ntdr") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 6 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_ntd.R:45:3'): returns a URL that starts right ────────────── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `eval(code, test_env)`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [www.transit.dot.gov]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─testthat::expect_match(get_ntd_url(), regexp = "^https://www.transit.dot.gov/sites/fta.dot.gov/files/") at test-get_ntd.R:45:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─ntdr:::get_ntd_url() 5. ├─httr2::resp_body_html(...) 6. │ └─httr2:::check_response(resp) 7. │ └─httr2:::is_response(resp) 8. └─httr2::req_perform(...) 9. └─httr2:::handle_resp(req, resp, error_call = error_call) 10. └─rlang::cnd_signal(resp) ── Error ('test-get_ntd.R:49:3'): URL contains the right terms for different data_types ── <httr2_failure/httr2_error/rlang_error/error/condition> Error in `eval(code, test_env)`: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [www.transit.dot.gov]: SSL/TLS connection timeout Backtrace: ▆ 1. ├─testthat::expect_match(get_ntd_url("raw"), regexp = "Raw") at test-get_ntd.R:49:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─ntdr:::get_ntd_url("raw") 5. ├─httr2::resp_body_html(...) 6. │ └─httr2:::check_response(resp) 7. │ └─httr2:::is_response(resp) 8. └─httr2::req_perform(...) 9. └─httr2:::handle_resp(req, resp, error_call = error_call) 10. └─rlang::cnd_signal(resp) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 6 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.4.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'ntdr.Rmd' using rmarkdown Quitting from lines 35-38 [bare-get-ntd-call] (ntdr.Rmd) Error: processing vignette 'ntdr.Rmd' failed with diagnostics: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached [www.transit.dot.gov]: SSL/TLS connection timeout --- failed re-building 'ntdr.Rmd' SUMMARY: processing the following file failed: 'ntdr.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64