-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same issue as https://github.com/r-spatial/sf/issues/844 #2169
Comments
Sorry, absolutely nothing to do with #844 at all. Those were on Linux with dynamic loading, you are on Windows using static builds. There in 4.3.0, I see:
so undoubtedly a re-build of |
There has been activity on the |
New version on CRAN; windows binaries will appear in a few days. |
Thank you! |
It is now 2023 and I'm having a similar problem to #844 from 2020 (#844) about lwgeom when running a shiny app after updating to R-4.3.0, Rstudio 2023.03.0 Build 386, and all packages including Rtools. See the error below. The shiny app's code is heavily dependent on sf. So far, i have tried uninstalling and reinstalling lwgeom. Can it be resolved on a windows system without having to build libraries in a tailored way as suggested in response to #844?
Loading required package: lwgeom
Linking to liblwgeom 3.0.0beta1 r16016, GEOS 3.9.1, PROJ 7.2.1
Error: package or namespace load failed for ‘lwgeom’:
.onAttach failed in attachNamespace() for 'lwgeom', details:
call: fun(libname, pkgname)
error: (converted from warning) GEOS versions differ: lwgeom has 3.9.1 sf has 3.11.1
The text was updated successfully, but these errors were encountered: