Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jul 1, 2024
1 parent 2ab6f36 commit dc8f963
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -228,7 +228,7 @@
},
"SystemRequirements": null
},
"fileSize": "1412.117KB",
"fileSize": "1411.734KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -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"
}
Expand Down

0 comments on commit dc8f963

Please sign in to comment.