CRAN Package Check Results for Maintainer ‘Daniel Herszenhut <dhersz at gmail.com>’

Last updated on 2024-07-24 12:21:20 CEST.

Package ERROR NOTE OK
accessibility 13
gtfsio 13
gtfstools 6 1 6
rosmium 13

Package accessibility

Current CRAN status: OK: 13

Package gtfsio

Current CRAN status: OK: 13

Package gtfstools

Current CRAN status: ERROR: 6, NOTE: 1, OK: 6

Additional issues

M1mac

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’ [45s/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-devel-linux-x86_64-debian-clang

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [41s/58s] 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’ [60s/73s] 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' [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-windows-x86_64

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [54s/66s] 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' [52s] 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

Package rosmium

Current CRAN status: OK: 13