Skip to content

Commit 4e2f44e

Browse files
committed
CRAN version 0.2.1; closes #313
1 parent dbf6f80 commit 4e2f44e

File tree

3 files changed

+17
-32
lines changed

3 files changed

+17
-32
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.2.0.008
3+
Version: 0.2.1
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
66
person("Bob", "Rudis", role = "aut"),

NEWS.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
0.2.0.00x (dev version)
1+
0.2.1
22
===================
33

4+
## Major changes:
5+
6+
- Very soft deprecation of `nodes_only` parameter in `opq` (#308, #312).
7+
8+
## Minor changes
9+
10+
- Couple of minor memory leak bug fixes in `osmdata_data_frame` C++ code.
11+
412
0.2.0
513
===================
614

@@ -16,7 +24,6 @@ This release welcomes a new package author @jmaspons. The lists of changes here
1624
- Fix key modifications for non-valid column names and handle duplicated column names in `osmdata_*` functions; by @jmaspons (#303)
1725
- @elipousson is new package contributor, thanks to the above work.
1826
- @jmaspons is new package author, thanks to #285 (plus most of the above, and a whole lot more!)
19-
- Very soft deprecation of `nodes_only` parameter in `opq` (#308, #312).
2027

2128
## Minor changes:
2229

codemeta.json

+7-29
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.2.0.008",
11+
"version": "0.2.1",
1512
"programmingLanguage": {
1613
"@type": "ComputerLanguage",
1714
"name": "R",
@@ -348,25 +345,12 @@
348345
},
349346
"sameAs": "https://CRAN.R-project.org/package=xml2"
350347
},
351-
"SystemRequirements": {}
348+
"SystemRequirements": null
352349
},
353350
"applicationCategory": "DataAccess",
354351
"isPartOf": "https://ropensci.org",
355-
"keywords": [
356-
"open0street0map",
357-
"openstreetmap",
358-
"overpass0API",
359-
"OSM",
360-
"overpass-api",
361-
"r",
362-
"cpp",
363-
"rstats",
364-
"osm",
365-
"osm-data",
366-
"r-package",
367-
"peer-reviewed"
368-
],
369-
"fileSize": "14954.391KB",
352+
"keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"],
353+
"fileSize": "14961.933KB",
370354
"citation": [
371355
{
372356
"@type": "SoftwareSourceCode",
@@ -399,10 +383,7 @@
399383
"issueNumber": "14",
400384
"datePublished": "2017",
401385
"isPartOf": {
402-
"@type": [
403-
"PublicationVolume",
404-
"Periodical"
405-
],
386+
"@type": ["PublicationVolume", "Periodical"],
406387
"volumeNumber": "2",
407388
"name": "The Journal of Open Source Software"
408389
}
@@ -411,10 +392,7 @@
411392
],
412393
"releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md",
413394
"readme": "https://github.com/ropensci/osmdata/blob/main/README.md",
414-
"contIntegration": [
415-
"https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check",
416-
"https://app.codecov.io/gh/ropensci/osmdata"
417-
],
395+
"contIntegration": ["https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/osmdata"],
418396
"developmentStatus": "https://www.repostatus.org/#active",
419397
"review": {
420398
"@type": "Review",

0 commit comments

Comments
 (0)