diff --git a/CITATION.cff b/CITATION.cff index 9aea15e..a788292 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "khroma" in publications use:' type: software license: GPL-3.0-or-later title: 'khroma: Colour Schemes for Scientific Data Visualization' -version: 1.13.0 +version: 1.13.0.9000 doi: 10.5281/zenodo.1472077 abstract: Color schemes ready for each type of data (qualitative, diverging or sequential), with colors that are distinct for all people, including color-blind readers. This @@ -36,7 +36,7 @@ preferred-citation: institution: name: Université Bordeaux Montaigne address: Pessac, France - notes: R package version 1.13.0 + notes: R package version 1.13.0.9000 doi: 10.5281/zenodo.1472077 url: https://packages.tesselle.org/khroma/ repository: https://CRAN.R-project.org/package=khroma @@ -328,6 +328,9 @@ identifiers: - description: The versioned DOI for version 1.12.0. type: doi value: 10.5281/zenodo.10470003 +- description: The versioned DOI for version 1.13.0. + type: doi + value: 10.5281/zenodo.12606781 - description: The Software Heritage identifier for version 1.4.0. type: swh value: swh:1:snp:4eeb6407ecccc7391eddcf1c83dd8b0a20168592 diff --git a/DESCRIPTION b/DESCRIPTION index 4cb909c..ba31102 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: khroma Title: Colour Schemes for Scientific Data Visualization -Version: 1.13.0 +Version: 1.13.0.9000 Authors@R: c( person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")), @@ -50,7 +50,7 @@ VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 Collate: 'change.R' 'color.R' diff --git a/NEWS.md b/NEWS.md index 0c5cc1c..61b9369 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# khroma 1.13.0.9000 + # khroma 1.13.0 ## New functions * Add `palette_color_picker()`, `palette_color_continuous()` and `palette_color_discrete()` to map values to colors. diff --git a/codemeta.json b/codemeta.json index 3bc93c7..d1ecebc 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/tesselle/khroma", "issueTracker": "https://github.com/tesselle/khroma/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "1.13.0", + "version": "1.13.0.9000", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -228,7 +228,7 @@ }, "SystemRequirements": null }, - "fileSize": "1412.117KB", + "fileSize": "1411.734KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -243,7 +243,7 @@ "name": "{khroma: Colour Schemes for Scientific Data Visualization}", "identifier": "10.5281/zenodo.1472077", "url": "https://packages.tesselle.org/khroma/", - "description": "R package version 1.13.0", + "description": "R package version 1.13.0.9000", "@id": "https://doi.org/10.5281/zenodo.1472077", "sameAs": "https://doi.org/10.5281/zenodo.1472077" }