Unzipped the following files to C:\Users\user\AppData\Local\Temp\RtmpYLsACZ/gtfsio:
agency.txt
calendar.txt
routes.txt
shapes.txt
stop_times.txt
stops.txt
trips.txt
Reading agency.txt
Reading calendar.txt
Reading routes.txt
Reading shapes.txt
Reading stop_times.txt
Reading stops.txt
Reading trips.txt
Error in gtfstools::filter_by_weekday(., weekday = "monday") :
Assertion on 'gtfs' failed: Must inherit from class 'dt_gtfs', but has classes 'gtfs','list'.
It seems the output of
gtfs2gps::read_gtfs()
migh not compatible withgtfstools
filter functions due to classes.