R Under development (unstable) (2024-10-04 r87206 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > packageVersion("qgisprocess") [1] '0.4.1' > > library(qgisprocess) Attempting to load the package cache ... No cache found. Will try to reconfigure qgisprocess and build new cache ... >>> PROBLEM encountered: couldn't build and save package cache! <<< The 'qgis_process' command-line utility was either not found or did not fulfil the needs to build the package cache. Please run `qgis_configure()` to fix this and rebuild the cache. See its documentation if you need to preset the path of qgis_process. If the problem persists, make sure that you correctly installed QGIS for your operating system using the instructions at . > > qgis_configure(use_cached_data = TRUE) # triggers reconfiguration if needed No cache found. Will try to reconfigure qgisprocess and build new cache ... getOption('qgisprocess.path') was not found. Sys.getenv('R_QGISPROCESS_PATH') was not found. Trying 'qgis_process' on PATH... 'qgis_process' is not available on PATH. No QGIS installation containing 'qgis_process' found!> > has_qgis() [1] FALSE > > if (qgisprocess:::is_macos()) qgis_detect_macos_paths() > if (qgisprocess:::is_windows()) qgis_detect_windows_paths() character(0) > > if (has_qgis()) qgis_path() > if (has_qgis()) qgis_version() > > if (has_qgis()) qgis_version(debug = TRUE) > > if (has_qgis()) qgis_using_json_output() > if (has_qgis()) qgis_using_json_input() > > if (has_qgis()) cat(qgis_run()$stdout) > if (has_qgis()) cat(qgis_run()$stderr) > > if (has_qgis()) qgis_plugins() > > if (has_qgis()) qgis_providers() > > if (has_qgis()) qgis_algorithms() > > if (has_qgis()) qgis_algorithms()$algorithm > > proc.time() user system elapsed 0.75 0.15 1.01