Skip to content

Commit 15aaf00

Browse files
committed
increase version for support of #140
1 parent 312d2b4 commit 15aaf00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package: ows4R
2-
Version: 0.4-1
3-
Date: 2025-01-27
2+
Version: 0.5
3+
Date: 2025-01-31
44
Title: Interface to OGC Web-Services (OWS)
55
Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")),
66
person("Alexandre", "Bennici", role = c("ctb"), comment = c(ORCID = "0000-0003-2160-3487")),
77
person("Norbert", "Billet", role = c("ctb")))
88
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
99
Depends: R (>= 3.3.0)
10-
Imports: methods, R6, httr, openssl, keyring, XML (>= 3.96-1.1), geometa (>= 0.7-1), sf, terra, parallel, crayon
10+
Imports: methods, R6, httr, openssl, keyring, XML (>= 3.96-1.1), geometa (>= 0.9), sf, terra, parallel, crayon
1111
Suggests: testthat, knitr, markdown
1212
Description: Provides an Interface to Web-Services defined as standards by the Open Geospatial Consortium (OGC), including Web Feature Service
1313
(WFS) for vector data, Web Coverage Service (WCS), Catalogue Service (CSW) for ISO/OGC metadata, Web Processing Service (WPS) for data processes,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [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)
1+
## [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)
22

33
**Corrections**
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![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)
22
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ows4R)](https://cran.r-project.org/package=ows4R)
33
[![cran checks](https://badges.cranchecks.info/worst/ows4R.svg)](https://cran.r-project.org/web/checks/check_results_ows4R.html)
4-
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.4--1-blue.svg)](https://github.com/eblondel/ows4R)
4+
[![Github_Status_Badge](https://img.shields.io/badge/Github-0.5-blue.svg)](https://github.com/eblondel/ows4R)
55
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1345111.svg)](https://doi.org/10.5281/zenodo.1345111)
66

77
**ows4R – R Interface to OGC Web-Services (OWS)**

0 commit comments

Comments
 (0)