Re: [R-pkg-devel] Warnings from gdal

2020-07-27 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
Thanks. What has made it really difficult is that devtools::check() runs fine on my Mac, I installed Fedora on a virtual machine on my Mac, devtools::check() also runs fine, so it makes it really difficult to pin down things because I can't get into a debugger to see why CRAN is throwing err

Re: [R-pkg-devel] Warnings from gdal

2020-07-27 Thread Trent McDonald
Hope this helps. I had a similar issue with my package. Prior to the recent change, GDAL did not throw a warning for empty (NA) CRS strings. After change, it does. projectRaster is throwing the warning because it thinks input and output crs are the same (perhaps CRS is missing?). The purpose of