From 955c6673bac8d409da1f3667af765f8814142d6b Mon Sep 17 00:00:00 2001 From: Joan Maspons Date: Mon, 18 Nov 2024 12:24:25 +0100 Subject: [PATCH] CRAN release --- .Rbuildignore | 1 + DESCRIPTION | 3 +-- NEWS.md | 2 +- OSMwiki_version | 2 ++ codemeta.json | 6 +++--- 5 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 OSMwiki_version diff --git a/.Rbuildignore b/.Rbuildignore index 9f85afa..0b511b0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,6 +3,7 @@ ^CODE_OF_CONDUCT\.md$ ^CRAN-SUBMISSION$ ^LICENSE\.md$ +^OSMwiki_version ^README\.Rmd$ ^\.Rproj\.user$ ^\.covrignore$ diff --git a/DESCRIPTION b/DESCRIPTION index 762c120..fd999fe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: osmapiR Title: 'OpenStreetMap' API -Version: 0.2.1.9003 +Version: 0.2.2 Authors@R: c( person("Joan", "Maspons", , "joanmaspons@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-2286-8727")), @@ -34,6 +34,5 @@ Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 -OSMWikiVersion: 2775892 X-schema.org-keywords: open street map, openstreetmap, OSM, openstreetmap-api, osmapi, API diff --git a/NEWS.md b/NEWS.md index 1bba852..12ba459 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# osmapiR (development version) +# osmapiR 0.2.2 * Use the new function `httr2::oauth_cache_clear()` from httr2 1.0.6 (#58 by @hadley). * Update documentation and code for server-side changes documented in OSMWikiVersion diff --git a/OSMwiki_version b/OSMwiki_version new file mode 100644 index 0000000..6dbe3e2 --- /dev/null +++ b/OSMwiki_version @@ -0,0 +1,2 @@ +# last synchronized version of https://wiki.openstreetmap.org/wiki/API_v0.6 +2775892 diff --git a/codemeta.json b/codemeta.json index 0764c0f..3215205 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci/osmapiR", "issueTracker": "https://github.com/ropensci/osmapiR/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.1.9003", + "version": "0.2.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -164,7 +164,7 @@ "SystemRequirements": null }, "keywords": ["openstreetmap", "OSM", "openstreetmap-api", "osmapi", "API", "osm", "r", "r-package"], - "fileSize": "14106.292KB", + "fileSize": "14106.331KB", "citation": [ { "@type": "ScholarlyArticle", @@ -180,7 +180,7 @@ ], "name": "osmapiR: An 'OpenStreetMap API' implementation for R", "identifier": "10.21105/joss.07151", - "description": "R package version 0.2.1.9003", + "description": "R package version 0.2.2", "pagination": "7151", "@id": "https://doi.org/10.21105/joss.07151", "sameAs": "https://doi.org/10.21105/joss.07151",