CRAN Package Check Results for Package gtfstools

Last updated on 2022-08-15 08:49:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 12.59 144.37 156.96 OK
r-devel-linux-x86_64-debian-gcc 1.1.0 8.33 89.21 97.54 OK
r-devel-linux-x86_64-fedora-clang 1.1.0 169.09 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 148.73 OK
r-devel-windows-x86_64 1.1.0 53.00 175.00 228.00 OK
r-patched-linux-x86_64 1.1.0 10.37 111.34 121.71 OK
r-release-linux-x86_64 1.1.0 10.45 108.99 119.44 ERROR
r-release-macos-arm64 1.1.0 63.00 OK
r-release-macos-x86_64 1.1.0 77.00 OK
r-release-windows-x86_64 1.1.0 66.00 202.00 268.00 OK
r-oldrel-macos-arm64 1.1.0 66.00 OK
r-oldrel-macos-x86_64 1.1.0 86.00 OK
r-oldrel-windows-ix86+x86_64 1.1.0 28.00 224.00 252.00 OK

Check Details

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [45s/111s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > if (requireNamespace("testthat", quietly = TRUE)) {
     +
     + library(testthat)
     + library(gtfstools)
     +
     + test_check("gtfstools")
     +
     + }
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1225 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • Skipping validate_gtfs() tests because it is now deprecated. (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-read_gtfs.R:95:3): raises warnings and messages adequately ──────
     Error in `utils::download.file(path, tmp, method = "auto", quiet = quiet)`: cannot open URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip'
     Backtrace:
     ▆
     1. ├─testthat::expect_silent(read_gtfs(gtfs_url)) at test-read_gtfs.R:95:2
     2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ ├─withr::with_output_sink(...)
     5. │ │ │ └─base::force(code)
     6. │ │ ├─base::withCallingHandlers(...)
     7. │ │ └─base::withVisible(code)
     8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     9. └─gtfstools::read_gtfs(gtfs_url)
     10. └─gtfsio::import_gtfs(...)
     11. └─utils::download.file(path, tmp, method = "auto", quiet = quiet)
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1225 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64