Skip to content

Commit

Permalink
Increase version and usethis::use_tidy_description()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Jun 21, 2024
1 parent 2ba4b2b commit 7780751
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Type: Package
Package: osmapiR
Title: OpenStreetMap API
Version: 0.0.0.39
Version: 0.0.0.40
Authors@R:
person("Joan", "Maspons", , "joanmaspons@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2286-8727"))
Maintainer: Joan Maspons <joanmaspons@gmail.com>
Description: Implements OpenStreetMap API v0.6
(<https://wiki.openstreetmap.org/wiki/API_v0.6>).
License: GPL (>= 3)
URL: https://jmaspons.github.io/osmapiR https://github.com/jmaspons/osmapiR
URL: https://jmaspons.github.io/osmapiR
https://github.com/jmaspons/osmapiR
BugReports: https://github.com/jmaspons/osmapiR/issues
Imports:
curl,
Expand All @@ -21,9 +22,11 @@ Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
X-schema.org-keywords: open street map, openstreetmap, OSM, openstreetmap-api, osmapi, API
VignetteBuilder: knitr
X-schema.org-keywords: open street map, openstreetmap, OSM,
openstreetmap-api, osmapi, API
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/jmaspons/osmapiR",
"issueTracker": "https://github.com/jmaspons/osmapiR/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.0.38",
"version": "0.0.0.40",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -136,7 +136,7 @@
"SystemRequirements": null
},
"keywords": ["openstreetmap", "OSM", "openstreetmap-api", "osmapi", "API", "osm", "r", "r-package"],
"fileSize": "13549.198KB",
"fileSize": "13377.709KB",
"readme": "https://github.com/jmaspons/osmapiR/blob/main/README.md",
"contIntegration": ["https://github.com/jmaspons/osmapiR/actions/workflows/R-CMD-check.yaml", "https://codecov.io/gh/jmaspons/osmapiR", "https://github.com/jmaspons/osmapiR/actions/workflows/pkgdown.yaml"],
"developmentStatus": "https://www.repostatus.org/#active",
Expand Down

0 comments on commit 7780751

Please sign in to comment.