CRAN Package Check Results for Package gtfstools

Last updated on 2024-09-01 14:54:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 8.86 129.00 137.86 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 5.44 80.31 85.75 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 189.14 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 181.13 ERROR
r-devel-windows-x86_64 1.2.0 13.00 125.00 138.00 ERROR
r-patched-linux-x86_64 1.2.0 8.89 96.47 105.36 ERROR
r-release-linux-x86_64 1.2.0 7.87 95.87 103.74 ERROR
r-release-macos-arm64 1.2.0 60.00 OK
r-release-macos-x86_64 1.2.0 88.00 OK
r-release-windows-x86_64 1.2.0 13.00 125.00 138.00 ERROR
r-oldrel-macos-arm64 1.2.0 63.00 OK
r-oldrel-macos-x86_64 1.2.0 96.00 OK
r-oldrel-windows-x86_64 1.2.0 15.00 160.00 175.00 ERROR

Check Details

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [60s/48s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [35s/39s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [68s/163s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [61s/141s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [39s] Running the tests in 'tests/testthat.R' failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [40s/50s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [40s/48s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [38s] Running the tests in 'tests/testthat.R' failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running 'testthat.R' [49s] Running the tests in 'tests/testthat.R' failed. Complete output: > if (requireNamespace("testthat", quietly = TRUE)) { + + library(testthat) + library(gtfstools) + + test_check("gtfstools") + + } trying URL 'https://github.com/ipeaGIT/gtfstools/raw/master/inst/extdata/spo_gtfs.zip' Content type 'application/zip' length 191108 bytes (186 KB) ================================================== downloaded 186 KB [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-download_validator.R:37:1', 'test-validate_gtfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-set_trip_speed.R:257:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), 1)` produced warnings. ── Failure ('test-set_trip_speed.R:263:3'): results in identical gtfs if none of the specified trip_ids exist ── `same_speeds_gtfs <- set_trip_speed(gtfs, character(0), numeric(0))` produced warnings. [ FAIL 2 | WARN 8 | SKIP 2 | PASS 1243 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64