diff --git a/DESCRIPTION b/DESCRIPTION index 5826458f..36a2bcb1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tidytransit Type: Package Title: Read, Validate, Analyze, and Map GTFS Feeds -Version: 1.2.0 +Version: 1.3.0 Authors@R: c( person("Flavio", "Poletti", role = c("aut", "cre"), email = "flavio.poletti@hotmail.ch"), person(given = "Daniel",family = "Herszenhut",role = c("aut"),email = "dhersz@gmail.com",comment = c(ORCID = "0000-0001-8066-1105")), diff --git a/README.md b/README.md index 3530d97f..c4c6acbb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Tidytransit can be used to: Have a look at the following vignettes to see how tidytransit can be used to analyse a feed: -- [the tutorial](http://tidytransit.r-transit.org/articles/introduction.html) +- [introduction](http://tidytransit.r-transit.org/articles/introduction.html) - [calendar and service patterns](http://tidytransit.r-transit.org/articles/servicepatterns.html) - [create time tables for stops](http://tidytransit.r-transit.org/articles/timetable.html) - [frequency and headway calculations](http://tidytransit.r-transit.org/articles/frequency.html) diff --git a/vignettes/introduction.Rmd b/vignettes/introduction.Rmd index 77841ea3..441d234f 100644 --- a/vignettes/introduction.Rmd +++ b/vignettes/introduction.Rmd @@ -23,7 +23,7 @@ Use tidytransit to: - [Read a GTFS Feed into R Data Types](https://tidytransit.r-transit.org/articles/introduction.html#read-gtfs-data) - [Validate transit feeds](https://tidytransit.r-transit.org/articles/introduction.html#feed-validation-results) -- Coerce [stops and routes to 'simple features'](https://tidytransit.r-transit.org/reference/stops_as_sf.html) and [plot them](https://tidytransit.r-transit.org/reference/plot.gtfs.html) +- Coerce [stops and routes to 'simple features'](https://tidytransit.r-transit.org/reference/stops_as_sf.html) and [plot them](https://tidytransit.r-transit.org/reference/plot.tidygtfs.html) - [Create graphics about transit service](https://tidytransit.r-transit.org/articles/servicepatterns.html) - [Calculate travel time between transit stops](https://tidytransit.r-transit.org/reference/raptor.html) - [Look up GTFS feeds from around the world within R](https://tidytransit.r-transit.org/articles/introduction.html#finding-more-gtfs-feeds)