From 15aaf004097724cf9f6c875eae547057e440ce46 Mon Sep 17 00:00:00 2001 From: eblondel Date: Fri, 31 Jan 2025 12:37:36 +0100 Subject: [PATCH] increase version for support of #140 --- DESCRIPTION | 6 +++--- NEWS.md | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 825c1d1..7a19d1c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,13 +1,13 @@ Package: ows4R -Version: 0.4-1 -Date: 2025-01-27 +Version: 0.5 +Date: 2025-01-31 Title: Interface to OGC Web-Services (OWS) Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")), person("Alexandre", "Bennici", role = c("ctb"), comment = c(ORCID = "0000-0003-2160-3487")), person("Norbert", "Billet", role = c("ctb"))) Maintainer: Emmanuel Blondel Depends: R (>= 3.3.0) -Imports: methods, R6, httr, openssl, keyring, XML (>= 3.96-1.1), geometa (>= 0.7-1), sf, terra, parallel, crayon +Imports: methods, R6, httr, openssl, keyring, XML (>= 3.96-1.1), geometa (>= 0.9), sf, terra, parallel, crayon Suggests: testthat, knitr, markdown Description: Provides an Interface to Web-Services defined as standards by the Open Geospatial Consortium (OGC), including Web Feature Service (WFS) for vector data, Web Coverage Service (WCS), Catalogue Service (CSW) for ISO/OGC metadata, Web Processing Service (WPS) for data processes, diff --git a/NEWS.md b/NEWS.md index de6c3d2..58b4799 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## [ows4R 0.4-1](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable-red.svg)](https://github.com/eblondel/ows4R) +## [ows4R 0.5](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable-red.svg)](https://github.com/eblondel/ows4R) **Corrections** diff --git a/README.md b/README.md index 167d95a..3a9e7ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://github.com/eblondel/ows4R/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/ows4R/actions/workflows/r-cmd-check.yml) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ows4R)](https://cran.r-project.org/package=ows4R) [![cran checks](https://badges.cranchecks.info/worst/ows4R.svg)](https://cran.r-project.org/web/checks/check_results_ows4R.html) -[![Github_Status_Badge](https://img.shields.io/badge/Github-0.4--1-blue.svg)](https://github.com/eblondel/ows4R) +[![Github_Status_Badge](https://img.shields.io/badge/Github-0.5-blue.svg)](https://github.com/eblondel/ows4R) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1345111.svg)](https://doi.org/10.5281/zenodo.1345111) **ows4R – R Interface to OGC Web-Services (OWS)**