General Discussions

Discuss any topics that are not product-specific here.

Running R code in Alteryx: Strange error note pertaining to RGEOS

lancemilner
5 - Atom

Hello,

 

I have just started incorporating R code in my Alteryx data flow.  This has been working well for me so far.

 

Just this week we noticed there is a warning in my output that "Please note that rgeos will be retired by the end of 2023, plan transition to sf functions using GEOS at your earliest convenience."  

My particular code uses dplyr and does some simple data manipulatoin but does specifically call out rgeos and does not use the rgeos package in any way I can tell.

 

Is this something I need to worry about?  Will my future programs break down even though I do not specifically call out rgeos in the code I use?

 

Thanks in advance!

 

1 REPLY 1
denny
8 - Asteroid

We also notified this issue today and looks like the underlying Open Source package, GEOS will stop being maintained after 2023.

Labels