Wayne Jones
Wayne Jones
I'm facing the same issue here as well trying to release "GWSDAT" package which imports "sf". https://builder.r-hub.io/status/GWSDAT_3.0.6.tar.gz-1afd2ea7540d463e8d1d62bc33df3e0d @gaospecial - have you received any updates on this issue?
On closer inspection it looks like GDAL is outdated on the CRAN version.
See 3340# below.. checking for gdal-config... /usr/bin/gdal-config 3337#> checking gdal-config usability... yes 3338#> configure: GDAL: 1.11.3 3339#> checking GDAL version >= 2.0.1... no 3340#> configure: error: sf is not compatible...
Hi Simon, The issue is indeed related to sf needing rgdal (>= 2.0.1) to work.. However I don't think I changed anything - I merely raised the issue with CRAN...
@SimonDedman did you get the issue with sf sorted? Im updating my package and getting the following error messages related to importing sf: https://builder.r-hub.io/status/GWSDAT_3.0.6.tar.gz-1afd2ea7540d463e8d1d62bc33df3e0d
@SimonDedman thanks for the quick reply. I've had issues with sf imports before. Did you need to do anything or did your package get uploaded automatically despite the error message?
[email protected] is the Maintainer of binary packages for Windows.
Hi Sebastian - I'm having a similar issue. Did you find a workaround for this?
I tried removing the options="" but I saw a change in behaviour. So I am reverting back to include options="". https://github.com/WayneGitShell/GWSDAT/blob/GWWellReport/R/interpBary.R#L70 See weird behavior of resulting barycentric interpolation following removal...
Hi Robin, This is an excellent suggestion and something I've already been looking in to. However, there is a technical challenge... I don't think its possible to create a single...