Package: qgisprocess Title: Use 'QGIS' Processing Algorithms Version: 0.4.2.9000 Authors@R: c( person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut", comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")), person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Jan", "Caha", , "jan.caha@outlook.com", role = "aut", comment = c(ORCID = "0000-0003-0165-0606")), person("Jannes", "Muenchow", , "malnamalja@gmx.de", role = "aut", comment = c(ORCID = "0000-0001-7834-4717")), person("Antony", "Barja", , "antony.barja8@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-5921-2858")), person("Robin", "Lovelace", , "rob00x@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-5679-6536")), person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-1057-3721")), person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"), comment = "https://www.inbo.be/en/") ) Description: Provides seamless access to the 'QGIS' () processing toolbox using the standalone 'qgis_process' command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from 'sf', 'terra' and 'stars' are supported. The native processing algorithms are documented by QGIS.org (2024) . License: GPL (>= 3) URL: https://r-spatial.github.io/qgisprocess/, https://github.com/r-spatial/qgisprocess BugReports: https://github.com/r-spatial/qgisprocess/issues Depends: R (>= 4.1.0) Imports: assertthat, glue, jsonlite, processx (>= 3.5.2), rappdirs, rlang, stats, stringr, tibble, vctrs, withr Suggests: dplyr, knitr, mapview, raster, rmarkdown, rprojroot, sf, spDataLarge, stars, stringi, terra, testthat, tidyr VignetteBuilder: knitr Additional_repositories: https://geocompx.r-universe.dev Config/checklist/communities: inbo Config/checklist/keywords: R; package; QGIS Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: 'QGIS' latest or long-term release currently supported according to the 'QGIS' release schedule (). Older 'QGIS' releases are not officially supported, but may work since 'QGIS' 3.16. Config/pak/sysreqs: libicu-dev libqgis-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2026-03-23 19:13:31 UTC RemoteUrl: https://github.com/r-spatial/qgisprocess RemoteRef: HEAD RemoteSha: 2d9fb066d5750d519247720ed467bfc1171eb03b NeedsCompilation: no Packaged: 2026-06-21 06:12:41 UTC; root Author: Dewey Dunnington [aut] (ORCID: , affiliation: Voltron Data), Floris Vanderhaeghe [aut, cre] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Jan Caha [aut] (ORCID: ), Jannes Muenchow [aut] (ORCID: ), Antony Barja [ctb] (ORCID: ), Robin Lovelace [ctb] (ORCID: ), Jakub Nowosad [ctb] (ORCID: ), Research Institute for Nature and Forest (INBO) [cph, fnd] (https://www.inbo.be/en/) Maintainer: Floris Vanderhaeghe