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.3.0",
"version": "0.4.0",
"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/en/site/\">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
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ abstract: R package 'qgisprocess' provides seamless access
toolbox using the standalone 'qgisprocess' 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 (2023)
native processing algorithms are documented by QGIS.org (2024)
https://docs.qgis.org/latest/en/docs/usermanual/processing_algs/.
identifiers:
- type: url
value: https://r-spatial.github.io/qgisprocess/
version: 0.3.0
version: 0.4.0
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qgisprocess
Title: Use 'QGIS' Processing Algorithms
Version: 0.3.0.9003
Version: 0.4.0
Authors@R: c(
person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut",
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),
Expand All @@ -25,7 +25,7 @@ Description: Provides seamless access to the 'QGIS'
(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
(2023) <https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.
(2024) <https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.
License: GPL (>= 3)
URL: https://r-spatial.github.io/qgisprocess/,
https://github.com/r-spatial/qgisprocess
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# qgisprocess (development version)
# qgisprocess 0.4.0

## Enhancements

Expand Down
4 changes: 0 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## This version includes a change at CRAN’s request

This version includes a fix to solve the ERRORs in the CRAN check results page at <https://cran.r-project.org/web/checks/check_results_qgisprocess.html> (as consulted 6 Feb 2024). A unit test for 'terra' compatibility failed. It was the unit test itself that needed updating in order to comply with current 'terra' behaviour.

## R CMD check results

0 errors | 0 warnings | 2 notes
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.3.0",
title = "R package qgisprocess: use QGIS processing algorithms. Version 0.4.0",
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.3.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.0. https://github.com/r-spatial/qgisprocess/",
keywords = "R; package; QGIS",
)
# end checklist entry