I cannot use functions from packages to do maps on R as I cannot find a way to enable gpclibPermit().
I have read the solutions here and here. but not luck.
I have installed and run successfully the following packages:
- maptools
- ggplot2
- (c("sp", "maptools"))
- rgeos
- rgda
- gpclib
And yet I keep getting the message:
gpclibPermit() FALSE
gpclibPermitStatus() FALSE
What am I doing wrong?! I also updated all my packages (successfully)...
Thanks!