Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Nov 24, 2023
1 parent ee2578e commit d320223
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 13 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^README\.Rmd$
^README\.html$
^_pkgdown\.yml$
^cran-comments\.md$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"))
Expand All @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# rosmium 0.1.0

- Initial CRAN release.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down Expand Up @@ -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"
```

<img src="man/figures/filtered_file_content.png" width="721" />
Expand Down
7 changes: 4 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
21 changes: 21 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion man/rosmium.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d320223

Please sign in to comment.