I am attempting to load some ggvis mapping code via this git: https://github.com/hrbrmstr/ggvis-maps
The code is returning errors on line 27 in the server file:
Warning: Error in ogrInfo: Cannot open data source
Stack trace (innermost first):
41: ogrInfo
40: withCallingHandlers
39: suppressMessages
38: readOGR
37: server [\ggvis-maps-master/server.R#27]
1: runApp
Error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv =
use_iconv, :
Cannot open data source
I've used path.expand and a few other solutions I found, nothing has worked so far.