Package: GTFSwizard
Type: Package
Title: Creating, Exploring and Manipulating 'GTFS' Files
Version: 1.2.0
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-06-16
URL: https://github.com/OPATP/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), and Vuchic
    (2007, ISBN:978-0-471-75823-5).
Imports: sf, tidyr, checkmate, dplyr, ggplot2, gtfsio, rlang, tibble
Suggests: data.table, gtfstools, hms, leaflet, 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
NeedsCompilation: no
Packaged: 2026-06-17 11:12:56 UTC; nelsonquesado
Repository: CRAN
Date/Publication: 2026-06-22 15:20:02 UTC
