From 8824dbff295a7e88570c9465bd42a61413e5fc63 Mon Sep 17 00:00:00 2001 From: dhersz Date: Fri, 20 Oct 2023 21:48:24 +0000 Subject: [PATCH] Built site for accessibility: 1.3.0.9000@9fe4197 --- dev/LICENSE-text.html | 2 +- dev/apple-touch-icon-120x120.png | Bin 13315 -> 13315 bytes dev/apple-touch-icon-152x152.png | Bin 19182 -> 19182 bytes dev/apple-touch-icon-180x180.png | Bin 24937 -> 24937 bytes dev/apple-touch-icon-60x60.png | Bin 4515 -> 4515 bytes dev/apple-touch-icon-76x76.png | Bin 6524 -> 6524 bytes dev/apple-touch-icon.png | Bin 24937 -> 24937 bytes dev/articles/accessibility.html | 2 +- dev/articles/decay_functions.html | 6 +++--- dev/articles/index.html | 2 +- dev/articles/inequality_and_poverty.html | 2 +- dev/authors.html | 6 +++--- dev/favicon-16x16.png | Bin 1145 -> 1145 bytes dev/favicon-32x32.png | Bin 1906 -> 1906 bytes dev/index.html | 2 +- dev/news/index.html | 16 +++++++++++----- dev/pkgdown.yml | 2 +- dev/reference/accessibility.html | 2 +- dev/reference/balancing_cost.html | 2 +- dev/reference/concentration_index.html | 2 +- dev/reference/cost_to_closest.html | 2 +- dev/reference/cumulative_cutoff.html | 2 +- dev/reference/cumulative_interval.html | 2 +- dev/reference/decay_binary.html | 2 +- dev/reference/decay_exponential.html | 2 +- dev/reference/decay_linear.html | 2 +- dev/reference/decay_power.html | 2 +- dev/reference/decay_stepped.html | 2 +- dev/reference/fgt_poverty.html | 2 +- dev/reference/floating_catchment_area.html | 2 +- dev/reference/gini_index.html | 2 +- dev/reference/gravity.html | 2 +- dev/reference/index.html | 2 +- dev/reference/palma_ratio.html | 2 +- dev/reference/spatial_availability.html | 2 +- dev/reference/theil_t.html | 2 +- 36 files changed, 42 insertions(+), 36 deletions(-) diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index c253df4..2eaf313 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -17,7 +17,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/apple-touch-icon-120x120.png b/dev/apple-touch-icon-120x120.png index f8dd515cd9a42c4bf5f1b24543a43277918999e6..15f9712bde0ccbeb2d0570440048ece5cf430f07 100644 GIT binary patch delta 89 zcmZq9XwH~W%`U1h;dyvQ@W!SKMoxxSCgxT~CfWuDRt5$!8fJYA3=FCzt`Q|Ei6yC4 ix%nxXX_X8{21drZh6cJu1|dc$8gxthj3!Sp&IbU<=o!!e delta 89 zcmZq9XwH~W%`PHmuG)K|e`C`HBPRnZV*@KwQ*8qSD+7aPuOG)SFfgc=xJHzuB$lLF i<>sekrd2W+85kMs8XD*t8H5<2Xqdh&`oZKW#`yp{EgaJT diff --git a/dev/apple-touch-icon-152x152.png b/dev/apple-touch-icon-152x152.png index a920d9c3df8264664ea2cf1924aa4c2d2d9c15bd..d90c75f710eb14731619a41b2ab35e6f2d169d54 100644 GIT binary patch delta 64 zcmaDimGRwF#tGHzqWV(H&;G36*tFYI(9p`n+{(yI+rYrez~J(17Q6re delta 64 zcmaDimGRwF#tGHzB61d6jjqaVY})N9XkcY*U}b8iZD3$!U~rxJ=fTN-UJ9t9%i`<7To{< delta 64 zcmaEPi1Fni#tGHzB63#IHd~A~Hkl;|8dw<{SeaUA8yHv_7_{3o&6#{MK>=0tTcVZ1 I)!ag8WRNi0dV i%FR#7OsixtGB7gMH8jvQG6*q3(crgqH^*cX!F&M0UKz0f delta 89 zcmZ3iyjXccHM@wM$)1*(rW>0I1e^@4j18)!ag8WRNi0dV i%FR#7OsixtGB7gMH8jvQG6*q3(GVna delta 62 zcmexk^v7sIHM@wM>FMT`i#IlTN(dTQ85>xc8fzOESQ!|!T3<_>d`Ch7RrE_*-mS^J GlKB9#9Td9& diff --git a/dev/apple-touch-icon.png b/dev/apple-touch-icon.png index 6251d29091d3bc1b45b31454dfd1f512d3b590a7..edbb5115ccc80887ccca9ce674336b655f733c21 100644 GIT binary patch delta 64 zcmaEPi1Fni#tGHzqWZFyD|7B_Y%)s_G_*1?w=%NSHZZU accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/articles/decay_functions.html b/dev/articles/decay_functions.html index 1977fc7..6c75cbe 100644 --- a/dev/articles/decay_functions.html +++ b/dev/articles/decay_functions.html @@ -41,7 +41,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 @@ -402,8 +402,8 @@

Using a custom decay function#> names(weights_list) <- decay_value #> return(weights_list) #> } -#> <bytecode: 0x558edca436e8> -#> <environment: 0x558eddca93f0> +#> <bytecode: 0x55fd7884d1b8> +#> <environment: 0x55fd79aaa370>

What if we want our custom function to take many decay parameters as inputs, just like the built-in decay functions? In this case, our output function has to return a list of numeric diff --git a/dev/articles/index.html b/dev/articles/index.html index a782c01..15f4134 100644 --- a/dev/articles/index.html +++ b/dev/articles/index.html @@ -17,7 +17,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/articles/inequality_and_poverty.html b/dev/articles/inequality_and_poverty.html index 1b51507..477b330 100644 --- a/dev/articles/inequality_and_poverty.html +++ b/dev/articles/inequality_and_poverty.html @@ -41,7 +41,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/authors.html b/dev/authors.html index 8e17b16..08cb49d 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -17,7 +17,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 @@ -87,13 +87,13 @@

Citation

Pereira R, Herszenhut D (2023). accessibility: Transport Accessibility Measures. -R package version 1.2.0.9000, https://github.com/ipeaGIT/accessibility. +R package version 1.3.0.9000, https://github.com/ipeaGIT/accessibility.

@Manual{,
   title = {accessibility: Transport Accessibility Measures},
   author = {Rafael H. M. Pereira and Daniel Herszenhut},
   year = {2023},
-  note = {R package version 1.2.0.9000},
+  note = {R package version 1.3.0.9000},
   url = {https://github.com/ipeaGIT/accessibility},
 }
diff --git a/dev/favicon-16x16.png b/dev/favicon-16x16.png index d33e40587480b5960d46c278143dd6ecdf5e3e85..6c9da08174db2fd8d496d4ff02d5fa9fd4d1b82e 100644 GIT binary patch delta 64 zcmey#@snf2Y9@A3eWm{Mjt@6)ViIE%G_*1?w=y=-HZZUsekrd2W+85kMs8XD*t8H5<2Xee`--#VF@Js$wPZW$Q> delta 89 zcmeyw_la*pHM@vBTdv2?FB_Ze*_;flj18>}%(M**tPBha6z9xlU|>)!ag8WRNi0dV i%FR#7OsixtGB7gMH8jvQG6*q3(ZE=vqCT0KJs$wv-x%Hi diff --git a/dev/index.html b/dev/index.html index a789b20..75eff5c 100644 --- a/dev/index.html +++ b/dev/index.html @@ -49,7 +49,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/news/index.html b/dev/news/index.html index 1d148c4..b37c9ed 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -17,7 +17,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 @@ -66,15 +66,21 @@

Changelog

-

New features

-
  • New parameter detailed_results to spatial_availability(), used to specify whether results should be aggregated by origin-destination pair or by origin. When aggregation by origin-destination pair, the output also includes the demand, impedance and combined balancing factors used to calculate spatial availability.
  • -
-

Bug fixes

+

New features

+
+

Notes

+
+
+ +
+

New features

+
  • New parameter detailed_results to spatial_availability(), used to specify whether results should be aggregated by origin-destination pair or by origin. When aggregation by origin-destination pair, the output also includes the demand, impedance and combined balancing factors used to calculate spatial availability.
  • +
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 33be0b9..77878cb 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -5,5 +5,5 @@ articles: accessibility: accessibility.html decay_functions: decay_functions.html inequality_and_poverty: inequality_and_poverty.html -last_built: 2023-10-20T20:31Z +last_built: 2023-10-20T21:47Z diff --git a/dev/reference/accessibility.html b/dev/reference/accessibility.html index 2505082..949f2b3 100644 --- a/dev/reference/accessibility.html +++ b/dev/reference/accessibility.html @@ -24,7 +24,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000
diff --git a/dev/reference/balancing_cost.html b/dev/reference/balancing_cost.html index 6e5efd8..303d078 100644 --- a/dev/reference/balancing_cost.html +++ b/dev/reference/balancing_cost.html @@ -24,7 +24,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/concentration_index.html b/dev/reference/concentration_index.html index f8ebafa..fe23b7c 100644 --- a/dev/reference/concentration_index.html +++ b/dev/reference/concentration_index.html @@ -26,7 +26,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/cost_to_closest.html b/dev/reference/cost_to_closest.html index 864b293..0349e17 100644 --- a/dev/reference/cost_to_closest.html +++ b/dev/reference/cost_to_closest.html @@ -19,7 +19,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/cumulative_cutoff.html b/dev/reference/cumulative_cutoff.html index 1e6e1be..5d09b1b 100644 --- a/dev/reference/cumulative_cutoff.html +++ b/dev/reference/cumulative_cutoff.html @@ -20,7 +20,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/cumulative_interval.html b/dev/reference/cumulative_interval.html index 320e21c..01e2055 100644 --- a/dev/reference/cumulative_interval.html +++ b/dev/reference/cumulative_interval.html @@ -24,7 +24,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/decay_binary.html b/dev/reference/decay_binary.html index 7b79649..7d1e6c1 100644 --- a/dev/reference/decay_binary.html +++ b/dev/reference/decay_binary.html @@ -21,7 +21,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/decay_exponential.html b/dev/reference/decay_exponential.html index e1657ea..fa68fee 100644 --- a/dev/reference/decay_exponential.html +++ b/dev/reference/decay_exponential.html @@ -20,7 +20,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/decay_linear.html b/dev/reference/decay_linear.html index cedcc5b..70ec4fd 100644 --- a/dev/reference/decay_linear.html +++ b/dev/reference/decay_linear.html @@ -20,7 +20,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/decay_power.html b/dev/reference/decay_power.html index 814248e..7432126 100644 --- a/dev/reference/decay_power.html +++ b/dev/reference/decay_power.html @@ -20,7 +20,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/decay_stepped.html b/dev/reference/decay_stepped.html index 86ed0e0..a8007f0 100644 --- a/dev/reference/decay_stepped.html +++ b/dev/reference/decay_stepped.html @@ -20,7 +20,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/fgt_poverty.html b/dev/reference/fgt_poverty.html index 157a228..010fb77 100644 --- a/dev/reference/fgt_poverty.html +++ b/dev/reference/fgt_poverty.html @@ -24,7 +24,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/floating_catchment_area.html b/dev/reference/floating_catchment_area.html index d4b117e..2b4d07f 100644 --- a/dev/reference/floating_catchment_area.html +++ b/dev/reference/floating_catchment_area.html @@ -21,7 +21,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/gini_index.html b/dev/reference/gini_index.html index f8f9171..0e30971 100644 --- a/dev/reference/gini_index.html +++ b/dev/reference/gini_index.html @@ -17,7 +17,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/gravity.html b/dev/reference/gravity.html index bd54785..9555a32 100644 --- a/dev/reference/gravity.html +++ b/dev/reference/gravity.html @@ -20,7 +20,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/index.html b/dev/reference/index.html index 9ac54a8..98e1ec8 100644 --- a/dev/reference/index.html +++ b/dev/reference/index.html @@ -17,7 +17,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/palma_ratio.html b/dev/reference/palma_ratio.html index 17af7d5..9a980ee 100644 --- a/dev/reference/palma_ratio.html +++ b/dev/reference/palma_ratio.html @@ -21,7 +21,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/spatial_availability.html b/dev/reference/spatial_availability.html index 170aa91..ba480ae 100644 --- a/dev/reference/spatial_availability.html +++ b/dev/reference/spatial_availability.html @@ -24,7 +24,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000 diff --git a/dev/reference/theil_t.html b/dev/reference/theil_t.html index 2e46043..89c2438 100644 --- a/dev/reference/theil_t.html +++ b/dev/reference/theil_t.html @@ -23,7 +23,7 @@ accessibility - 1.2.0.9000 + 1.3.0.9000