From f37471568fe57f85d3b84a96824bd8d9f73e5b45 Mon Sep 17 00:00:00 2001 From: Daniel Herszenhut Date: Mon, 27 Nov 2023 11:48:47 -0300 Subject: [PATCH] "editorial" changes to package title and description --- .Rbuildignore | 1 + DESCRIPTION | 14 ++++++++------ codemeta.json | 10 +++++----- cran-comments.md | 6 ++++++ 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 6ce1be0..fac3f4e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ ^README\.html$ ^_pkgdown\.yml$ ^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index a781af7..86b4161 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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' + () 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, diff --git a/codemeta.json b/codemeta.json index 5775509..8fdc6a2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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' () 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", @@ -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"] } diff --git a/cran-comments.md b/cran-comments.md index 03f6cdd..3e9f96e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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)