diff --git a/docs/articles/gtfsrouter.html b/docs/articles/gtfsrouter.html index 6c11641d..cbc3a15a 100644 --- a/docs/articles/gtfsrouter.html +++ b/docs/articles/gtfsrouter.html @@ -74,7 +74,7 @@

Mark

2024-10-29

- Source: vignettes/gtfsrouter.Rmd + Source: vignettes/gtfsrouter.Rmd @@ -125,7 +125,7 @@

1 Background: GTFS and other R pac data can be exported and re-imported with:

 berlin_gtfs_to_zip ()
-
## /tmp/RtmpM5LjMH/vbb.zip
+
## /tmp/RtmpKK2fnY/vbb.zip
 f <- file.path (tempdir (), "vbb.zip")
 file.exists (f)
@@ -344,7 +344,7 @@

2.1 GTFS Timetables) )
##    user  system elapsed 
-##   0.042   0.001   0.042
+## 0.041 0.000 0.042
 names (gtfs)
## [1] "calendar"   "routes"     "trips"      "stop_times" "stops"     
@@ -365,7 +365,7 @@ 

2.1 GTFS Timetables= "12:00:00" ))

##    user  system elapsed 
-##   0.033   0.000   0.032
+## 0.032 0.000 0.032

Note that the day parameter is used to extract the timetable, after which it is no longer required in the actual call to gtfs_route().

diff --git a/docs/articles/transfers.html b/docs/articles/transfers.html index 1768acf8..f0031e44 100644 --- a/docs/articles/transfers.html +++ b/docs/articles/transfers.html @@ -74,7 +74,7 @@

Mark

2024-10-29

- Source: vignettes/transfers.Rmd + Source: vignettes/transfers.Rmd diff --git a/docs/articles/traveltimes.html b/docs/articles/traveltimes.html index 91552368..52af063d 100644 --- a/docs/articles/traveltimes.html +++ b/docs/articles/traveltimes.html @@ -74,7 +74,7 @@

Mark Padgham

2024-10-29

- Source: vignettes/traveltimes.Rmd + Source: vignettes/traveltimes.Rmd @@ -100,7 +100,7 @@

2024-10-29

 library (gtfsrouter)
 berlin_gtfs_to_zip ()
-
## /tmp/RtmpVAGeNM/vbb.zip
+
## /tmp/RtmpA04b6e/vbb.zip
 f <- file.path (tempdir (), "vbb.zip")
 gtfs <- extract_gtfs (f, quiet = TRUE)
diff --git a/docs/authors.html b/docs/authors.html
index a457e7be..a5275cb2 100644
--- a/docs/authors.html
+++ b/docs/authors.html
@@ -67,7 +67,7 @@ 

Authors and Citation

Citation

- Source: DESCRIPTION + Source: DESCRIPTION
diff --git a/docs/news/index.html b/docs/news/index.html index a7bbaf2d..d371788e 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -47,7 +47,7 @@
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 91d3e156..4d47ea8b 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,4 +5,4 @@ articles: gtfsrouter: gtfsrouter.html transfers: transfers.html traveltimes: traveltimes.html -last_built: 2024-10-29T08:58Z +last_built: 2024-10-29T09:01Z diff --git a/docs/reference/berlin_gtfs.html b/docs/reference/berlin_gtfs.html index 7c83d9f9..128eb7ac 100644 --- a/docs/reference/berlin_gtfs.html +++ b/docs/reference/berlin_gtfs.html @@ -53,7 +53,7 @@
@@ -99,7 +99,7 @@

Examples

Sys.setenv ("OMP_THREAD_LIMIT" = 1L) berlin_gtfs_to_zip () # Write sample feed from Berlin, Germany to tempdir -#> /tmp/RtmpbkKqXu/vbb.zip +#> /tmp/RtmpgXIBc1/vbb.zip f <- file.path (tempdir (), "vbb.zip") # name of feed gtfs <- extract_gtfs (f) #> Unzipping GTFS archive diff --git a/docs/reference/berlin_gtfs_to_zip.html b/docs/reference/berlin_gtfs_to_zip.html index 3bc0ede7..e7dfa020 100644 --- a/docs/reference/berlin_gtfs_to_zip.html +++ b/docs/reference/berlin_gtfs_to_zip.html @@ -48,7 +48,7 @@
diff --git a/docs/reference/extract_gtfs.html b/docs/reference/extract_gtfs.html index 511b4042..04151c9f 100644 --- a/docs/reference/extract_gtfs.html +++ b/docs/reference/extract_gtfs.html @@ -47,7 +47,7 @@
@@ -102,7 +102,7 @@

See also

Examples

berlin_gtfs_to_zip () # Write sample feed from Berlin, Germany to tempdir
-#> /tmp/RtmpbkKqXu/vbb.zip
+#> /tmp/RtmpgXIBc1/vbb.zip
 f <- file.path (tempdir (), "vbb.zip") # name of feed
 gtfs <- extract_gtfs (f)
 #> Unzipping GTFS archive
diff --git a/docs/reference/frequencies_to_stop_times.html b/docs/reference/frequencies_to_stop_times.html
index 56adb154..bbb7fe3a 100644
--- a/docs/reference/frequencies_to_stop_times.html
+++ b/docs/reference/frequencies_to_stop_times.html
@@ -48,7 +48,7 @@
   
diff --git a/docs/reference/go_home.html b/docs/reference/go_home.html index 7e0027e7..67eca174 100644 --- a/docs/reference/go_home.html +++ b/docs/reference/go_home.html @@ -49,7 +49,7 @@
diff --git a/docs/reference/go_to_work.html b/docs/reference/go_to_work.html index d6abd2bf..3154aee2 100644 --- a/docs/reference/go_to_work.html +++ b/docs/reference/go_to_work.html @@ -49,7 +49,7 @@
diff --git a/docs/reference/gtfs_route.html b/docs/reference/gtfs_route.html index 268c04dc..2eccdbe1 100644 --- a/docs/reference/gtfs_route.html +++ b/docs/reference/gtfs_route.html @@ -48,7 +48,7 @@
@@ -187,7 +187,7 @@

Examples

Sys.setenv ("OMP_THREAD_LIMIT" = 1L) berlin_gtfs_to_zip () # Write sample feed from Berlin, Germany to tempdir -#> /tmp/RtmpbkKqXu/vbb.zip +#> /tmp/RtmpgXIBc1/vbb.zip f <- file.path (tempdir (), "vbb.zip") # name of feed gtfs <- extract_gtfs (f) #> Unzipping GTFS archive diff --git a/docs/reference/gtfs_route_headway.html b/docs/reference/gtfs_route_headway.html index aa1b808f..30a92761 100644 --- a/docs/reference/gtfs_route_headway.html +++ b/docs/reference/gtfs_route_headway.html @@ -48,7 +48,7 @@
diff --git a/docs/reference/gtfs_timetable.html b/docs/reference/gtfs_timetable.html index efa5ce3c..9192c19a 100644 --- a/docs/reference/gtfs_timetable.html +++ b/docs/reference/gtfs_timetable.html @@ -47,7 +47,7 @@
@@ -131,7 +131,7 @@

Examples

Sys.setenv ("OMP_THREAD_LIMIT" = 1L) berlin_gtfs_to_zip () # Write sample feed from Berlin, Germany to tempdir -#> /tmp/RtmpbkKqXu/vbb.zip +#> /tmp/RtmpgXIBc1/vbb.zip f <- file.path (tempdir (), "vbb.zip") # name of feed gtfs <- extract_gtfs (f) #> Unzipping GTFS archive diff --git a/docs/reference/gtfs_transfer_table.html b/docs/reference/gtfs_transfer_table.html index 0a0d3e9b..bafd7afb 100644 --- a/docs/reference/gtfs_transfer_table.html +++ b/docs/reference/gtfs_transfer_table.html @@ -47,7 +47,7 @@
@@ -116,7 +116,7 @@

Examples

nthr <- data.table::setDTthreads (1) berlin_gtfs_to_zip () -#> /tmp/RtmpbkKqXu/vbb.zip +#> /tmp/RtmpgXIBc1/vbb.zip f <- file.path (tempdir (), "vbb.zip") g <- extract_gtfs (f, quiet = TRUE) g <- gtfs_transfer_table (g, d_limit = 200) diff --git a/docs/reference/gtfs_traveltimes.html b/docs/reference/gtfs_traveltimes.html index 461f6a66..885c3f2d 100644 --- a/docs/reference/gtfs_traveltimes.html +++ b/docs/reference/gtfs_traveltimes.html @@ -48,7 +48,7 @@
@@ -167,7 +167,7 @@

Examples

nthr <- data.table::setDTthreads (1) berlin_gtfs_to_zip () -#> /tmp/RtmpbkKqXu/vbb.zip +#> /tmp/RtmpgXIBc1/vbb.zip f <- file.path (tempdir (), "vbb.zip") g <- extract_gtfs (f) #> Unzipping GTFS archive diff --git a/docs/reference/gtfsrouter.html b/docs/reference/gtfsrouter.html index 3504e94e..34786b41 100644 --- a/docs/reference/gtfsrouter.html +++ b/docs/reference/gtfsrouter.html @@ -48,7 +48,7 @@
diff --git a/docs/reference/process_gtfs_local.html b/docs/reference/process_gtfs_local.html index cfb0b307..2d9dab76 100644 --- a/docs/reference/process_gtfs_local.html +++ b/docs/reference/process_gtfs_local.html @@ -49,7 +49,7 @@
diff --git a/docs/reference/summary.gtfs.html b/docs/reference/summary.gtfs.html index dc78b4ef..e3390e69 100644 --- a/docs/reference/summary.gtfs.html +++ b/docs/reference/summary.gtfs.html @@ -47,7 +47,7 @@
@@ -90,7 +90,7 @@

Examples

nthr <- data.table::setDTthreads (1) berlin_gtfs_to_zip () -#> /tmp/RtmpbkKqXu/vbb.zip +#> /tmp/RtmpgXIBc1/vbb.zip f <- file.path (tempdir (), "vbb.zip") g <- extract_gtfs (f) #> Unzipping GTFS archive