Crosslet Package not Working

2019-06-14 15:26发布

问题:

https://github.com/ramnathv/rMaps

I tried reproducing this example and the map isn't showing:

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

Do I not have a package that will allow this to happen. I have installed the following:

rCharts
rMaps
jsonlite