Skip to content

Commit de43add

Browse files
committed
auxiliary files for CRAN submission
1 parent 0bd359f commit de43add

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"codeRepository": "https://github.com/ropensci/osmextract",
99
"issueTracker": "https://github.com/ropensci/osmextract/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.5.2",
11+
"version": "0.5.3",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.3.1 (2023-06-16 ucrt)",
17+
"runtimePlatform": "R version 4.4.2 (2024-10-31 ucrt)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -26,7 +26,7 @@
2626
"@type": "Person",
2727
"givenName": "Andrea",
2828
"familyName": "Gilardi",
29-
"email": "andrea.gilardi@polimi.it",
29+
"email": "andrea.gilardi@unimib.it",
3030
"@id": "https://orcid.org/0000-0002-9424-7439"
3131
},
3232
{
@@ -49,7 +49,7 @@
4949
"@type": "Person",
5050
"givenName": "Andrea",
5151
"familyName": "Gilardi",
52-
"email": "andrea.gilardi@polimi.it",
52+
"email": "andrea.gilardi@unimib.it",
5353
"@id": "https://orcid.org/0000-0002-9424-7439"
5454
}
5555
],
@@ -172,7 +172,7 @@
172172
},
173173
"SystemRequirements": null
174174
},
175-
"fileSize": "3678.118KB",
175+
"fileSize": "3770.484KB",
176176
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md",
177177
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
178178
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"],

cran-comments.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
## Release summary
22

3-
- Fixed the invalid language tag in DESCRIPTION file.
4-
- Fixed a bug to preserve compatibility with GDAL 3.10.
5-
- Several minor improvements.
3+
- Added a new argument named 'version' to 'oe_match()'
4+
- Changed the maintainer's email address. I've already sent an email to CRAN-submissions@R-project.org explaining the reasons behind this change.
65

76
## Test environments
87

9-
- local Windows, R 4.3.1
8+
- local Windows, R 4.4.2
109
- Github Actions: ubuntu-latest (r-release)
1110

1211
## R CMD check results

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ PostgreSQL
3434
RStudio
3535
Rstudio
3636
WGS
37+
YYMMDD
3738
bbbike
3839
com
3940
databse

0 commit comments

Comments
 (0)