Skip to content

Commit

Permalink
submitted to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
agila5 committed Jul 27, 2021
1 parent 6bb0b3f commit c0637aa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: osmextract
Type: Package
Title: Download and Read OpenStreetMap Data Extracts
Version: 0.3.0.9000
Title: Download and Import Open Stree tMap Data Extracts
Version: 0.3.1
Authors@R: c(
person("Andrea", "Gilardi", email = "[email protected]", role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-9424-7439")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# osmextract (development version)
# osmextract 0.3.1

### MAJOR CHANGES

* Added a new (but still experimental) function named `oe_get_network()` to import a road network used by a spcific mode of transport. For the moment, we support the following modes of transport: cycling (default), walking, and driving. Check `?oe_get_network` for more details and examples (#218).
* Added a new (but still experimental) function named `oe_get_network()` to import a road network used by a specific mode of transport. For the moment, we support the following modes of transport: cycling (default), walking, and driving. Check `?oe_get_network` for more details and examples (#218).

### MINOR CHANGES

Expand Down
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
],
"@type": "SoftwareSourceCode",
"identifier": "osmextract",
"description": "Find, download, convert and read Open Street Map data extracts \n obtained from several providers. ",
"description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ",
"name": "osmextract: Download and Read OpenStreetMap Data Extracts",
"codeRepository": "https://github.com/ropensci/osmextract",
"issueTracker": "https://github.com/ropensci/osmextract/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.3.0",
"version": "0.3.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.3 (2020-02-29)",
"runtimePlatform": "R version 4.0.5 (2021-03-31)",
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -134,8 +134,8 @@
}
],
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
"fileSize": "3297.305KB",
"contIntegration": "https://codecov.io/gh/ropensci/osmextract?branch=master",
"fileSize": "3326.71KB",
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://codecov.io/gh/ropensci/osmextract?branch=master"],
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/395",
Expand Down
11 changes: 5 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
## Release summary

- We modified the built-in data objects to adapt our package to `sf` version 1.0.0 and, in particular, the new `s2` package for spherical geometry operations.
- We modified several functions, examples, and tests and implemented several new functionalities. The details are listed in the NEWS file.
- We added a new function and adjusted the existing code for sf v1.0.2. The details are listed in the NEWS file.

## Test environments

- local Windows install, R 4.0.5
- local Ubuntu install, R 3.6.3
- GHA windows-latest (r-release)
- GHA macOS-latest (r-release)
- GHA ubuntu-20.04 (r-release)
- GHA ubuntu-20.04 (r-devel)
- Github Actions windows-latest (r-release)
- Github Actions macOS-latest (r-release)
- Github Actions ubuntu-20.04 (r-release)
- Github Actions ubuntu-20.04 (r-devel)

## R CMD check results

Expand Down
2 changes: 1 addition & 1 deletion man/osmextract-package.Rd

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

0 comments on commit c0637aa

Please sign in to comment.