You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qgis_configure(): optionally detect and propose newer QGIS (win/mac) *
This only has effect (and happens while loading the package) if the following conditions are all true:
- an option qgisprocess.detect_newer_qgis or env var R_QGISPROCESS_DETECT_NEWER_QGIS is set as TRUE
- system is Windows or macOS
- two or more QGIS installations are present in their own default path _and_ these paths contain the QGIS version number (typical for the standalone installs)
- the qgisprocess cache does not point at the newest version of those QGIS paths
If so, the user will be offered the possibility to switch to the newer QGIS version.
This is a further addition wrt #187.
0 commit comments