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

rgdal was retired from CRAN and is required for Processing R Provider #125

Closed idshklein closed 7 months ago

idshklein commented 7 months ago

Hi, I'm trying to get Processing R Provider, however it seems to require rgdal in order to work. in the output, i get this message:

Installing package into 'C:/Users/idshk/AppData/Roaming/QGIS/QGIS3/profiles/default/processing/rlibs'
(as 'lib' is unspecified)
Warning message:
package 'rgdal' is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Error in library("rgdal") : there is no package called 'rgdal'
Execution halted

I know that rgdal was recently retired from CRAN, and therefore a solution that is independent from rgdal is required.