diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index 93dec426..2d145bbb 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -17,7 +17,7 @@ r5r - 1.1.0.9000 + 1.1.0.9001 diff --git a/dev/articles/accessibility.html b/dev/articles/accessibility.html index dfaf5753..f6428ede 100644 --- a/dev/articles/accessibility.html +++ b/dev/articles/accessibility.html @@ -41,7 +41,7 @@ r5r - 1.1.0.9000 + 1.1.0.9001 @@ -112,7 +112,7 @@ @@ -112,7 +112,7 @@ @@ -112,7 +112,7 @@ @@ -112,7 +112,7 @@ diff --git a/dev/articles/isochrones.html b/dev/articles/isochrones.html index 6a6258e3..f75f7a1d 100644 --- a/dev/articles/isochrones.html +++ b/dev/articles/isochrones.html @@ -41,7 +41,7 @@ r5r - 1.1.0.9000 + 1.1.0.9001 @@ -112,7 +112,7 @@ @@ -113,7 +113,7 @@

Trade-offs between travel time and monetary cost

-

2024-04-09

+

2024-04-10

Source: ../vignettes/pareto_frontier.Rmd diff --git a/dev/articles/r5r.html b/dev/articles/r5r.html index 865275f7..a424eb54 100644 --- a/dev/articles/r5r.html +++ b/dev/articles/r5r.html @@ -41,7 +41,7 @@ r5r - 1.1.0.9000 + 1.1.0.9001 @@ -115,7 +115,7 @@

Intro to r5r: Rapid Realistic Routing with R5 in

Rafael H. M. Pereira, Marcus Saraiva, Daniel Herszenhut, Carlos Kaue Braga

-

2024-04-09

+

2024-04-10

Source: ../vignettes/r5r.Rmd @@ -344,12 +344,12 @@

Data head(points) #> id lon lat population schools jobs healthcare #> <char> <num> <num> <int> <int> <int> <int> -#> 1: 89a9012852bffff -51.21978 -30.07079 1622 0 4 1 -#> 2: 89a90128a97ffff -51.22108 -30.02768 1476 0 3770 1 -#> 3: 89a9012914fffff -51.14291 -30.05098 273 0 2 0 -#> 4: 89a90128517ffff -51.22012 -30.07908 310 0 75 1 -#> 5: 89a90129b23ffff -51.17729 -29.99810 0 0 0 0 -#> 6: 89a90128c2fffff -51.24280 -30.03831 0 0 NA NA +#> 1: 89a90129c47ffff -51.16684 -30.04063 620 0 590 0 +#> 2: 89a901289d7ffff -51.25436 -30.02345 281 0 0 1 +#> 3: 89a90128153ffff -51.20721 -30.06077 1696 0 81 0 +#> 4: 89a90129567ffff -51.15263 -30.06542 309 0 218 0 +#> 5: 89a901288cbffff -51.22736 -30.03270 4730 1 1952 0 +#> 6: 89a90129d47ffff -51.18767 -30.02914 898 0 259 0

4.1 Building routable transport network with @@ -392,12 +392,12 @@

4.2 Accessibility analysishead(access) #> id opportunity percentile cutoff accessibility #> <char> <char> <int> <int> <num> -#> 1: 89a9012852bffff schools 50 60 27 -#> 2: 89a9012852bffff healthcare 50 60 17 -#> 3: 89a90128a97ffff schools 50 60 28 -#> 4: 89a90128a97ffff healthcare 50 60 20 -#> 5: 89a9012914fffff schools 50 60 25 -#> 6: 89a9012914fffff healthcare 50 60 14

+#> 1: 89a90129c47ffff schools 50 60 31 +#> 2: 89a90129c47ffff healthcare 50 60 27 +#> 3: 89a901289d7ffff schools 50 60 1 +#> 4: 89a901289d7ffff healthcare 50 60 1 +#> 5: 89a90128153ffff schools 50 60 28 +#> 6: 89a90128153ffff healthcare 50 60 27

4.3 Routing analysis diff --git a/dev/articles/time_window.html b/dev/articles/time_window.html index 071b27a3..a51496d2 100644 --- a/dev/articles/time_window.html +++ b/dev/articles/time_window.html @@ -41,7 +41,7 @@ r5r - 1.1.0.9000 + 1.1.0.9001

@@ -112,7 +112,7 @@

This output is in long format, so the first 5 rows show the result for the same origin. In this case, we see that in only 10% of the trips @@ -394,16 +394,16 @@

3.4 Expanded travel time #> 10: 89a8100c603ffff 89a8100c28bffff 14:01:00 5 4491-10 #> total_time #> <num> -#> 1: 37.8 -#> 2: 34.6 -#> 3: 34.8 -#> 4: 46.4 -#> 5: 46.8 -#> 6: 44.8 -#> 7: 38.3 -#> 8: 49.8 -#> 9: 48.1 -#> 10: 53.7 +#> 1: 35.3 +#> 2: 35.3 +#> 3: 44.5 +#> 4: 42.0 +#> 5: 37.1 +#> 6: 48.2 +#> 7: 51.8 +#> 8: 38.1 +#> 9: 41.7 +#> 10: 36.5

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 b74a6a1b..cc287b3f 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 6dd7fa15..076a4d29 100644 --- a/dev/articles/travel_time_matrix.html +++ b/dev/articles/travel_time_matrix.html @@ -41,7 +41,7 @@ r5r - 1.1.0.9000 + 1.1.0.9001

@@ -112,7 +112,7 @@ diff --git a/dev/index.html b/dev/index.html index 9db613d8..e7663d94 100644 --- a/dev/index.html +++ b/dev/index.html @@ -33,7 +33,7 @@ independent update process. Hence, users should confirm the R5 version implied by the Conveyal user manual (see <https://docs.conveyal.com/changelog>) corresponds with the R5 version - that r5r depends on. This version of r5r depends on R5 v7.0."> + that r5r depends on. This version of r5r depends on R5 v7.1.">