I just loaded R version 3.3.2. It now gives me new warning messages when loading rgdal. e.g.:
rgdal: version: 1.2-5, (SVN revision 648) Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL 2.1.2, released 2016/10/24 Path to GDAL shared files: Loaded PROJ.4 runtime: Rel. 4.9.1, 04 March 2015, [PJ_VERSION: 491] Path to PROJ.4 shared files: (autodetected) WARNING: no proj_defs.dat in PROJ.4 shared files Linking to sp version: 1.2-3
As far as I can tell searching on line, PROJ.4 Rel. 4.9.1 was known to be missing the proj_def.dat file (?). And the error has been corrected in rel. 4.9.2 and 3.
When I call raster, I get similar warning, e.g.:
r_fracPasture <- raster(paste(getwd(),"gl-pastures-geotif","pasture.tif", sep = "/")) NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
So far, this does not seem to be catastrophic. But does anyone know how to correct this problem or if there is a planned fix?