I have recently switched from windows to ubuntu and can't make the rgdal package working properly.
I know there are a lot of posts on this but I just can't make it work.
I have installed gdal
following https://gist.github.com/lossyrob/4348503
but still rgdal is in my list of installed packages according to rgdal%in%installed.packages()
but when I include with library(rgdal)
it returns Error in library(rgdal) : there is no package called ‘rgdal’
.
Any help is appreciated.