R package for downloading OpenStreetMap data

Merge pull request #395 from ropensci/remotes

reinstate 'push' condition in push-to-elsewhere workflow

authored by mpadge.tngl.sh and committed by

GitHub daeb8d5c 821d0610

+19 -4
+3 -1
.github/workflows/push-to-elsewhere.yaml
··· 17 17 name: push-to-elsewhere 18 18 19 19 on: 20 + push: 21 + branches: 22 + - main 20 23 pull_request: 21 24 branches: 22 25 - main 23 - 24 26 jobs: 25 27 build: 26 28 runs-on: ubuntu-latest
+1 -1
DESCRIPTION
··· 1 1 Package: osmdata 2 2 Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects 3 - Version: 0.3.0.9010 3 + Version: 0.3.0.9011 4 4 Authors@R: c( 5 5 person("Joan", "Maspons", , "joanmaspons@gmail.com", role = c("aut", "cre"), 6 6 comment = c(ORCID = "0000-0003-2286-8727")),
+15 -2
codemeta.json
··· 11 11 "codeRepository": "https://github.com/ropensci/osmdata", 12 12 "issueTracker": "https://github.com/ropensci/osmdata/issues", 13 13 "license": "https://spdx.org/licenses/GPL-3.0", 14 - "version": "0.3.0.9010", 14 + "version": "0.3.0.9011", 15 15 "programmingLanguage": { 16 16 "@type": "ComputerLanguage", 17 17 "name": "R", ··· 318 318 }, 319 319 "applicationCategory": "DataAccess", 320 320 "isPartOf": "https://ropensci.org", 321 - "keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"], 321 + "keywords": [ 322 + "open0street0map", 323 + "openstreetmap", 324 + "overpass0API", 325 + "OSM", 326 + "overpass-api", 327 + "r", 328 + "cpp", 329 + "rstats", 330 + "osm", 331 + "osm-data", 332 + "r-package", 333 + "peer-reviewed" 334 + ], 322 335 "fileSize": "38080.355KB", 323 336 "citation": [ 324 337 {