diff --git a/dev/articles/accessibility.html b/dev/articles/accessibility.html index 37f680c0..1d4f59a0 100644 --- a/dev/articles/accessibility.html +++ b/dev/articles/accessibility.html @@ -112,7 +112,7 @@
../vignettes/accessibility.Rmd
accessibility.Rmd
../vignettes/detailed_itineraries.Rmd
detailed_itineraries.Rmd
../vignettes/faq.Rmd
faq.Rmd
../vignettes/fare_structure.Rmd
fare_structure.Rmd
../vignettes/isochrones.Rmd
isochrones.Rmd
../vignettes/pareto_frontier.Rmd
pareto_frontier.Rmd
../vignettes/r5r.Rmd
r5r.Rmd
../vignettes/time_window.Rmd
time_window.Rmd
time_windo
#> <char> <char> <int> <int> <num>
#> 1: 89a8100c603ffff schools 10 45 13
#> 2: 89a8100c603ffff schools 20 45 13
-#> 3: 89a8100c603ffff schools 50 45 7
+#> 3: 89a8100c603ffff schools 50 45 6
#> 4: 89a8100c603ffff schools 70 45 6
#> 5: 89a8100c603ffff schools 80 45 6
#> 6: 89a8100c617ffff schools 10 45 14
#> 7: 89a8100c617ffff schools 20 45 14
-#> 8: 89a8100c617ffff schools 50 45 13
+#> 8: 89a8100c617ffff schools 50 45 9
#> 9: 89a8100c617ffff schools 70 45 6
#> 10: 89a8100c617ffff schools 80 45 6
This output is in long format, so the first 5 rows show the result @@ -394,16 +394,16 @@
time_window
.
diff --git a/dev/articles/time_window_files/figure-html/unnamed-chunk-4-1.png b/dev/articles/time_window_files/figure-html/unnamed-chunk-4-1.png
index 00712130..6b4ddc77 100644
Binary files a/dev/articles/time_window_files/figure-html/unnamed-chunk-4-1.png and b/dev/articles/time_window_files/figure-html/unnamed-chunk-4-1.png differ
diff --git a/dev/articles/travel_time_matrix.html b/dev/articles/travel_time_matrix.html
index a012e9df..57ba5d5a 100644
--- a/dev/articles/travel_time_matrix.html
+++ b/dev/articles/travel_time_matrix.html
@@ -112,7 +112,7 @@
../vignettes/travel_time_matrix.Rmd
travel_time_matrix.Rmd
# list all files cached
+ # download r5 JAR
+r5r::download_r5()
+#> Using cached R5 version from /home/runner/.cache/R/r5r/r5_jar_v7.0.0/r5-v7.0-all.jar
+#> [1] "/home/runner/.cache/R/r5r/r5_jar_v7.0.0/r5-v7.0-all.jar"
+
+# list all files cached
r5r_cache(list_files = TRUE)
#> Files currently chached:
#> /home/runner/.cache/R/r5r/r5_jar_v7.0.0/r5-v7.0-all.jar
-# delete particular file
-r5r_cache(delete_file = '2010_deaths')
-#> The file '2010_deaths' is not cached.
+# delete r5 JAR
+r5r_cache(delete_file = 'r5-v7.0')
+#> The file 'r5-v7.0' has been removed.
#> Files currently chached:
-#> /home/runner/.cache/R/r5r/r5_jar_v7.0.0/r5-v7.0-all.jar
+#>