Skip to content

Commit c0637aa

Browse files
committed
submitted to CRAN
1 parent 6bb0b3f commit c0637aa

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: osmextract
22
Type: Package
3-
Title: Download and Read OpenStreetMap Data Extracts
4-
Version: 0.3.0.9000
3+
Title: Download and Import Open Stree tMap Data Extracts
4+
Version: 0.3.1
55
Authors@R: c(
66
person("Andrea", "Gilardi", email = "[email protected]", role=c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-9424-7439")),

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# osmextract (development version)
1+
# osmextract 0.3.1
22

33
### MAJOR CHANGES
44

5-
* 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).
5+
* 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).
66

77
### MINOR CHANGES
88

codemeta.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
],
66
"@type": "SoftwareSourceCode",
77
"identifier": "osmextract",
8-
"description": "Find, download, convert and read Open Street Map data extracts \n obtained from several providers. ",
8+
"description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ",
99
"name": "osmextract: Download and Read OpenStreetMap Data Extracts",
1010
"codeRepository": "https://github.com/ropensci/osmextract",
1111
"issueTracker": "https://github.com/ropensci/osmextract/issues",
1212
"license": "https://spdx.org/licenses/GPL-3.0",
13-
"version": "0.3.0",
13+
"version": "0.3.1",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
1717
"url": "https://r-project.org"
1818
},
19-
"runtimePlatform": "R version 3.6.3 (2020-02-29)",
19+
"runtimePlatform": "R version 4.0.5 (2021-03-31)",
2020
"author": [
2121
{
2222
"@type": "Person",
@@ -134,8 +134,8 @@
134134
}
135135
],
136136
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
137-
"fileSize": "3297.305KB",
138-
"contIntegration": "https://codecov.io/gh/ropensci/osmextract?branch=master",
137+
"fileSize": "3326.71KB",
138+
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://codecov.io/gh/ropensci/osmextract?branch=master"],
139139
"review": {
140140
"@type": "Review",
141141
"url": "https://github.com/ropensci/software-review/issues/395",

cran-comments.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
## Release summary
22

3-
- 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.
4-
- We modified several functions, examples, and tests and implemented several new functionalities. The details are listed in the NEWS file.
3+
- We added a new function and adjusted the existing code for sf v1.0.2. The details are listed in the NEWS file.
54

65
## Test environments
76

87
- local Windows install, R 4.0.5
98
- local Ubuntu install, R 3.6.3
10-
- GHA windows-latest (r-release)
11-
- GHA macOS-latest (r-release)
12-
- GHA ubuntu-20.04 (r-release)
13-
- GHA ubuntu-20.04 (r-devel)
9+
- Github Actions windows-latest (r-release)
10+
- Github Actions macOS-latest (r-release)
11+
- Github Actions ubuntu-20.04 (r-release)
12+
- Github Actions ubuntu-20.04 (r-devel)
1413

1514
## R CMD check results
1615

man/osmextract-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)