Package: GTFSwizard
Type: Package
Title: Creating, Exploring, and Manipulating GTFS Files
Version: 1.2.1
Authors@R: c(
    person(given="Nelson de Oliveira",family="Quesado Filho",email="nquesado@gmail.com",role=c("aut","cre")),
    person(given="Caio Gustavo Coelho", family="Guimarães", email="caiogcg.mobilidade@gmail.com",role=c("aut")),
    person(given="Francisco Moraes", family="de Oliveira Neto", email="moraes@det.ufc.br", role="aut"))
Author: Nelson de Oliveira Quesado Filho [aut, cre],
  Caio Gustavo Coelho Guimarães [aut],
  Francisco Moraes de Oliveira Neto [aut]
Maintainer: Nelson de Oliveira Quesado Filho <nquesado@gmail.com>
Date: 2026-08-14
URL: https://github.com/OPATP/GTFSwizard,
        https://opatp.github.io/GTFSwizard/
BugReports: https://github.com/OPATP/GTFSwizard/issues
Description: Creating, exploring, analyzing, and manipulating General Transit
    Feed Specification (GTFS) files, which represent public transportation
    schedules and geographic data. The package allows users to filter data by
    routes, trips, stops, service dates, and time, generate spatial
    visualizations, and perform detailed analyses of transit networks,
    including headway, dwell times, route frequencies, service span, scheduled
    vehicle-hours, and trip duration. Methods follow common public transport
    planning and operation concepts described in Ceder (2007,
    ISBN:978-0-7506-6166-6), Vuchic (2005, ISBN:978-0-471-63265-8), Vuchic
    (2007, ISBN:978-0-471-75823-5), Cascetta (2009)
    <doi:10.1007/978-0-387-75857-2>, and Gentile and Noekel (2016)
    <doi:10.1007/978-3-319-25082-3>.
Imports: sf, tidyr, dplyr, ggplot2, gtfsio, rlang, tibble
Suggests: data.table, gtfstools, hms, knitr, leaflet, plotly,
        rmarkdown, rstudioapi, shiny, testthat, tidytransit
Depends: R (>= 4.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-08-21 11:18:50 UTC; nelsonquesado
Repository: CRAN
Date/Publication: 2026-08-21 13:10:47 UTC
