Skip to content

Commit 9dd8ca0

Browse files
committed
chore: update NEWS, codemeda & cff
1 parent 84d0287 commit 9dd8ca0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CITATION.cff

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "maplegend" in publications use:'
88
type: software
99
license: GPL-3.0-only
1010
title: 'maplegend: Legends for Maps'
11-
version: 0.2.0
11+
version: 0.3.0
1212
doi: 10.32614/CRAN.package.maplegend
1313
abstract: Create legends for maps and other graphics. Thematic maps need to be accompanied
1414
by legible legends to be fully comprehensible. This package offers a wide range
@@ -37,8 +37,8 @@ references:
3737
institution:
3838
name: R Foundation for Statistical Computing
3939
address: Vienna, Austria
40-
year: '2024'
41-
version: '>= 3.6.0'
40+
year: '2025'
41+
version: '>= 4.1.0'
4242
- type: software
4343
title: graphics
4444
abstract: 'R: A Language and Environment for Statistical Computing'
@@ -48,7 +48,7 @@ references:
4848
institution:
4949
name: R Foundation for Statistical Computing
5050
address: Vienna, Austria
51-
year: '2024'
51+
year: '2025'
5252
- type: software
5353
title: grDevices
5454
abstract: 'R: A Language and Environment for Statistical Computing'
@@ -58,7 +58,7 @@ references:
5858
institution:
5959
name: R Foundation for Statistical Computing
6060
address: Vienna, Austria
61-
year: '2024'
61+
year: '2025'
6262
- type: software
6363
title: tinytest
6464
abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework'
@@ -71,7 +71,7 @@ references:
7171
name-particle: van der
7272
email: mark.vanderloo@gmail.com
7373
orcid: https://orcid.org/0000-0002-9807-4686
74-
year: '2024'
74+
year: '2025'
7575
doi: 10.32614/CRAN.package.tinytest
7676
- type: software
7777
title: covr
@@ -83,6 +83,6 @@ references:
8383
- family-names: Hester
8484
given-names: Jim
8585
email: james.f.hester@gmail.com
86-
year: '2024'
86+
year: '2025'
8787
doi: 10.32614/CRAN.package.covr
8888

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## feat
44
* add alpha transparency for all legends
5-
5+
* redraw legends when resizing the plot device
66

77

88
# maplegend 0.2.0

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"codeRepository": "https://github.com/riatelab/maplegend/",
88
"issueTracker": "https://github.com/riatelab/maplegend/issues/",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.2.0",
10+
"version": "0.3.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
16+
"runtimePlatform": "R version 4.5.0 (2025-04-11)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -69,7 +69,7 @@
6969
"@type": "SoftwareApplication",
7070
"identifier": "R",
7171
"name": "R",
72-
"version": ">= 3.6.0"
72+
"version": ">= 4.1.0"
7373
},
7474
"2": {
7575
"@type": "SoftwareApplication",
@@ -83,5 +83,5 @@
8383
},
8484
"SystemRequirements": null
8585
},
86-
"fileSize": "141.003KB"
86+
"fileSize": "141.653KB"
8787
}

0 commit comments

Comments
 (0)