Skip to content

Commit 4202728

Browse files
committed
chore: update NEWS, codemeta, cff
1 parent 02da12c commit 4202728

File tree

3 files changed

+48
-7
lines changed

3 files changed

+48
-7
lines changed

CITATION.cff

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "mapsf" in publications use:'
88
type: software
99
license: GPL-3.0-or-later
1010
title: 'mapsf: Thematic Cartography'
11-
version: 0.11.0
11+
version: 0.12.0
1212
doi: 10.32614/CRAN.package.mapsf
1313
abstract: Create and integrate thematic maps in your workflow. This package helps
1414
to design various cartographic representations such as proportional symbols, choropleth
@@ -63,7 +63,6 @@ references:
6363
name: R Foundation for Statistical Computing
6464
address: Vienna, Austria
6565
year: '2024'
66-
doi: 10.32614/CRAN.package.graphics
6766
- type: software
6867
title: maplegend
6968
abstract: 'maplegend: Legends for Maps'
@@ -120,7 +119,6 @@ references:
120119
name: R Foundation for Statistical Computing
121120
address: Vienna, Austria
122121
year: '2024'
123-
doi: 10.32614/CRAN.package.stats
124122
- type: software
125123
title: utils
126124
abstract: 'R: A Language and Environment for Statistical Computing'
@@ -131,7 +129,6 @@ references:
131129
name: R Foundation for Statistical Computing
132130
address: Vienna, Austria
133131
year: '2024'
134-
doi: 10.32614/CRAN.package.utils
135132
- type: software
136133
title: grDevices
137134
abstract: 'R: A Language and Environment for Statistical Computing'
@@ -142,7 +139,6 @@ references:
142139
name: R Foundation for Statistical Computing
143140
address: Vienna, Austria
144141
year: '2024'
145-
doi: 10.32614/CRAN.package.grDevices
146142
- type: software
147143
title: terra
148144
abstract: 'terra: Spatial Data Analysis'
@@ -156,6 +152,23 @@ references:
156152
orcid: https://orcid.org/0000-0001-5872-2872
157153
year: '2024'
158154
doi: 10.32614/CRAN.package.terra
155+
- type: software
156+
title: Ckmeans.1d.dp
157+
abstract: 'Ckmeans.1d.dp: Optimal, Fast, and Reproducible Univariate Clustering'
158+
notes: Suggests
159+
repository: https://CRAN.R-project.org/package=Ckmeans.1d.dp
160+
authors:
161+
- family-names: Song
162+
given-names: Joe
163+
164+
orcid: https://orcid.org/0000-0002-6883-6547
165+
- family-names: Zhong
166+
given-names: Hua
167+
orcid: https://orcid.org/0000-0003-1962-2603
168+
- family-names: Wang
169+
given-names: Haizhou
170+
year: '2024'
171+
doi: 10.32614/CRAN.package.Ckmeans.1d.dp
159172
- type: software
160173
title: png
161174
abstract: 'png: Read and write PNG images'

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# mapsf 0.12.0
2+
3+
## Fix
4+
- use 1/4 of line for typical offset space (title, credits, scale bar, north arrow etc.) (#74)
5+
- change text adj to allow multiple lines titles in mf_title()
6+
- make mf_inset_*() work on split windows (#77)
7+
- add a message when values are outside class limits for type="choro"
8+
9+
## Feat
10+
- add cex and adj args to mf_arrow(), better arrow shape, better real north adjustemnent
11+
- add mf_get_pencil() function to create a pencil layer from a polygon layer
12+
- add "Q6" and "ckmeans" classification methods to mf_get_breaks()
13+
- add mf_get_borders() to extract borders from contiguous polygons
14+
15+
16+
117
# mapsf 0.11.0
218

319
## Fix

codemeta.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://riatelab.github.io/mapsf/",
88
"issueTracker": "https://github.com/riatelab/mapsf/issues/",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.11.0",
10+
"version": "0.12.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
@@ -77,6 +77,18 @@
7777
},
7878
"sameAs": "https://CRAN.R-project.org/package=terra"
7979
},
80+
{
81+
"@type": "SoftwareApplication",
82+
"identifier": "Ckmeans.1d.dp",
83+
"name": "Ckmeans.1d.dp",
84+
"provider": {
85+
"@id": "https://cran.r-project.org",
86+
"@type": "Organization",
87+
"name": "Comprehensive R Archive Network (CRAN)",
88+
"url": "https://cran.r-project.org"
89+
},
90+
"sameAs": "https://CRAN.R-project.org/package=Ckmeans.1d.dp"
91+
},
8092
{
8193
"@type": "SoftwareApplication",
8294
"identifier": "png",
@@ -239,5 +251,5 @@
239251
},
240252
"SystemRequirements": null
241253
},
242-
"fileSize": "3253.995KB"
254+
"fileSize": "3265.325KB"
243255
}

0 commit comments

Comments
 (0)