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 @@

4.3 Routing analysis diff --git a/dev/articles/time_window.html b/dev/articles/time_window.html index 4564b234..4940b7c6 100644 --- a/dev/articles/time_window.html +++ b/dev/articles/time_window.html @@ -112,7 +112,7 @@

This output is in long format, so the first 5 rows show the result @@ -394,16 +394,16 @@

3.4 Expanded travel time #> 10: 89a8100c603ffff 89a8100c28bffff 14:01:00 5 4491-10 #> total_time #> <num> -#> 1: 44.4 -#> 2: 49.3 -#> 3: 50.6 -#> 4: 47.2 -#> 5: 51.3 -#> 6: 44.7 -#> 7: 36.1 -#> 8: 43.4 -#> 9: 45.8 -#> 10: 53.7

+#> 1: 35.1 +#> 2: 39.6 +#> 3: 39.8 +#> 4: 45.5 +#> 5: 53.6 +#> 6: 35.3 +#> 7: 44.4 +#> 8: 53.6 +#> 9: 45.6 +#> 10: 51.2

3.5 Detailed itineraries with 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 @@

diff --git a/dev/reference/r5r_cache.html b/dev/reference/r5r_cache.html index 26b0bd13..4fe128cd 100644 --- a/dev/reference/r5r_cache.html +++ b/dev/reference/r5r_cache.html @@ -114,16 +114,21 @@

Value

Examples

-
# 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
+#> 
 
diff --git a/dev/reference/r5r_sitrep.html b/dev/reference/r5r_sitrep.html index c98c7868..f306fcd3 100644 --- a/dev/reference/r5r_sitrep.html +++ b/dev/reference/r5r_sitrep.html @@ -116,7 +116,7 @@

Examples

#> [1] ‘1.1.0.9000’ #> #> $r5_jar_version -#> [1] "7.0" +#> character(0) #> #> $java_version #> [1] "21.0.2" @@ -154,19 +154,19 @@

Examples

#> [1] generics_0.1.3 utf8_1.2.4 class_7.3-22 xml2_1.3.6 #> [5] KernSmooth_2.23-22 digest_0.6.35 magrittr_2.0.3 grid_4.3.3 #> [9] evaluate_0.23 fastmap_1.1.1 jsonlite_1.8.8 zip_2.3.1 -#> [13] processx_3.8.3 whisker_0.4.1 brio_1.1.4 e1071_1.7-14 +#> [13] processx_3.8.4 whisker_0.4.1 brio_1.1.4 e1071_1.7-14 #> [17] backports_1.4.1 DBI_1.2.2 ps_1.7.6 httr_1.4.7 #> [21] purrr_1.0.2 fansi_1.0.6 textshaping_0.3.7 cli_3.6.2 #> [25] rlang_1.1.3 units_0.8-5 withr_3.0.0 cachem_1.0.8 #> [29] yaml_2.3.8 concaveman_1.1.0 tools_4.3.3 sfheaders_0.4.4 #> [33] memoise_2.0.1 checkmate_2.3.1 dplyr_1.1.4 curl_5.2.1 #> [37] vctrs_0.6.5 R6_2.5.1 proxy_0.4-27 lifecycle_1.0.4 -#> [41] classInt_0.4-10 V8_4.4.2 fs_1.6.3 ragg_1.2.7 -#> [45] pkgconfig_2.0.3 desc_1.4.3 callr_3.7.5 rJava_1.0-11 -#> [49] pkgdown_2.0.7 pillar_1.9.0 data.table_1.15.2 glue_1.7.0 -#> [53] Rcpp_1.0.12 sf_1.0-15 systemfonts_1.0.6 tidyselect_1.2.1 -#> [57] xfun_0.42 tibble_3.2.1 rstudioapi_0.15.0 knitr_1.45 -#> [61] htmltools_0.5.7 rmarkdown_2.26 testthat_3.2.1 compiler_4.3.3 +#> [41] classInt_0.4-10 V8_4.4.2 fs_1.6.3 ragg_1.3.0 +#> [45] pkgconfig_2.0.3 desc_1.4.3 callr_3.7.6 rJava_1.0-11 +#> [49] pkgdown_2.0.7 pillar_1.9.0 data.table_1.15.4 glue_1.7.0 +#> [53] Rcpp_1.0.12 sf_1.0-16 systemfonts_1.0.6 tidyselect_1.2.1 +#> [57] xfun_0.43 tibble_3.2.1 rstudioapi_0.16.0 knitr_1.45 +#> [61] htmltools_0.5.8 rmarkdown_2.26 testthat_3.2.1 compiler_4.3.3 #> [65] downlit_0.4.3 #>
diff --git a/dev/reference/setup_fare_structure.html b/dev/reference/setup_fare_structure.html index 2cac7e6f..dd4fbbe4 100644 --- a/dev/reference/setup_fare_structure.html +++ b/dev/reference/setup_fare_structure.html @@ -182,7 +182,7 @@

Examples

data_path <- system.file("extdata/poa", package = "r5r") r5r_core <- setup_r5(data_path) -#> Using cached R5 version from /home/runner/.cache/R/r5r/r5_jar_v7.0.0/r5-v7.0-all.jar +#> Downloading R5 jar file to /home/runner/.cache/R/r5r/r5_jar_v7.0.0/r5-v7.0-all.jar #> #> Using cached network.dat from /home/runner/work/_temp/Library/r5r/extdata/poa/network.dat