Skip to content

Commit

Permalink
chore: update cff, codemeta and NEWS
Browse files Browse the repository at this point in the history
cran release
  • Loading branch information
rCarto committed Jan 25, 2024
1 parent 4775c31 commit 69d76e3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
36 changes: 18 additions & 18 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-only
title: 'mapsf: Thematic Cartography'
version: 0.8.0
version: 0.9.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 Down Expand Up @@ -36,7 +36,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
version: '>= 3.6.0'
Expand All @@ -51,7 +51,7 @@ references:
given-names: Roger
email: Roger.Bivand@nhh.no
orcid: https://orcid.org/0000-0003-2392-6140
year: '2023'
year: '2024'
- type: software
title: graphics
abstract: 'R: A Language and Environment for Statistical Computing'
Expand All @@ -60,7 +60,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
Expand All @@ -74,7 +74,7 @@ references:
given-names: Timothée
email: timothee.giraud@cnrs.fr
orcid: https://orcid.org/0000-0002-1932-3323
year: '2023'
year: '2024'
- type: software
title: s2
abstract: 's2: Spherical Geometry Operators Using the S2 Geometry Library'
Expand All @@ -93,7 +93,7 @@ references:
- family-names: Rubak
given-names: Ege
email: rubak@math.aau.dk
year: '2023'
year: '2024'
- type: software
title: sf
abstract: 'sf: Simple Features for R'
Expand All @@ -105,7 +105,7 @@ references:
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2023'
year: '2024'
- type: software
title: stats
abstract: 'R: A Language and Environment for Statistical Computing'
Expand All @@ -114,7 +114,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
Expand All @@ -125,7 +125,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
Expand All @@ -136,7 +136,7 @@ references:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
year: '2024'
institution:
name: R Foundation for Statistical Computing
- type: software
Expand All @@ -150,7 +150,7 @@ references:
given-names: Robert J.
email: r.hijmans@gmail.com
orcid: https://orcid.org/0000-0001-5872-2872
year: '2023'
year: '2024'
- type: software
title: png
abstract: 'png: Read and write PNG images'
Expand All @@ -161,7 +161,7 @@ references:
- family-names: Urbanek
given-names: Simon
email: Simon.Urbanek@r-project.org
year: '2023'
year: '2024'
- type: software
title: jpeg
abstract: 'jpeg: Read and write JPEG images'
Expand All @@ -172,7 +172,7 @@ references:
- family-names: Urbanek
given-names: Simon
email: Simon.Urbanek@r-project.org
year: '2023'
year: '2024'
- type: software
title: lwgeom
abstract: 'lwgeom: Bindings to Selected ''liblwgeom'' Functions for Simple Features'
Expand All @@ -184,7 +184,7 @@ references:
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2023'
year: '2024'
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
Expand All @@ -196,7 +196,7 @@ references:
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2023'
year: '2024'
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
Expand Down Expand Up @@ -239,7 +239,7 @@ references:
given-names: Richard
email: rich@posit.co
orcid: https://orcid.org/0000-0003-3925-190X
year: '2023'
year: '2024'
- type: software
title: tinytest
abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework'
Expand All @@ -251,7 +251,7 @@ references:
given-names: Mark
email: mark.vanderloo@gmail.com
orcid: https://orcid.org/0000-0002-9807-4686
year: '2023'
year: '2024'
- type: software
title: covr
abstract: 'covr: Test Coverage for Packages'
Expand All @@ -262,4 +262,4 @@ references:
- family-names: Hester
given-names: Jim
email: james.f.hester@gmail.com
year: '2023'
year: '2024'
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## Fix
- add the possibility to use a scale bar in (US) maps using feet based CRS (#59)
- deprecate unit argument in mf_scale()
- remove wrong ellipsis propagation in mf_label()
- better environment management in mf_legend() to allow usage inside a
function (#58)
- fix raster legends (using type arg, see feat.) (#60)

## Feat
- add "interval", "continuous" and "classes" types with matching legends in
mf_raster() (#60)
- mf_raster() invisibly returns the initial raster



# mapsf 0.8.0
Expand Down
4 changes: 2 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.8.0",
"version": "0.9.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -239,5 +239,5 @@
},
"SystemRequirements": null
},
"fileSize": "3216.326KB"
"fileSize": "3233.43KB"
}

0 comments on commit 69d76e3

Please sign in to comment.