CRAN Package Check Results for Package SIRItoGTFS

Last updated on 2020-06-15 08:53:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.4 9.30 63.20 72.50 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.4 8.82 48.32 57.14 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.4 97.22 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.4 87.75 ERROR
r-devel-windows-ix86+x86_64 0.2.4 29.00 98.00 127.00 ERROR
r-patched-linux-x86_64 0.2.4 9.37 60.71 70.08 ERROR
r-patched-solaris-x86 0.2.4 141.10 ERROR
r-release-linux-x86_64 0.2.4 9.99 60.59 70.58 ERROR
r-release-osx-x86_64 0.2.4 OK
r-release-windows-ix86+x86_64 0.2.4 24.00 97.00 121.00 ERROR
r-oldrel-osx-x86_64 0.2.4 OK
r-oldrel-windows-ix86+x86_64 0.2.4 28.00 73.00 101.00 ERROR

Check Details

Version: 0.2.4
Check: examples
Result: ERROR
    Running examples in 'SIRItoGTFS-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: STG
    > ### Title: Wrapper function for the SIRItoGTFS library
    > ### Aliases: STG
    > ### Keywords: package spatial
    >
    > ### ** Examples
    >
    > require(SIRItoGTFS)
    > require(data.table)
    Loading required package: data.table
    > # use the sample SIRI data included with the package
    > data("sirisample")
    > SIRIsample$Longitude = as.numeric(SIRIsample$Longitude)
    > SIRIsample$Latitude = as.numeric(SIRIsample$Latitude)
    > # load your own GTFS data with `readGTFS()`
    > # or use the subset of GTFS data conformable to the SIRI sample, also included in the package
    > data("GTFSstops")
    > data("GTFSstop_times")
    > data("GTFScalendar")
    > data("GTFStrips")
    > data("GTFSagency")
    > data("GTFSroutes")
    > busesDF = STG(SIRIsample,
    + GTFSstops. = GTFSstops,
    + GTFSagency. = GTFSagency,
    + GTFScalendar. = GTFScalendar,
    + GTFSroutes. = GTFSroutes,
    + GTFSstop_times. = GTFSstop_times,
    + GTFStrips. = GTFStrips,
    + linerefs = unique(SIRIsample$LineRef[1]))
    [1] "Strating"
    Error: $ operator is invalid for atomic vectors
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.4
Check: examples
Result: ERROR
    Running examples in ‘SIRItoGTFS-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: STG
    > ### Title: Wrapper function for the SIRItoGTFS library
    > ### Aliases: STG
    > ### Keywords: package spatial
    >
    > ### ** Examples
    >
    > require(SIRItoGTFS)
    > require(data.table)
    Loading required package: data.table
    > # use the sample SIRI data included with the package
    > data("sirisample")
    > SIRIsample$Longitude = as.numeric(SIRIsample$Longitude)
    > SIRIsample$Latitude = as.numeric(SIRIsample$Latitude)
    > # load your own GTFS data with `readGTFS()`
    > # or use the subset of GTFS data conformable to the SIRI sample, also included in the package
    > data("GTFSstops")
    > data("GTFSstop_times")
    > data("GTFScalendar")
    > data("GTFStrips")
    > data("GTFSagency")
    > data("GTFSroutes")
    > busesDF = STG(SIRIsample,
    + GTFSstops. = GTFSstops,
    + GTFSagency. = GTFSagency,
    + GTFScalendar. = GTFScalendar,
    + GTFSroutes. = GTFSroutes,
    + GTFSstop_times. = GTFSstop_times,
    + GTFStrips. = GTFStrips,
    + linerefs = unique(SIRIsample$LineRef[1]))
    [1] "Strating"
    Error: $ operator is invalid for atomic vectors
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64