Skip to content

Commit

Permalink
CRAN version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Apr 24, 2023
1 parent 5cfdef2 commit 486bb87
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 29 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ makefile$
^\.github$
^\.pre-commit-config\.yaml$
^revdep$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: osmdata
Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
Version: 0.2.1.006
Version: 0.2.2
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Bob", "Rudis", role = "aut"),
Expand Down
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.2.1.00x (dev version)
0.2.2
===================

## Major changes:
Expand All @@ -13,7 +13,6 @@
- Fix queries with `!match_case` and only one value (#317).
- Fix queries with multiple features & multiple osm_types (#318).


0.2.1
===================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To load the package and check the version:
library (osmdata)
#> Data (c) OpenStreetMap contributors, ODbL 1.0. https://www.openstreetmap.org/copyright
packageVersion ("osmdata")
#> [1] '0.2.1.6'
#> [1] '0.2.2'
```

## Usage
Expand Down
38 changes: 13 additions & 25 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<https://overpass-api.de/>) 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.1.006",
"version": "0.2.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.2 Patched (2022-11-10 r83330)",
"runtimePlatform": "R version 4.2.3 (2023-03-15)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -348,20 +345,15 @@
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"SystemRequirements": {}
"SystemRequirements": null
},
"applicationCategory": "DataAccess",
"isPartOf": "https://ropensci.org",
"keywords": [
"open0street0map",
"openstreetmap",
"overpass0API",
"OSM"
],
"fileSize": "14961.933KB",
"keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"],
"fileSize": "38808.347KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"@type": "ScholarlyArticle",
"datePublished": "2017",
"author": [
{
Expand All @@ -383,29 +375,25 @@
],
"name": "osmdata",
"identifier": "10.21105/joss.00305",
"url": "https://doi.org/10.21105/joss.00305",
"url": "https://joss.theoj.org/papers/10.21105/joss.00305",
"pagination": "305",
"@id": "https://doi.org/10.21105/joss.00305",
"sameAs": "https://doi.org/10.21105/joss.00305",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "14",
"datePublished": "2017",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"@type": ["PublicationVolume", "Periodical"],
"volumeNumber": "2",
"name": "The Journal of Open Source Software"
"name": "Journal of Open Source Software"
}
}
}
],
"releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md",
"contIntegration": [
"https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check",
"https://app.codecov.io/gh/ropensci/osmdata"
],
"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"],
"developmentStatus": "https://www.repostatus.org/#active",
"review": {
"@type": "Review",
Expand Down

0 comments on commit 486bb87

Please sign in to comment.