[R-pkg-devel] CRAN warning prepare_Rd: rgeos: versions of GEOS

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Fri Feb 18 08:45:20 CET 2022


On Thu, 17 Feb 2022 20:00:40 -0500
jérémy Gelb <gelbjeremy22 using gmail.com> wrote:

> prepare_Rd: rgeos: versions of GEOS runtime 3.10.2-CAPI-1.16.0
> and GEOS at installation 3.10.1-CAPI-1.16.0differ

This warning is produced by rgeos:::.onLoad [1], because
rgeos:::version_GEOS returns two different things [2],
"3.10.2-CAPI-1.16.0" coming from the GEOSversion() in the shared
library and "3.10.1-CAPI-1.16.0differ" coming from #define
GEOS_CAPI_VERSION in the headers.

I think that the incoming pretest machine needs a reinstall of the
rgeos package, or a reinstall of GEOS itself (so that the headers match
the shared object), or maybe both. There's nothing to fix in the
spNetwork package.

-- 
Best regards,
Ivan

[1]
https://r-forge.r-project.org/scm/viewvc.php/pkg/R/AAA.R?view=markup&revision=673&root=rgeos

[2]
https://r-forge.r-project.org/scm/viewvc.php/pkg/src/rgeos.c?view=markup&revision=576&root=rgeos



More information about the R-package-devel mailing list