Skip to content

gtfsio v0.1.1

Compare
Choose a tag to compare
@dhersz dhersz released this 26 May 19:42
· 109 commits to master since this release

Bug fixes

  • Fixed a bug in export_gtfs() when as_dir was set to TRUE and path was set to tempdir() in #15. The function now returns an (intentional) error if tempdir() is passed to path. Thanks Flavio Poletti (@polettif).

New features

  • import_gtfs() has a new skip parameter. It may be used similarly to files, but you specify the files you don't want to read, instead of the ones you do. Thanks Flavio Poletti (@polettif).