CRAN Package Check Results for Package gtfstools

Last updated on 2026-06-08 02:51:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 11.65 72.44 84.09 OK
r-devel-linux-x86_64-debian-gcc 1.4.0 6.96 44.19 51.15 ERROR
r-devel-linux-x86_64-fedora-clang 1.4.0 22.00 111.06 133.06 OK
r-devel-linux-x86_64-fedora-gcc 1.4.0 19.00 123.86 142.86 OK
r-devel-windows-x86_64 1.4.0 19.00 100.00 119.00 OK
r-patched-linux-x86_64 1.4.0 11.58 66.73 78.31 OK
r-release-linux-x86_64 1.4.0 11.09 66.61 77.70 OK
r-release-macos-arm64 1.4.0 3.00 85.00 88.00 OK
r-release-macos-x86_64 1.4.0 9.00 91.00 100.00 OK
r-release-windows-x86_64 1.4.0 19.00 99.00 118.00 OK
r-oldrel-macos-arm64 1.4.0 OK
r-oldrel-macos-x86_64 1.4.0 8.00 77.00 85.00 OK
r-oldrel-windows-x86_64 1.4.0 21.00 122.00 143.00 OK

Check Details

Version: 1.4.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Daniel Herszenhut <dhersz@gmail.com>’ Reading Rd files failed with message: cannot open the connection Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘gtfstools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: as_dt_gtfs > ### Title: Coerce lists and GTFS objects from other packages into > ### gtfstools-compatible GTFS objects > ### Aliases: as_dt_gtfs as_dt_gtfs.tidygtfs as_dt_gtfs.gtfs as_dt_gtfs.list > > ### ** Examples > > data_path <- system.file("extdata/spo_gtfs.zip", package = "gtfstools") > > gtfsio_gtfs <- gtfsio::import_gtfs(data_path) Warning in normalizePath(exdir) : path[1]="/tmp/RtmpptHygs/gtfsio": No such file or directory *** caught segfault *** address 0x1e0, cause 'memory not mapped' Traceback: 1: zip::unzip(path, files = filenames_to_read, exdir = tmpdir, overwrite = TRUE) 2: gtfsio::import_gtfs(data_path) An irrecoverable exception occurred. R is aborting now ... Segmentation fault Flavor: r-devel-linux-x86_64-debian-gcc