From d920bdf7ce2a7227b1e1960b0586f8abe556f0b4 Mon Sep 17 00:00:00 2001 From: mpadge Date: Thu, 1 Jun 2023 14:59:02 +0200 Subject: [PATCH] version bump -> CRAN v0.2.3 --- DESCRIPTION | 2 +- NEWS.md | 6 +++++- codemeta.json | 38 ++++++++------------------------------ cran-comments.md | 4 +++- 4 files changed, 17 insertions(+), 33 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bf7b50f..604724f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: osmdata Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects -Version: 0.2.2.002 +Version: 0.2.3 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 d4c6309..015493c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ -0.2.2.00x (development version) +0.2.3 =================== +## Minor changes + +- Fix failing test due to changes to 'sp' moving towards deprecation. + 0.2.2 =================== diff --git a/codemeta.json b/codemeta.json index 0beb475..e980e6d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,20 +4,17 @@ "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.2.002", + "version": "0.2.3", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.2.3 (2023-03-15)", + "runtimePlatform": "R version 4.3.0 (2023-04-21)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -348,25 +345,12 @@ }, "sameAs": "https://CRAN.R-project.org/package=xml2" }, - "SystemRequirements": {} + "SystemRequirements": null }, "applicationCategory": "DataAccess", "isPartOf": "https://ropensci.org", - "keywords": [ - "open0street0map", - "openstreetmap", - "overpass0API", - "OSM", - "overpass-api", - "r", - "cpp", - "rstats", - "osm", - "osm-data", - "r-package", - "peer-reviewed" - ], - "fileSize": "38808.347KB", + "keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"], + "fileSize": "15261.224KB", "citation": [ { "@type": "ScholarlyArticle", @@ -400,10 +384,7 @@ "issueNumber": "14", "datePublished": "2017", "isPartOf": { - "@type": [ - "PublicationVolume", - "Periodical" - ], + "@type": ["PublicationVolume", "Periodical"], "volumeNumber": "2", "name": "Journal of Open Source Software" } @@ -412,10 +393,7 @@ ], "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", diff --git a/cran-comments.md b/cran-comments.md index e13f030..aaa0197 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,6 @@ -# CRAN notes for osmdata_0.2.2 submission +# CRAN notes for osmdata_0.2.3 submission + +This submission fixes errors in previous version, due to changes in the 'sp' package. ## Test environments