north-road / qgis-processing-r

QGIS Processing R Provider Plugin
https://north-road.github.io/qgis-processing-r/
GNU General Public License v3.0
63 stars 14 forks source link

R packages `rgdal` and others will be retired #109

Closed gavg712 closed 8 months ago

gavg712 commented 2 years ago

Hi friends,

To keep in mind. The R packages rgdal, rgeos and maptools will be retired at the end of 2023 (info) . Then, you should consider removing from the list of required packages for the plugin and any instructions for automatic installation of rgdal on first run. Also, some parameters like load_<some>_using_rgdal will be deprecated.

There should also (maybe this is not the place to comment it) be considered a strategy to handle the migrated QGIS 2.x scripts that are currently shared via QGIS Resources Sharing.

Cheers, Gabo Gaona

JanCaha commented 8 months ago

Solved by removing rdal functions and raising an error if code for using is found in the script.