Other packages > Find by keyword >

tidytransit  

Read, Validate, Analyze, and Map GTFS Feeds
View on CRAN: Click here


Download and install tidytransit package within the R console
Install from CRAN:
install.packages("tidytransit")

Install from Github:
library("remotes")
install_github("cran/tidytransit")

Install by package version:
library("remotes")
install_version("tidytransit", "1.7.1")



Attach the package and use:
library("tidytransit")
Maintained by
Flavio Poletti
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-08-05
Latest Update: 2024-10-18
Description:
Read General Transit Feed Specification (GTFS) zipfiles into a list of R dataframes. Perform validation of the data structure against the specification. Analyze the headways and frequencies at routes and stops. Create maps and perform spatial analysis on the routes and stops. Please see the GTFS documentation here for more detail: <https://gtfs.org/>.
How to cite:
Flavio Poletti (2018). tidytransit: Read, Validate, Analyze, and Map GTFS Feeds. R package version 1.7.1, https://cran.r-project.org/web/packages/tidytransit. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:13), 0.2.3 (2018-08-05 20:10), 0.3.0 (2018-09-02 22:10), 0.3.1 (2018-09-02 23:20), 0.3.2 (2018-09-03 09:20), 0.3.4 (2018-09-30 18:20), 0.3.5 (2018-10-28 20:10), 0.3.6 (2019-02-04 11:00), 0.3.8 (2019-03-04 13:00), 0.4.0 (2019-04-16 18:13), 0.5.0 (2019-05-20 06:50), 0.5.1 (2019-06-29 20:00), 0.5.2 (2019-08-25 13:10), 0.6.1 (2019-11-06 09:40), 0.6 (2019-10-14 08:50), 0.7.0 (2020-03-15 18:30), 0.7.1 (2020-04-17 15:30), 0.7.2 (2020-12-04 14:50), 0.7.3 (2021-02-28 01:00), 1.0.0 (2021-05-10 02:00), 1.1.0 (2021-07-26 11:40), 1.2.0 (2021-11-23 13:10), 1.3.0 (2022-01-31 14:20), 1.3.1 (2022-05-20 13:10), 1.4.1 (2023-02-01 13:40), 1.4 (2022-08-26 10:00), 1.5.0 (2023-03-10 17:40), 1.5.1 (2023-05-01 12:30), 1.6.0 (2023-06-23 14:30), 1.6.1 (2023-12-07 14:40), 1.7.0 (2024-10-18 15:50), 1.7.1 (2025-08-21 14:40)
Other packages that cited tidytransit R package
View tidytransit citation profile
Other R packages that tidytransit depends, imports, suggests or enhances
Complete documentation for tidytransit
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  
dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  
noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA