diff --git a/.Rbuildignore b/.Rbuildignore index 158decf..6ce1be0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,3 +7,4 @@ ^README\.Rmd$ ^README\.html$ ^_pkgdown\.yml$ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index b2bd73f..a781af7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rosmium Title: Bindings for Osmium Tool -Version: 0.0.0.9000 +Version: 0.1.0 Authors@R: person("Daniel", "Herszenhut", , "dhersz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8066-1105")) @@ -11,7 +11,7 @@ Description: Allows one to use Osmium Tool from R. Osmium is a entirety of Osmium’s API, instead making available functions that wrap only a very limited set of Osmium’s 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/NEWS.md b/NEWS.md new file mode 100644 index 0000000..f349039 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,3 @@ +# rosmium 0.1.0 + +- Initial CRAN release. diff --git a/README.Rmd b/README.Rmd index db292c7..3bbaf69 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,9 +15,9 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/rosmium)](https://CRAN.R-project.org/package=rosmium) [![B -status](https://github.com/dhersz/rosmium/workflows/check/badge.svg)](https://github.com/dhersz/rosmium/actions?query=workflow%3Acheck) +status](https://github.com/ipeaGIT/rosmium/workflows/check/badge.svg)](https://github.com/ipeaGIT/rosmium/actions?query=workflow%3Acheck) [![Codecov test -coverage](https://codecov.io/gh/dhersz/rosmium/branch/main/graph/badge.svg)](https://app.codecov.io/gh/dhersz/rosmium?branch=main) +coverage](https://codecov.io/gh/ipeaGIT/rosmium/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ipeaGIT/rosmium?branch=main) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) @@ -34,7 +34,7 @@ Development version: ```r # install.packages("remotes") -remotes::install_github("dhersz/rosmium") +remotes::install_github("ipeaGIT/rosmium") ``` Please note that **rosmium** requires Osmium to be installed and added to the diff --git a/README.md b/README.md index 18ec18d..606fae0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ [![CRAN status](https://www.r-pkg.org/badges/version/rosmium)](https://CRAN.R-project.org/package=rosmium) [![B -status](https://github.com/dhersz/rosmium/workflows/check/badge.svg)](https://github.com/dhersz/rosmium/actions?query=workflow%3Acheck) +status](https://github.com/ipeaGIT/rosmium/workflows/check/badge.svg)](https://github.com/ipeaGIT/rosmium/actions?query=workflow%3Acheck) [![Codecov test -coverage](https://codecov.io/gh/dhersz/rosmium/branch/main/graph/badge.svg)](https://app.codecov.io/gh/dhersz/rosmium?branch=main) +coverage](https://codecov.io/gh/ipeaGIT/rosmium/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ipeaGIT/rosmium?branch=main) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) @@ -24,7 +24,7 @@ Development version: ``` r # install.packages("remotes") -remotes::install_github("dhersz/rosmium") +remotes::install_github("ipeaGIT/rosmium") ``` Please note that **rosmium** requires Osmium to be installed and added @@ -154,7 +154,7 @@ or the most appropriate application, depending on the output format. ``` r # displays the content of the previous tags_filter() output in html format show_content(output, spinner = FALSE) -#> [1] "/tmp/RtmpcvrR7F/osm_content72fa5b4c2018.html" +#> [1] "/tmp/RtmpcvrR7F/osm_content72fa2e992ee.html" ``` diff --git a/codemeta.json b/codemeta.json index 0b4cdf5..5775509 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,11 +4,11 @@ "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", - "relatedLink": "https://ipeagit.github.io/rosmium", + "relatedLink": "https://ipeagit.github.io/rosmium/", "codeRepository": "https://github.com/ipeaGIT/rosmium", "issueTracker": "https://github.com/ipeaGIT/rosmium/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.0.0.9000", + "version": "0.1.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -140,7 +140,8 @@ }, "SystemRequirements": null }, - "fileSize": "844.823KB", + "fileSize": "841.926KB", + "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", diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..03f6cdd --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,21 @@ +## Test environments + +- Local Ubuntu 22.04 installation (R 4.3.2) +- GitHub Actions: + - Windows (release) + - MacOS (release) + - Ubuntu 20.04 (devel, release, oldrel) + +## R CMD check results + +0 errors | 0 warnings | 1 note + +> New submission +> +> Possibly misspelled words in DESCRIPTION: +> OSM (9:28) +> OpenStreetMap (9:13) + +This is the first submission for rosmium. We believe the misspelled word note +is a false positive, since the words are correctly spelled. OSM is an acronym +for OpenStreetMap. diff --git a/man/rosmium.Rd b/man/rosmium.Rd index e57adf9..fa5360e 100644 --- a/man/rosmium.Rd +++ b/man/rosmium.Rd @@ -26,7 +26,7 @@ Please check the vignette for more on the package usage: \seealso{ Useful links: \itemize{ - \item \url{https://ipeagit.github.io/rosmium} + \item \url{https://ipeagit.github.io/rosmium/} \item \url{https://github.com/ipeaGIT/rosmium} \item Report bugs at \url{https://github.com/ipeaGIT/rosmium/issues} }