I just downloaded PNGE 2013 from IBGE - and I tried to open it with the package for R that IBGE made, IBGEPesq. It is available as a .zip file at this address:
I downloaded it from my working directory. And I executed:
install.packages("IBGEPesq_1.0-4.zip",
repos=NULL)
library(IBGEPesq)
But I get the following message:
Error: package ‘IBGEPesq’ was built before R 3.0.0: please re-install it
Obviously, I've already tried to re-install. And I've already done it here:
# Para atualizar os demais pacotes
update.packages(checkBuilt = TRUE, ask = FALSE)
# Por recomendação em um fórum (não entendi bem por quê)
install.packages('codetools')
And even then, the re-installation does not work. The same error returns. I'm using a Windows 7 and the data from the R session are:
> sessionInfo()
R version 3.1.1 (2014-07-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252
[3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C
[5] LC_TIME=Portuguese_Brazil.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_3.1.1
In advance, thank you for the help.