ramnathv / rMaps

Interactive Maps from R
http://rmaps.github.io
389 stars 194 forks source link

CrossLet freezing browser #77

Open degmsb opened 10 years ago

degmsb commented 10 years ago

I am running the CrossLet code below and it is freezing my browser. what is the best way to troubleshoot?

library(rMaps) crosslet( x = "country", y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"), data = web_index )

kevinykuo commented 10 years ago

My Chrome doesn't crash, but I just get a gray page with the filters:

R version 3.1.1 (2014-07-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] rMaps_0.1.1

loaded via a namespace (and not attached):
 [1] grid_3.1.1         lattice_0.20-29    plyr_1.8.1         rCharts_0.4.5      RColorBrewer_1.0-5
 [6] Rcpp_0.11.2        rjson_0.2.14       RJSONIO_1.2-0.2    tools_3.1.1        whisker_0.3-2     
[11] yaml_2.1.13    
skishchampi commented 9 years ago

same here @kykuo

https://www.dropbox.com/s/k3ejw072jukam6l/Screenshot%202015-01-28%2002.00.48.png?dl=0

R version 3.1.2 (2014-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit)

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] data.table_1.9.4 rMaps_0.1.1 R.utils_1.34.0 R.oo_1.18.0 R.methodsS3_1.6.1

loaded via a namespace (and not attached): [1] chron_2.3-45 digest_0.6.8 grid_3.1.2 htmltools_0.2.6 httpuv_1.3.2 lattice_0.20-29
[7] mime_0.2 plyr_1.8.1 R6_2.0.1 rCharts_0.4.2 RColorBrewer_1.1-2 Rcpp_0.11.3
[13] reshape2_1.4.1 rjson_0.2.15 RJSONIO_1.3-0 shiny_0.10.2.2 stringr_0.6.2 tools_3.1.2
[19] whisker_0.3-2 xtable_1.7-4 yaml_2.1.13

skishchampi commented 9 years ago

crosslet403

tonipleite commented 9 years ago

Yes, I don't think it is about "freezing" the browser. Isn't this error of not displaying caused due to an scritp?

Sorry, @skishchampi, what do you suggest with your last posted picture? Is the acces to the pictures forbidden? :-S

ramnathv commented 9 years ago

The crosslet function has been very brittle. So I went ahead and started rewriting it from scratch. Hope to post an updated, more solid binding soon. Folks on this thread can probably help me beta test it.

skishchampi commented 9 years ago

@mrhunni Like @ramnathv mentioned earlier, the key to the cloudmade api was hardcoded. The 403 response is due to using ramnathv's key being used by so many of us which lead to throttling issues. I am not sure.

tonipleite commented 9 years ago

Thank you @skishchampi.

Yeah, it'd be great testing it.

cantgetthatping commented 9 years ago

My pleasure to test it

On 29 Jan 2015, at 04:53, Ramnath Vaidyanathan notifications@github.com wrote:

The crosslet function has been very brittle. So I went ahead and started rewriting it from scratch. Hope to post an updated, more solid binding soon. Folks on this thread can probably help me beta test it.

— Reply to this email directly or view it on GitHub.