Skip to content

Commit 7582445

Browse files
committed
Built site for transitmattr@0.1.0: a5f974a
1 parent 80bba91 commit 7582445

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/getting-started.html

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

articles/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ headways <- tm_headways("2024-01-15", stop = "70061")
102102
headways <- tm_headways("2024-01-15", stop = c("70061", "70063"))
103103

104104
# Dwell times at a stop
105-
dwells <- tm_dwells("2024-01-15", stop = "70061")
105+
dwells <- tm_dwells("2024-01-15", stop = "70063")
106106

107107
# Travel times between a stop pair
108108
travel <- tm_travel_times("2024-01-15", from_stop = "70076", to_stop = "70064")
@@ -245,7 +245,7 @@ headways_agg <- tm_aggregate_headways(
245245

246246
# Average dwell times at a stop over a date range
247247
dwells_agg <- tm_aggregate_dwells(
248-
stop = "70061",
248+
stop = "70063",
249249
start_date = "2024-01-01",
250250
end_date = "2024-01-31"
251251
)

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgdown_sha: ~
44
articles:
55
getting-started: getting-started.html
66
red-line-analysis: red-line-analysis.html
7-
last_built: 2026-06-24T03:43Z
7+
last_built: 2026-06-24T14:24Z
88
urls:
99
reference: https://transitmatters.github.io/transitmattr/reference
1010
article: https://transitmatters.github.io/transitmattr/articles

search.json

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

0 commit comments

Comments
 (0)