Skip to content

Commit e3ec1d0

Browse files
committed
version bump -> CRAN release v0.1.10
1 parent a964f43 commit e3ec1d0

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: osmdata
22
Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
3-
Version: 0.1.9.055
3+
Version: 0.1.10
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
66
person("Bob", "Rudis", role = "aut"),

codemeta.json

+6-28
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
"identifier": "osmdata",
55
"description": "Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server (<https://overpass-api.de/>) and processed with very fast 'C++' routines for return to 'R'.",
66
"name": "osmdata: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects",
7-
"relatedLink": [
8-
"https://docs.ropensci.org/osmdata/",
9-
"https://CRAN.R-project.org/package=osmdata"
10-
],
7+
"relatedLink": ["https://docs.ropensci.org/osmdata/", "https://CRAN.R-project.org/package=osmdata"],
118
"codeRepository": "https://github.com/ropensci/osmdata/",
129
"issueTracker": "https://github.com/ropensci/osmdata/issues",
1310
"license": "https://spdx.org/licenses/GPL-3.0",
14-
"version": "0.1.9.055",
11+
"version": "0.1.10",
1512
"programmingLanguage": {
1613
"@type": "ComputerLanguage",
1714
"name": "R",
@@ -339,21 +336,8 @@
339336
},
340337
"applicationCategory": "DataAccess",
341338
"isPartOf": "https://ropensci.org",
342-
"keywords": [
343-
"open0street0map",
344-
"openstreetmap",
345-
"overpass0API",
346-
"OSM",
347-
"overpass-api",
348-
"r",
349-
"cpp",
350-
"rstats",
351-
"osm",
352-
"osm-data",
353-
"r-package",
354-
"peer-reviewed"
355-
],
356-
"fileSize": "12187.211KB",
339+
"keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"],
340+
"fileSize": "3178.708KB",
357341
"citation": [
358342
{
359343
"@type": "ScholarlyArticle",
@@ -390,10 +374,7 @@
390374
"issueNumber": "14",
391375
"datePublished": "2017",
392376
"isPartOf": {
393-
"@type": [
394-
"PublicationVolume",
395-
"Periodical"
396-
],
377+
"@type": ["PublicationVolume", "Periodical"],
397378
"volumeNumber": "2",
398379
"name": "The Journal of Open Source Software"
399380
}
@@ -402,10 +383,7 @@
402383
],
403384
"releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md",
404385
"readme": "https://github.com/ropensci/osmdata/blob/main/README.md",
405-
"contIntegration": [
406-
"https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check",
407-
"https://app.codecov.io/gh/ropensci/osmdata"
408-
],
386+
"contIntegration": ["https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/osmdata"],
409387
"developmentStatus": "https://www.repostatus.org/#active",
410388
"review": {
411389
"@type": "Review",

0 commit comments

Comments
 (0)