Package: GTFSwizard
Type: Package
Title: Exploring and Manipulating 'GTFS' Files
Version: 1.1.0
Authors@R: c(
    person(given="Nelson de O.",family="Quesado Filho",email="nquesado@gmail.com",role=c("aut","cre")),
    person(given="Caio G. C.", family="Guimarães", email="caiogcg.mobilidade@gmail.com",role=c("aut")))
Date/Publication: 2025-03-15 15:40:02 UTC
URL: https://github.com/OPATP/GTFSwizard
BugReports: https://github.com/OPATP/GTFSwizard/issues
Description: 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, and time, generate spatial visualizations, and perform detailed analyses of transit networks, including headway, dwell times, and route frequencies. Designed for transit planners, researchers, and data analysts, 'GTFSwizard' integrates functionalities from popular packages to enable efficient GTFS data manipulation and visualization.
Imports: lubridate, sf, tidyr, data.table, shiny, leaflet, checkmate,
        dplyr, ggplot2, gtfsio, purrr, rlang, crayon, forcats,
        hrbrthemes, stringr, tibble, plotly, leaflet.extras, geosphere,
        stplanr, glue, hms, sfnetworks, gtfstools, tidytransit, igraph,
        magrittr
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
LazyDataCompression: xz
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-03-15 15:21:04 UTC; nelsonquesado
Author: Nelson de O. Quesado Filho [aut, cre],
  Caio G. C. Guimarães [aut]
Maintainer: Nelson de O. Quesado Filho <nquesado@gmail.com>
Repository: CRAN
