Skip to content

Commit 3559d9f

Browse files
committed
release 1.3
1 parent 4d3962e commit 3559d9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tidytransit
22
Type: Package
33
Title: Read, Validate, Analyze, and Map GTFS Feeds
4-
Version: 1.2.0
4+
Version: 1.3.0
55
Authors@R: c(
66
person("Flavio", "Poletti", role = c("aut", "cre"), email = "[email protected]"),
77
person(given = "Daniel",family = "Herszenhut",role = c("aut"),email = "[email protected]",comment = c(ORCID = "0000-0001-8066-1105")),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Tidytransit can be used to:
2222

2323
Have a look at the following vignettes to see how tidytransit can be used to analyse a feed:
2424

25-
- [the tutorial](http://tidytransit.r-transit.org/articles/introduction.html)
25+
- [introduction](http://tidytransit.r-transit.org/articles/introduction.html)
2626
- [calendar and service patterns](http://tidytransit.r-transit.org/articles/servicepatterns.html)
2727
- [create time tables for stops](http://tidytransit.r-transit.org/articles/timetable.html)
2828
- [frequency and headway calculations](http://tidytransit.r-transit.org/articles/frequency.html)

vignettes/introduction.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use tidytransit to:
2323

2424
- [Read a GTFS Feed into R Data Types](https://tidytransit.r-transit.org/articles/introduction.html#read-gtfs-data)
2525
- [Validate transit feeds](https://tidytransit.r-transit.org/articles/introduction.html#feed-validation-results)
26-
- 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)
26+
- 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)
2727
- [Create graphics about transit service](https://tidytransit.r-transit.org/articles/servicepatterns.html)
2828
- [Calculate travel time between transit stops](https://tidytransit.r-transit.org/reference/raptor.html)
2929
- [Look up GTFS feeds from around the world within R](https://tidytransit.r-transit.org/articles/introduction.html#finding-more-gtfs-feeds)

0 commit comments

Comments
 (0)