ropensci / skynet

Generates networks from BTS DB1B/T-100 data
https://docs.ropensci.org/skynet
Other
11 stars 4 forks source link

Tried Example - error object 'C_map_type' not found #1

Closed wmatwijec closed 6 years ago

wmatwijec commented 6 years ago

Tried example and got this error. igraph package is loaded

network <- make.netDir(OD_Sample) netMap(network$netDir, pct = 10) Error in maptype(database) : object 'C_map_type' not found

FilipeamTeixeira commented 6 years ago

@wmatwijec Unfortunately I can't replicate it in several systems.

From what I've seen online, someone complained about this as well here https://github.com/adeckmyn/maps/issues/9, but it was related to a bad maps package version.

Please keep me updated.

wmatwijec commented 6 years ago

I reinstalled maps from CRAN and the issue cleared. Thanks for this effort on your part.