Skip to content

Commit

Permalink
CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Nov 18, 2024
1 parent 53e013e commit 955c667
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
^CODE_OF_CONDUCT\.md$
^CRAN-SUBMISSION$
^LICENSE\.md$
^OSMwiki_version
^README\.Rmd$
^\.Rproj\.user$
^\.covrignore$
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2286-8727")),
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions OSMwiki_version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# last synchronized version of https://wiki.openstreetmap.org/wiki/API_v0.6
2775892
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 955c667

Please sign in to comment.