From 69d76e3d3a49b12c02b16df458b0f04dac2b21cd Mon Sep 17 00:00:00 2001 From: rCarto Date: Thu, 25 Jan 2024 16:22:30 +0100 Subject: [PATCH] chore: update cff, codemeta and NEWS cran release --- CITATION.cff | 36 ++++++++++++++++++------------------ NEWS.md | 8 ++++++++ codemeta.json | 4 ++-- 3 files changed, 28 insertions(+), 20 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d4bd2e3..7ae3f96 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 @@ -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' @@ -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' @@ -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 @@ -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' @@ -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' @@ -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' @@ -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 @@ -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 @@ -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 @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -262,4 +262,4 @@ references: - family-names: Hester given-names: Jim email: james.f.hester@gmail.com - year: '2023' + year: '2024' diff --git a/NEWS.md b/NEWS.md index 1212ad5..aa5ee05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/codemeta.json b/codemeta.json index 6614611..9e000db 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -239,5 +239,5 @@ }, "SystemRequirements": null }, - "fileSize": "3216.326KB" + "fileSize": "3233.43KB" }