Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "R package qgisprocess: use QGIS processing algorithms",
"version": "0.4.0",
"version": "0.4.1",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"description": "<p>R package <code>qgisprocess</code> provides seamless access to the <a href=\"https://qgis.org\">QGIS</a> processing toolbox using the standalone <code>qgis_process</code> command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from <code>sf</code>, <code>terra</code> and <code>stars</code> are supported. The native processing algorithms are documented <a href=\"https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/\">at QGIS.org</a>. URL: <a href=\"https://r-spatial.github.io/qgisprocess\">https://r-spatial.github.io/qgisprocess</a>. CRAN landing page: <a href=\"https://cran.r-project.org/package=qgisprocess\">https://CRAN.R-project.org/package=qgisprocess</a>.</p>",
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ abstract: R package 'qgisprocess' provides seamless access
identifiers:
- type: url
value: https://r-spatial.github.io/qgisprocess/
version: 0.4.0
version: 0.4.1
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Package: qgisprocess
Title: Use 'QGIS' Processing Algorithms
Version: 0.4.0.9000
Version: 0.4.1.9000
Authors@R: c(
person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut",
comment = c("https://orcid.org/0000-0002-9415-4582", "Voltron Data")),
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),
person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = c("aut", "cre"),
comment = c("https://orcid.org/0000-0002-6378-6229", "Research Institute for Nature and Forest (INBO)")),
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("https://orcid.org/0000-0003-0165-0606")),
comment = c(ORCID = "0000-0003-0165-0606")),
person("Jannes", "Muenchow", , "malnamalja@gmx.de", role = "aut",
comment = c("https://orcid.org/0000-0001-7834-4717")),
comment = c(ORCID = "0000-0001-7834-4717")),
person("Antony", "Barja", , "antony.barja8@gmail.com", role = "ctb",
comment = c("https://orcid.org/0000-0001-5921-2858")),
comment = c(ORCID = "0000-0001-5921-2858")),
person("Robin", "Lovelace", , "rob00x@gmail.com", role = "ctb",
comment = c("https://orcid.org/0000-0001-5679-6536")),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "ctb",
comment = c("https://orcid.org/0000-0002-1057-3721")),
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/")
)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# qgisprocess (development version)

# qgisprocess 0.4.1

## Fix for non-UTF-8 locales

- Don't set `encoding = "UTF-8"` in some `processx::run()` calls that used that setting.
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ citHeader("To cite `qgisprocess` in publications please use:")
# begin checklist entry
bibentry(
bibtype = "Manual",
title = "R package qgisprocess: use QGIS processing algorithms. Version 0.4.0",
title = "R package qgisprocess: use QGIS processing algorithms. Version 0.4.1",
author = c( author = c(person(given = "Dewey", family = "Dunnington"), person(given = "Floris", family = "Vanderhaeghe"), person(given = "Jan", family = "Caha"), person(given = "Jannes", family = "Muenchow"))),
year = 2024,
url = "https://r-spatial.github.io/qgisprocess/",
textVersion = "Dunnington, Dewey; Vanderhaeghe, Floris; Caha, Jan; Muenchow, Jannes (2024). R package qgisprocess: use QGIS processing algorithms. Version 0.4.0. https://github.com/r-spatial/qgisprocess/",
textVersion = "Dunnington, Dewey; Vanderhaeghe, Floris; Caha, Jan; Muenchow, Jannes (2024). R package qgisprocess: use QGIS processing algorithms. Version 0.4.1. https://github.com/r-spatial/qgisprocess/",
keywords = "R; package; QGIS",
)
# end checklist entry
Loading