Skip to content

Commit 005bffd

Browse files
committed
ready for CRAN submission
1 parent d193cf9 commit 005bffd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: osmextract
22
Type: Package
33
Title: Download and Read OpenStreetMap Data Extracts
4-
Version: 0.2.1.9000
4+
Version: 0.3.0
55
Authors@R: c(
66
person("Andrea", "Gilardi", email = "andrea.gilardi@unimib.it", role=c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-9424-7439")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# osmextract (development version)
1+
# osmextract 0.3.0
22

33
### MAJOR CHANGES
44

codemeta.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.2.1",
13+
"version": "0.3.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -56,6 +56,7 @@
5656
"@type": "SoftwareApplication",
5757
"identifier": "testthat",
5858
"name": "testthat",
59+
"version": ">= 3.0.2",
5960
"provider": {
6061
"@id": "https://cran.r-project.org",
6162
"@type": "Organization",
@@ -133,7 +134,7 @@
133134
}
134135
],
135136
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
136-
"fileSize": "2440.333KB",
137+
"fileSize": "3297.305KB",
137138
"contIntegration": "https://codecov.io/gh/ropensci/osmextract?branch=master",
138139
"review": {
139140
"@type": "Review",

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
- 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.
44
- We modified several functions, examples, and tests and implemented several new functionalities. The details are listed in the NEWS file.
5-
- The tests that require an internet connection are now skipped on CRAN checks.
65

76
## Test environments
87

9-
- local Windows install, R 4.0.6
8+
- local Windows install, R 4.0.5
9+
- local Ubuntu install, R 3.6.3
1010
- GHA windows-latest (r-release)
1111
- GHA macOS-latest (r-release)
1212
- GHA ubuntu-20.04 (r-release)
1313
- GHA ubuntu-20.04 (r-devel)
1414

1515
## R CMD check results
1616

17-
0 errors √ | 0 warnings √ | 1 note x
17+
0 errors √ | 0 warnings √ | 0 note

0 commit comments

Comments
 (0)