Skip to content

Commit

Permalink
CRAN version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Feb 9, 2023
1 parent eda0de6 commit e8952c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 44 deletions.
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.1.10.035
Version: 0.2.0
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
person("Bob", "Rudis", role = "aut"),
Expand Down
60 changes: 17 additions & 43 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.1.10.035",
"version": "0.2.0",
"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.2 (2022-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -348,49 +345,32 @@
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"SystemRequirements": "C++11"
"SystemRequirements": null
},
"applicationCategory": "DataAccess",
"isPartOf": "https://ropensci.org",
"keywords": [
"open0street0map",
"openstreetmap",
"overpass0API",
"OSM",
"overpass-api",
"r",
"cpp",
"rstats",
"osm",
"osm-data",
"r-package",
"peer-reviewed"
],
"fileSize": "47911.832KB",
"keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"],
"fileSize": "14954.391KB",
"citation": [
{
"@type": "ScholarlyArticle",
"@type": "SoftwareSourceCode",
"datePublished": "2017",
"author": [
{
"@type": "Person",
"givenName": "Mark",
"familyName": "Padgham"
"@type": "Organization",
"name": "Mark Padgham"
},
{
"@type": "Person",
"givenName": "Bob",
"familyName": "Rudis"
"@type": "Organization",
"name": "Bob Rudis"
},
{
"@type": "Person",
"givenName": "Robin",
"familyName": "Lovelace"
"@type": "Organization",
"name": "Robin Lovelace"
},
{
"@type": "Person",
"givenName": "Maëlle",
"familyName": "Salmon"
"@type": "Organization",
"name": "Maëlle Salmon"
}
],
"name": "osmdata",
Expand All @@ -403,10 +383,7 @@
"issueNumber": "14",
"datePublished": "2017",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"@type": ["PublicationVolume", "Periodical"],
"volumeNumber": "2",
"name": "The Journal of Open Source Software"
}
Expand All @@ -415,10 +392,7 @@
],
"releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md",
"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"
],
"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 e8952c9

Please sign in to comment.