Open Espanta opened 9 years ago
Hi, I've got the same problem with CrossLet. DataMaps and Leaflet work just fine. Here's my session info:
R version 3.2.3 (2015-12-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200)
locale: [1] LC_COLLATE=Finnish_Finland.1252 LC_CTYPE=Finnish_Finland.1252 LC_MONETARY=Finnish_Finland.1252 [4] LC_NUMERIC=C LC_TIME=Finnish_Finland.1252
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] RCurl_1.95-4.8 bitops_1.0-6 rMaps_0.1.1
loaded via a namespace (and not attached):
[1] plyr_1.8.3 tools_3.2.3 whisker_0.3-2 RColorBrewer_1.1-2 yaml_2.1.13
[6] Rcpp_0.12.3 rCharts_0.4.2 RJSONIO_1.3-0 grid_3.2.3 lattice_0.20-33
Any news? any documentation?
Use the leaflet
package that is actively under development and has far more features.
I have also the same problem and I have also used leaflet..
Hi Ram,
I install rMap and use below example: library(rMaps) crosslet( data = web_index, id_field <- "country", fields <- c("web_index", "universal_access", "impact_empowerment", "freedom_openness") ) but I can only see 4 small boxes showing fields on top of the viewer page without any map in the center. I run Win 8.1 64bit on parallel in a Mac Pro.
Thanks