Skip to content

Commit 20b7e23

Browse files
committed
Built site for transitmattr@0.1.0: 6a00188
1 parent ff0ff51 commit 20b7e23

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,20 @@ tm_aggregate_headways(
7979
``` r
8080

8181
# Ridership for the Red Line
82-
tm_ridership("2024-01-01", "2024-01-31", line_id = "line-red")
82+
tm_ridership("2024-01-01", "2024-01-31", line_id = "Red")
8383

8484
# Delay summary by line
85-
tm_line_delays("2024-01-01", "2024-01-31", line = "line-red")
85+
tm_line_delays("2024-01-01", "2024-01-31", line = "Red")
8686

8787
# Trip metrics
88-
tm_trip_metrics("2024-01-01", "2024-01-31", agg = "daily", line = "line-red")
88+
tm_trip_metrics("2024-01-01", "2024-01-31", agg = "daily", line = "Red")
8989

9090
# Scheduled service (optionally filtered to one route)
9191
tm_scheduled_service("2024-01-01", "2024-01-31", agg = "daily")
9292
tm_scheduled_service("2024-01-01", "2024-01-31", agg = "daily", route_id = "Red")
9393

9494
# Speed restrictions / slow zones
95-
tm_speed_restrictions("line-Red", "2024-01-15")
95+
tm_speed_restrictions("Red", "2024-01-15")
9696

9797
# Service hours
9898
tm_service_hours("2024-01-01", "2024-01-31", agg = "daily")

llms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,20 @@ tm_aggregate_headways(
7979
``` r
8080

8181
# Ridership for the Red Line
82-
tm_ridership("2024-01-01", "2024-01-31", line_id = "line-red")
82+
tm_ridership("2024-01-01", "2024-01-31", line_id = "Red")
8383

8484
# Delay summary by line
85-
tm_line_delays("2024-01-01", "2024-01-31", line = "line-red")
85+
tm_line_delays("2024-01-01", "2024-01-31", line = "Red")
8686

8787
# Trip metrics
88-
tm_trip_metrics("2024-01-01", "2024-01-31", agg = "daily", line = "line-red")
88+
tm_trip_metrics("2024-01-01", "2024-01-31", agg = "daily", line = "Red")
8989

9090
# Scheduled service (optionally filtered to one route)
9191
tm_scheduled_service("2024-01-01", "2024-01-31", agg = "daily")
9292
tm_scheduled_service("2024-01-01", "2024-01-31", agg = "daily", route_id = "Red")
9393

9494
# Speed restrictions / slow zones
95-
tm_speed_restrictions("line-Red", "2024-01-15")
95+
tm_speed_restrictions("Red", "2024-01-15")
9696

9797
# Service hours
9898
tm_service_hours("2024-01-01", "2024-01-31", agg = "daily")

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ articles:
66
finding-stops: finding-stops.html
77
getting-started: getting-started.html
88
red-line-analysis: red-line-analysis.html
9-
last_built: 2026-06-24T19:49Z
9+
last_built: 2026-06-24T19:51Z
1010
urls:
1111
reference: https://transitmatters.github.io/transitmattr/reference
1212
article: https://transitmatters.github.io/transitmattr/articles

reference/tm_line_delays.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/tm_line_delays.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tm_line_delays(
2626

2727
- line:
2828

29-
MBTA line identifier, e.g. `"line-red"`.
29+
MBTA line identifier, e.g. `"Red"`.
3030

3131
- agg:
3232

@@ -46,7 +46,7 @@ A list of line delay records.
4646

4747
``` r
4848
if (FALSE) { # \dontrun{
49-
tm_line_delays("2024-01-01", "2024-01-31", line = "line-red")
50-
tm_line_delays("2024-01-01", "2024-01-31", line = "line-red", agg = "daily")
49+
tm_line_delays("2024-01-01", "2024-01-31", line = "Red")
50+
tm_line_delays("2024-01-01", "2024-01-31", line = "Red", agg = "daily")
5151
} # }
5252
```

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)