CRAN Package Check Results for Package gtfstools

Last updated on 2024-08-16 21:49:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 9.36 92.63 101.99 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 5.36 82.95 88.31 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 185.91 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 176.27 ERROR
r-devel-windows-x86_64 1.2.0 14.00 126.00 140.00 ERROR
r-patched-linux-x86_64 1.2.0 9.57 97.55 107.12 ERROR
r-release-linux-x86_64 1.2.0 8.12 97.31 105.43 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 129.00 142.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 12.00 159.00 171.00 ERROR

Check Details

Version: 1.2.0
Check: compiled code
Result: NOTE File ‘gtfstools/libs/gtfstools.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. 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

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [35s/41s] 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/36s] 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’ [67s/65s] 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’ [59s/69s] 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: compiled code
Result: NOTE File 'gtfstools/libs/x64/gtfstools.dll': Found non-API calls to R: 'SETLENGTH', 'SET_GROWABLE_BIT', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64

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/53s] 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/54s] 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' [37s] 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' [47s] 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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.