Skip to content

Commit

Permalink
"editorial" changes to package title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Nov 27, 2023
1 parent d320223 commit f374715
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
^README\.html$
^_pkgdown\.yml$
^cran-comments\.md$
^CRAN-SUBMISSION$
14 changes: 8 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Package: rosmium
Title: Bindings for Osmium Tool
Title: Bindings for 'Osmium Tool'
Version: 0.1.0
Authors@R:
person("Daniel", "Herszenhut", , "dhersz@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8066-1105"))
Description: Allows one to use Osmium Tool from R. Osmium is a
Description: Allows one to use 'Osmium Tool'
(<https://osmcode.org/osmium-tool/>) from R. 'Osmium' is a
multipurpose command line tool that enables one to manipulate and
analyze OpenStreetMap (OSM) files through several different commands.
analyze OpenStreetMap files through several different commands.
Currently, this package does not aim to offer functions that cover the
entirety of Osmium’s API, instead making available functions that wrap
only a very limited set of Osmium’s features.
entire 'Osmium' API, instead making available functions that wrap only
a very limited set of its features.
License: MIT + file LICENSE
URL: https://ipeagit.github.io/rosmium/, https://github.com/ipeaGIT/rosmium
URL: https://ipeagit.github.io/rosmium/,
https://github.com/ipeaGIT/rosmium
BugReports: https://github.com/ipeaGIT/rosmium/issues
Imports:
checkmate,
Expand Down
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "rosmium",
"description": "Allows one to use Osmium Tool from R. Osmium is a multipurpose command line tool that enables one to manipulate and analyze OpenStreetMap (OSM) files through several different commands. Currently, this package does not aim to offer functions that cover the entirety of Osmium’s API, instead making available functions that wrap only a very limited set of Osmium’s features.",
"name": "rosmium: Bindings for Osmium Tool",
"description": "Allows one to use 'Osmium Tool' (<https://osmcode.org/osmium-tool/>) from R. 'Osmium' is a multipurpose command line tool that enables one to manipulate and analyze OpenStreetMap files through several different commands. Currently, this package does not aim to offer functions that cover the entire 'Osmium' API, instead making available functions that wrap only a very limited set of its features.",
"name": "rosmium: Bindings for 'Osmium Tool'",
"relatedLink": "https://ipeagit.github.io/rosmium/",
"codeRepository": "https://github.com/ipeaGIT/rosmium",
"issueTracker": "https://github.com/ipeaGIT/rosmium/issues",
Expand Down Expand Up @@ -140,10 +140,10 @@
},
"SystemRequirements": null
},
"fileSize": "841.926KB",
"fileSize": "842.448KB",
"releaseNotes": "https://github.com/ipeaGIT/rosmium/blob/master/NEWS.md",
"readme": "https://github.com/ipeaGIT/rosmium/blob/main/README.md",
"contIntegration": ["https://github.com/dhersz/rosmium/actions?query=workflow%3Acheck", "https://app.codecov.io/gh/dhersz/rosmium?branch=main"],
"developmentStatus": "https://www.repostatus.org/#concept",
"contIntegration": ["https://github.com/ipeaGIT/rosmium/actions?query=workflow%3Acheck", "https://app.codecov.io/gh/ipeaGIT/rosmium?branch=main"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html",
"keywords": ["openstreetmap", "osm", "osmium", "r"]
}
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission

This is a resubmission. Our latest submission got flagged for not wrapping
Osmium Tool/Osmium in single quotes and for not adding a web reference to the
software.

## Test environments

- Local Ubuntu 22.04 installation (R 4.3.2)
Expand Down

0 comments on commit f374715

Please sign in to comment.