Questa domanda può essere un duplicato di an earlier unanswered one. Ho ancora il problema.Errore: isTRUE (gpclibPermitStatus()) non è VERO
Sto cercando di utilizzare uno shapefile codice postale e venire con il seguente errore:
tract <- readOGR(dsn = ".", layer = "cb_2013_us_zcta510_500k")
tract<-fortify(tract, region="GEOID10")
Error: isTRUE(gpclibPermitStatus()) is not TRUE
Ho provato ad installare gpclib per risolvere questo problema ma poi ho ottenere il seguente errore:
install.packages("gpclib")
Installing package into ‘C:/Users/Nick/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘gpclib’
These will not be installed
Aiuto?
è 'rgeos' installato sul tuo sistema? http://cran.r-project.org/web/packages/rgeos/index.html – rcs
È ora, e ho ancora lo stesso problema. – garson
Se hai installato 'rgdal',' rgeos' e 'ggplot2', non dovresti vedere questo errore dopo aver riavviato R. Non c'è più bisogno di gpclib. –