Skip to content

Commit 2255e13

Browse files
authored
Rprofile.site: add option qgisprocess.detect_newer_qgis = TRUE *
For upcoming versions of {qgisprocess}, upon loading the package it will detect the availability of a more recent standalone QGIS installation in Windows & macOS than the version currently set in {qgisprocess}. {qgisprocess} will then offer to use the newer version instead.
1 parent 5c342fe commit 2255e13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/installation/administrator/admin_install_r/Rprofile.site

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ options(
1515
pkgType = "binary",
1616
install.packages.check.source = "no",
1717
install.packages.compile.from.source = "never",
18-
inbo_required = c("checklist", "fortunes", "remotes", "INBOmd", "INBOtheme")
18+
inbo_required = c("checklist", "fortunes", "remotes", "INBOmd", "INBOtheme"),
19+
qgisprocess.detect_newer_qgis = TRUE
1920
)
2021
# display fortune when starting new interactive R session
2122
if (interactive() && "fortunes" %in% rownames(utils::installed.packages())) {

0 commit comments

Comments
 (0)