Open kanaugust opened 8 years ago
Here is my session info.
> sessionInfo()
R version 3.2.4 (2016-03-10)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.4 (El Capitan)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] jsonlite_0.9.19 httr_1.1.0 maps_3.1.0 ggplot2_2.1.0
[5] stringr_1.0.0 fuzzyjoin_0.1.9000 devtools_1.10.0 readr_0.2.2
[9] qdapDictionaries_1.0.6 dplyr_0.4.3
loaded via a namespace (and not attached):
[1] Rcpp_0.12.4 magrittr_1.5 munsell_0.4.3 colorspace_1.2-6 lattice_0.20-33
[6] geosphere_1.5-1 R6_2.1.2 plyr_1.8.3 tools_3.2.4 parallel_3.2.4
[11] grid_3.2.4 gtable_0.2.0 DBI_0.3.1 git2r_0.14.0 withr_1.0.1
[16] openssl_0.9.2 lazyeval_0.1.10 assertthat_0.1 digest_0.6.9 purrr_0.2.1
[21] tidyr_0.4.1 curl_0.9.6 stringdist_0.9.4.1 memoise_1.0.0 labeling_0.3
[26] sp_1.2-2 stringi_1.0-1 scales_0.4.0 httpuv_1.3.3
I have followed the exact steps from the reference doc at geo_join section.
But the result seems to be odd. Instead of joining all the states that are close within 200 miles distance, the states in the result seems to be pretty far from each other.
I could be my understanding of this function is wrong or the way I'm using is something wrong. But because I'm also getting some strange result with 'regex_join' function, I just wanted to check if there might be some known issue with the latest one from CRAN and Github.