Skip to content

Commit

Permalink
chore: update NEWS, codemeta, cff
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Oct 21, 2024
1 parent 02da12c commit 4202728
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 7 deletions.
23 changes: 18 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "mapsf" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'mapsf: Thematic Cartography'
version: 0.11.0
version: 0.12.0
doi: 10.32614/CRAN.package.mapsf
abstract: Create and integrate thematic maps in your workflow. This package helps
to design various cartographic representations such as proportional symbols, choropleth
Expand Down Expand Up @@ -63,7 +63,6 @@ references:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
doi: 10.32614/CRAN.package.graphics
- type: software
title: maplegend
abstract: 'maplegend: Legends for Maps'
Expand Down Expand Up @@ -120,7 +119,6 @@ references:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
doi: 10.32614/CRAN.package.stats
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
Expand All @@ -131,7 +129,6 @@ references:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
doi: 10.32614/CRAN.package.utils
- type: software
title: grDevices
abstract: 'R: A Language and Environment for Statistical Computing'
Expand All @@ -142,7 +139,6 @@ references:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
doi: 10.32614/CRAN.package.grDevices
- type: software
title: terra
abstract: 'terra: Spatial Data Analysis'
Expand All @@ -156,6 +152,23 @@ references:
orcid: https://orcid.org/0000-0001-5872-2872
year: '2024'
doi: 10.32614/CRAN.package.terra
- type: software
title: Ckmeans.1d.dp
abstract: 'Ckmeans.1d.dp: Optimal, Fast, and Reproducible Univariate Clustering'
notes: Suggests
repository: https://CRAN.R-project.org/package=Ckmeans.1d.dp
authors:
- family-names: Song
given-names: Joe
email: [email protected]
orcid: https://orcid.org/0000-0002-6883-6547
- family-names: Zhong
given-names: Hua
orcid: https://orcid.org/0000-0003-1962-2603
- family-names: Wang
given-names: Haizhou
year: '2024'
doi: 10.32614/CRAN.package.Ckmeans.1d.dp
- type: software
title: png
abstract: 'png: Read and write PNG images'
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# mapsf 0.12.0

## Fix
- use 1/4 of line for typical offset space (title, credits, scale bar, north arrow etc.) (#74)
- change text adj to allow multiple lines titles in mf_title()
- make mf_inset_*() work on split windows (#77)
- add a message when values are outside class limits for type="choro"

## Feat
- add cex and adj args to mf_arrow(), better arrow shape, better real north adjustemnent
- add mf_get_pencil() function to create a pencil layer from a polygon layer
- add "Q6" and "ckmeans" classification methods to mf_get_breaks()
- add mf_get_borders() to extract borders from contiguous polygons



# mapsf 0.11.0

## Fix
Expand Down
16 changes: 14 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://riatelab.github.io/mapsf/",
"issueTracker": "https://github.com/riatelab/mapsf/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.11.0",
"version": "0.12.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -77,6 +77,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=terra"
},
{
"@type": "SoftwareApplication",
"identifier": "Ckmeans.1d.dp",
"name": "Ckmeans.1d.dp",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=Ckmeans.1d.dp"
},
{
"@type": "SoftwareApplication",
"identifier": "png",
Expand Down Expand Up @@ -239,5 +251,5 @@
},
"SystemRequirements": null
},
"fileSize": "3253.995KB"
"fileSize": "3265.325KB"
}

0 comments on commit 4202728

Please sign in to comment.