Skip to content

Commit 8c35b5d

Browse files
committed
chore: increase version
CRAN submission
1 parent c7f5279 commit 8c35b5d

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "maptiles" in publications use:'
88
type: software
99
license: GPL-3.0-only
1010
title: 'maptiles: Download and Display Map Tiles'
11-
version: 0.9.0
11+
version: 0.10.0
1212
doi: 10.32614/CRAN.package.maptiles
1313
abstract: To create maps from tiles, 'maptiles' downloads, composes and displays tiles
1414
from a large number of providers (e.g. 'OpenStreetMap', 'Stadia', 'Esri', 'CARTO',
@@ -122,6 +122,7 @@ references:
122122
orcid: https://orcid.org/0000-0001-5872-2872
123123
year: '2025'
124124
doi: 10.32614/CRAN.package.terra
125+
version: '>= 1.8-21'
125126
- type: software
126127
title: tools
127128
abstract: 'R: A Language and Environment for Statistical Computing'

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: maptiles
22
Title: Download and Display Map Tiles
3-
Version: 0.9.0
3+
Version: 0.10.0
44
Authors@R: c(person(given = "Timothée",
55
family = "Giraud",
66
email = "timothee.giraud@cnrs.fr",

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# maptiles 0.10.0
2+
3+
## fix
4+
- manage "inverted" jpg/jpeg images with terra::is.flipped (#36)
5+
6+
17
# maptiles 0.9.0
28

39
## fix

codemeta.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"codeRepository": "https://github.com/riatelab/maptiles/",
88
"issueTracker": "https://github.com/riatelab/maptiles/issues/",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.9.0",
10+
"version": "0.10.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
16+
"runtimePlatform": "R version 4.5.0 (2025-04-11)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -152,6 +152,7 @@
152152
"@type": "SoftwareApplication",
153153
"identifier": "terra",
154154
"name": "terra",
155+
"version": ">= 1.8-21",
155156
"provider": {
156157
"@id": "https://cran.r-project.org",
157158
"@type": "Organization",
@@ -184,5 +185,5 @@
184185
},
185186
"SystemRequirements": null
186187
},
187-
"fileSize": "1450.571KB"
188+
"fileSize": "1452.47KB"
188189
}

maptiles.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 2bc04e14-fd6f-4c40-ae5f-c0d1b7ce2b2d
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

0 commit comments

Comments
 (0)