From b73094cacce72eda8bdf4f68f11d16c4cac5c57b Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 16 Aug 2023 13:07:08 +0200 Subject: [PATCH] version bump -> 0.2.5.1 post cran [ci skip] --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ codemeta.json | 34 ++++++++++++++++++++++++++++------ 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 829b7259..05d7ed99 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: osmdata Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects -Version: 0.2.5 +Version: 0.2.5.001 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Bob", "Rudis", role = "aut"), diff --git a/NEWS.md b/NEWS.md index c44d6e96..925280f2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,8 @@ +0.2.5.00x (dev version) +=================== + + 0.2.5 =================== diff --git a/codemeta.json b/codemeta.json index edd96844..caaa9b54 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,11 +4,14 @@ "identifier": "osmdata", "description": "Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server () and processed with very fast 'C++' routines for return to 'R'.", "name": "osmdata: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects", - "relatedLink": ["https://docs.ropensci.org/osmdata/", "https://CRAN.R-project.org/package=osmdata"], + "relatedLink": [ + "https://docs.ropensci.org/osmdata/", + "https://CRAN.R-project.org/package=osmdata" + ], "codeRepository": "https://github.com/ropensci/osmdata/", "issueTracker": "https://github.com/ropensci/osmdata/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.5", + "version": "0.2.5.001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -345,11 +348,24 @@ }, "sameAs": "https://CRAN.R-project.org/package=xml2" }, - "SystemRequirements": null + "SystemRequirements": {} }, "applicationCategory": "DataAccess", "isPartOf": "https://ropensci.org", - "keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"], + "keywords": [ + "open0street0map", + "openstreetmap", + "overpass0API", + "OSM", + "overpass-api", + "r", + "cpp", + "rstats", + "osm", + "osm-data", + "r-package", + "peer-reviewed" + ], "fileSize": "2467.715KB", "citation": [ { @@ -384,7 +400,10 @@ "issueNumber": "14", "datePublished": "2017", "isPartOf": { - "@type": ["PublicationVolume", "Periodical"], + "@type": [ + "PublicationVolume", + "Periodical" + ], "volumeNumber": "2", "name": "Journal of Open Source Software" } @@ -393,7 +412,10 @@ ], "releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md", "readme": "https://github.com/ropensci/osmdata/blob/main/README.md", - "contIntegration": ["https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/osmdata"], + "contIntegration": [ + "https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", + "https://app.codecov.io/gh/ropensci/osmdata" + ], "developmentStatus": "https://www.repostatus.org/#active", "review": { "@type": "Review",