[QGIS-Developer] How to update folder with R packages in QGIS

2022-12-29 Thread david cebrian via QGIS-Developer
Good morning everyone. I cannot run various R scripts in QGIS because I need to update various packages. These packages are in: C:\Users\david\AppData\Roaming\QGIS\QGIS3\profiles\default\processing\rlibs I have been told that I could update the packages by updating the folder rlibs in which

Re: [QGIS-Developer] AFS feature iterator logic

2022-12-29 Thread pathmapper via QGIS-Developer
Hi Alex, with WFS, if the option "Only request features overlapping the view extent" is checked, there will be GetFeature emitted constantly on pan/zoom of the map. This behaviour doesn't even stop when all features of the service are already loaded:

Re: [QGIS-Developer] Skip loading plugin if errors

2022-12-29 Thread matteo via QGIS-Developer
Hi Germàn, I successfully used also your code and it really works perfectly. Thanks for sharing it! Cheers Matteo On 12/28/22 10:40, Germán Carrillo wrote: Hi Matteo, I've added a few validations for this plugin to gently inform users of missing dependencies: