diff --git a/.zenodo.json b/.zenodo.json
index f54f3bf4..699dd6e3 100644
--- a/.zenodo.json
+++ b/.zenodo.json
@@ -1,6 +1,6 @@
{
"title": "R package qgisprocess: use QGIS processing algorithms",
- "version": "0.2.0",
+ "version": "0.3.0",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"description": "
R package qgisprocess
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 at QGIS.org. URL: https://r-spatial.github.io/qgisprocess. CRAN landing page: https://CRAN.R-project.org/package=qgisprocess.
",
diff --git a/CITATION.cff b/CITATION.cff
index d036076a..edc304e2 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -39,4 +39,4 @@ abstract: R package 'qgisprocess' provides seamless access
identifiers:
- type: url
value: https://r-spatial.github.io/qgisprocess/
-version: 0.2.0
+version: 0.3.0
diff --git a/DESCRIPTION b/DESCRIPTION
index d0e02a1d..ed0ccf68 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,6 +1,6 @@
Package: qgisprocess
Title: Use 'QGIS' Processing Algorithms
-Version: 0.2.0.9004
+Version: 0.3.0
Authors@R: c(
person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut",
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),
diff --git a/NEWS.md b/NEWS.md
index d39294fa..7c5aa051 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# qgisprocess (development version)
+# qgisprocess 0.3.0
## Enhancements
diff --git a/cran-comments.md b/cran-comments.md
index b3caafb7..010e876e 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,8 +1,12 @@
+## 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 (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
-* checking CRAN incoming feasibility ... [12s] NOTE
+* checking CRAN incoming feasibility ... [11s] NOTE
Maintainer: 'Floris Vanderhaeghe '
diff --git a/inst/CITATION b/inst/CITATION
index 28a2f8ba..8d0ed3ab 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -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.2.0",
+ title = "R package qgisprocess: use QGIS processing algorithms. Version 0.3.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 = 2023,
+ year = 2024,
url = "https://r-spatial.github.io/qgisprocess/",
- textVersion = "Dunnington, Dewey; Vanderhaeghe, Floris; Caha, Jan; Muenchow, Jannes (2023). R package qgisprocess: use QGIS processing algorithms. Version 0.2.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.3.0. https://github.com/r-spatial/qgisprocess/",
keywords = "R; package; QGIS",
)
# end checklist entry