Type: Package Package: gtfstools Title: General Transit Feed Specification (GTFS) Editing and Analysing Tools Version: 1.4.0.9000 Authors@R: c( person("Daniel", "Herszenhut", , "dhersz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8066-1105")), person("Rafael H. M.", "Pereira", role = "aut", comment = c(ORCID = "0000-0003-2125-7465")), person("Pedro R.", "Andrade", role = "aut", comment = c(ORCID = "0000-0001-8675-4046")), person("Joao", "Bazzo", role = "aut", comment = c(ORCID = "0000-0003-4536-5006")), person("Mark", "Padgham", role = "ctb"), person("Marcus", "Saraiva", role = "ctb", comment = c(ORCID = "0000-0001-6218-2338")), person("Ipea - Institute for Applied Economic Research", role = c("cph", "fnd")) ) Description: Utility functions to read, manipulate, analyse and write transit feeds in the General Transit Feed Specification (GTFS) data format. License: MIT + file LICENSE URL: https://ipeagit.github.io/gtfstools/, https://github.com/ipeaGIT/gtfstools BugReports: https://github.com/ipeaGIT/gtfstools/issues Depends: R (>= 4.1.0) Imports: checkmate, cli, curl, data.table, gtfsio (>= 1.0.0), httr2, parallelly, processx, sf, sfheaders, units, utils, zip Suggests: covr, ggplot2, jsonlite, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 NeedsCompilation: yes Roxygen: list(markdown = TRUE) LinkingTo: cpp11 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ipeagit.r-universe.dev Date/Publication: 2026-05-22 15:36:39 UTC RemoteUrl: https://github.com/ipeagit/gtfstools RemoteRef: HEAD RemoteSha: 13c80c39eb4f4bc04c434535fec4c1b1f3375f2a Packaged: 2026-06-24 04:00:52 UTC; root Author: Daniel Herszenhut [aut, cre] (ORCID: ), Rafael H. M. Pereira [aut] (ORCID: ), Pedro R. Andrade [aut] (ORCID: ), Joao Bazzo [aut] (ORCID: ), Mark Padgham [ctb], Marcus Saraiva [ctb] (ORCID: ), Ipea - Institute for Applied Economic Research [cph, fnd] Maintainer: Daniel Herszenhut