Folks: I wanted to let you know I've pushed a major release of my gdalUtils package to CRAN in the last week. This wraps all non-python GDAL/OGR utilities as of GDAL 2.0.1 for use in R, and provides some value-added functions as well.
install.packages("gdalUtils") should work for all OSs, or if you want the bleeding edge version, use: install.packages("gdalUtils", repos="http://R-Forge.R-project.org") Note this is not the same as rgdal -- my package simply wraps the gdal binaries, which must be pre-installed by the user. Cheers! --jonathan
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev