Skip to content

Commit

Permalink
chore: increase version, update NEWS, codemeta and cff
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Apr 25, 2024
1 parent 2454035 commit 96d63f5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 26 deletions.
41 changes: 19 additions & 22 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.5.0
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
# --------------------------------------------

cff-version: 1.2.0
message: 'To cite package "mapsf" in publications use:'
type: software
license: GPL-3.0-only
license: GPL-3.0-or-later
title: 'mapsf: Thematic Cartography'
version: 0.9.0
version: 0.10.0
abstract: Create and integrate thematic maps in your workflow. This package helps
to design various cartographic representations such as proportional symbols, choropleth
or typology maps. It also offers several functions to display layout elements that
Expand All @@ -34,11 +34,10 @@ references:
url: https://www.R-project.org/
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
version: '>= 3.6.0'
- type: software
title: classInt
Expand All @@ -58,11 +57,10 @@ references:
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
- type: software
title: maplegend
abstract: 'maplegend: Legends for Maps'
Expand Down Expand Up @@ -112,33 +110,30 @@ references:
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
- type: software
title: grDevices
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
- type: software
title: terra
abstract: 'terra: Spatial Data Analysis'
Expand Down Expand Up @@ -177,7 +172,7 @@ references:
title: lwgeom
abstract: 'lwgeom: Bindings to Selected ''liblwgeom'' Functions for Simple Features'
notes: Suggests
url: https://github.com/r-spatial/lwgeom/
url: https://r-spatial.github.io/lwgeom/
repository: https://CRAN.R-project.org/package=lwgeom
authors:
- family-names: Pebesma
Expand Down Expand Up @@ -247,8 +242,9 @@ references:
url: https://github.com/markvanderloo/tinytest
repository: https://CRAN.R-project.org/package=tinytest
authors:
- family-names: van der Loo
- family-names: Loo
given-names: Mark
name-particle: van der
email: mark.vanderloo@gmail.com
orcid: https://orcid.org/0000-0002-9807-4686
year: '2024'
Expand All @@ -263,3 +259,4 @@ references:
given-names: Jim
email: james.f.hester@gmail.com
year: '2024'

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mapsf
Title: Thematic Cartography
Version: 0.9.0
Version: 0.10.0
Authors@R:
c(person(given = "Timothée",
family = "Giraud",
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# mapsf 0.10.0

## Fix
- allow to plot non overlapping labels from a layer made of strictly overlapping features with mf_label() (#65)
- fully display mf_raster() legends after a terra::plot() call (#67)
- remove "export" and "theme" args from mf_export()
- remove "theme" from mf_init()

## Feat
- improved and cleaner documentation for mf_map() (#62)



# mapsf 0.9.0

## Fix
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"codeRepository": "https://riatelab.github.io/mapsf/",
"issueTracker": "https://github.com/riatelab/mapsf/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.9.0",
"version": "0.10.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -239,5 +239,5 @@
},
"SystemRequirements": null
},
"fileSize": "3233.43KB"
"fileSize": "3252.564KB"
}

0 comments on commit 96d63f5

Please sign in to comment.