Skip to content

Commit

Permalink
release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Jan 31, 2022
1 parent 4d3962e commit 3559d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3559d9f

Please sign in to comment.