[Qgis-developer] manageR plugin: hot wo load R package "sp"
Mayeul Kauffmann
mayeul.kauffmann at free.fr
Mon Nov 22 18:25:50 EST 2010
> My guess is that this is a GDAL/OGR issue. Which version of GDAL do
> you have on your system?
>
> Carson
If so, then running the following might help:
#in the shell:
which gdal-config
gdal-config --prefix
gdal-config --libs
gdal-config --cflags
gdal-config --version
gdal-config --ogr-enabled
gdal-config --formats
# in R
myPackages<-installed.packages()
myPackages[myPackages[,1] %in% c("rgdal", "sp"),]
Mayeul
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
More information about the Qgis-developer
mailing list