Skip to content

Commit c9be84b

Browse files
committed
chore: update version, NEWS, codemeta, cff
CRAN submission
1 parent 09b82ef commit c9be84b

File tree

4 files changed

+19
-34
lines changed

4 files changed

+19
-34
lines changed

CITATION.cff

Lines changed: 2 additions & 18 deletions
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.10.0
11+
version: 0.11.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',
@@ -68,7 +68,7 @@ references:
6868
title: digest
6969
abstract: 'digest: Create Compact Hash Digests of R Objects'
7070
notes: Imports
71-
url: https://dirk.eddelbuettel.com/code/digest.html
71+
url: https://eddelbuettel.github.io/digest/
7272
repository: https://CRAN.R-project.org/package=digest
7373
authors:
7474
- family-names: Eddelbuettel
@@ -133,22 +133,6 @@ references:
133133
name: R Foundation for Statistical Computing
134134
address: Vienna, Austria
135135
year: '2025'
136-
- type: software
137-
title: slippymath
138-
abstract: 'slippymath: Slippy Map Tile Tools'
139-
notes: Imports
140-
url: https://www.github.com/milesmcbain/slippymath
141-
repository: https://CRAN.R-project.org/package=slippymath
142-
authors:
143-
- family-names: McBain
144-
given-names: Miles
145-
email: miles.mcbain@gmail.com
146-
orcid: https://orcid.org/0000-0003-2865-2548
147-
- family-names: Sumner
148-
given-names: Michael
149-
email: mdsumner@gmail.com
150-
year: '2025'
151-
doi: 10.32614/CRAN.package.slippymath
152136
- type: software
153137
title: utils
154138
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.10.0.9999
3+
Version: 0.11.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.11.0
2+
3+
## fix
4+
- refactor package to use code directly extracted from slippymath (thanks @milesmcbain)
5+
6+
17
# maptiles 0.10.0
28

39
## fix

codemeta.json

Lines changed: 10 additions & 15 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.10.0",
10+
"version": "0.11.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.5.0 (2025-04-11)",
16+
"runtimePlatform": "R version 4.5.2 (2025-10-31)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -48,6 +48,13 @@
4848
"familyName": "Graham"
4949
}
5050
],
51+
"copyrightHolder": [
52+
{
53+
"@type": "Person",
54+
"givenName": "Miles",
55+
"familyName": "McBain"
56+
}
57+
],
5158
"maintainer": [
5259
{
5360
"@type": "Person",
@@ -167,23 +174,11 @@
167174
"name": "tools"
168175
},
169176
"10": {
170-
"@type": "SoftwareApplication",
171-
"identifier": "slippymath",
172-
"name": "slippymath",
173-
"provider": {
174-
"@id": "https://cran.r-project.org",
175-
"@type": "Organization",
176-
"name": "Comprehensive R Archive Network (CRAN)",
177-
"url": "https://cran.r-project.org"
178-
},
179-
"sameAs": "https://CRAN.R-project.org/package=slippymath"
180-
},
181-
"11": {
182177
"@type": "SoftwareApplication",
183178
"identifier": "utils",
184179
"name": "utils"
185180
},
186181
"SystemRequirements": null
187182
},
188-
"fileSize": "1452.47KB"
183+
"fileSize": "1460.717KB"
189184
}

0 commit comments

Comments
 (0)