ramnathv / rMaps

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

"database 'P' is corrupt" #69

Closed pglenn17 closed 10 years ago

pglenn17 commented 10 years ago

Hi, when running library(rMaps) I get the following error. I don't know what "database 'P'" is. Thank you.

library(rMaps) Error in get(".packageName", where) : lazy-load database 'P' is corrupt In addition: Warning message: In get(".packageName", where) : internal error -3 in R_decompress1 Error: package or namespace load failed for ‘rMaps’

ramnathv commented 10 years ago

Did you try restarting your R session? That should take care of the error usually.

pglenn17 commented 10 years ago

Thank you, that worked.