diff --git a/CITATION.cff b/CITATION.cff index bb4719b..9ab4845 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.11.0 +version: 1.12.0 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 @@ -32,10 +32,10 @@ preferred-citation: email: nicolas.frerebeau@u-bordeaux-montaigne.fr orcid: https://orcid.org/0000-0001-5759-4944 affiliation: Université Bordeaux Montaigne - year: '2023' + year: '2024' location: name: Pessac, France - notes: R package version 1.11.0 + notes: R package version 1.12.0 doi: 10.5281/zenodo.1472077 url: https://packages.tesselle.org/khroma/ institution: @@ -122,17 +122,6 @@ references: year: '2023' institution: name: R Foundation for Statistical Computing -- type: software - title: crayon - abstract: 'crayon: Colored Terminal Output' - notes: Suggests - url: https://github.com/r-lib/crayon#readme - repository: https://CRAN.R-project.org/package=crayon - authors: - - family-names: Csárdi - given-names: Gábor - email: csardi.gabor@gmail.com - year: '2023' - type: software title: ggplot2 abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics' @@ -193,47 +182,20 @@ references: orcid: https://orcid.org/0000-0003-0645-5666 year: '2023' - type: software - title: rmarkdown - abstract: 'rmarkdown: Dynamic Documents for R' + title: markdown + abstract: 'markdown: Render Markdown with ''commonmark''' notes: Suggests - url: https://pkgs.rstudio.com/rmarkdown/ - repository: https://CRAN.R-project.org/package=rmarkdown + url: https://github.com/rstudio/markdown + repository: https://CRAN.R-project.org/package=markdown authors: - - family-names: Allaire - given-names: JJ - email: jj@posit.co - family-names: Xie given-names: Yihui email: xie@yihui.name orcid: https://orcid.org/0000-0003-0645-5666 - - family-names: Dervieux - given-names: Christophe - email: cderv@posit.co - orcid: https://orcid.org/0000-0003-4474-2498 - - family-names: McPherson - given-names: Jonathan - email: jonathan@posit.co - - family-names: Luraschi - given-names: Javier - - family-names: Ushey - given-names: Kevin - email: kevin@posit.co - - family-names: Atkins - given-names: Aron - email: aron@posit.co - - family-names: Wickham - given-names: Hadley - email: hadley@posit.co - - family-names: Cheng - given-names: Joe - email: joe@posit.co - - family-names: Chang - given-names: Winston - email: winston@posit.co - - family-names: Iannone - given-names: Richard - email: rich@posit.co - orcid: https://orcid.org/0000-0003-3925-190X + - family-names: Allaire + given-names: JJ + - family-names: Horner + given-names: Jeffrey year: '2023' - type: software title: rsvg @@ -257,7 +219,11 @@ references: authors: - family-names: Wickham given-names: Hadley - email: hadley@rstudio.com + email: hadley@posit.co + - family-names: Pedersen + given-names: Thomas Lin + email: thomas.pedersen@posit.co + orcid: https://orcid.org/0000-0002-5147-4711 - family-names: Seidel given-names: Dana year: '2023' diff --git a/DESCRIPTION b/DESCRIPTION index 67e4bca..3b985b5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: khroma Title: Colour Schemes for Scientific Data Visualization -Version: 1.11.0.9000 +Version: 1.12.0 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")), diff --git a/NEWS.md b/NEWS.md index 99a9272..6e3e38a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# khroma 1.11.0.9000 +# khroma 1.12.0 ## New functions * Add Paul Tol `nightfall` and `incandescent` colour schemes. diff --git a/R/khroma-package.R b/R/khroma-package.R index 60bc5d6..457b80b 100644 --- a/R/khroma-package.R +++ b/R/khroma-package.R @@ -2,7 +2,7 @@ #' \tabular{ll}{ #' **Package:** \tab khroma \cr #' **Type:** \tab Package \cr -#' **Version:** \tab 1.11.0 \cr +#' **Version:** \tab 1.12.0 \cr #' **License:** \tab GPL-3 \cr #' **Zenodo:** \tab \doi{10.5281/zenodo.1472077} \cr #' } diff --git a/README.md b/README.md index 873d1fe..ae4d4c6 100644 --- a/README.md +++ b/README.md @@ -72,20 +72,20 @@ or [**ggplot2**](https://github.com/tidyverse/ggplot2) and To cite khroma in publications use: - Frerebeau N (2023). _khroma: Colour Schemes for Scientific Data + Frerebeau N (2024). _khroma: Colour Schemes for Scientific Data Visualization_. Université Bordeaux Montaigne, Pessac, France. doi:10.5281/zenodo.1472077 , - R package version 1.11.0, . + R package version 1.12.0, . A BibTeX entry for LaTeX users is @Manual{, author = {Nicolas Frerebeau}, title = {{khroma: Colour Schemes for Scientific Data Visualization}}, - year = {2023}, + year = {2024}, organization = {Université Bordeaux Montaigne}, address = {Pessac, France}, - note = {R package version 1.11.0}, + note = {R package version 1.12.0}, doi = {10.5281/zenodo.1472077}, url = {https://packages.tesselle.org/khroma/}, } @@ -171,18 +171,20 @@ info() #> 41 pale qualitative 6 #> 42 dark qualitative 6 #> 43 light qualitative 9 -#> 44 sunset diverging 11 #FFFFFF -#> 45 BuRd diverging 9 #FFEE99 -#> 46 PRGn diverging 9 #FFEE99 -#> 47 YlOrBr sequential 9 #888888 -#> 48 iridescent sequential 23 #999999 -#> 49 discreterainbow sequential 23 #777777 -#> 50 smoothrainbow sequential 34 #666666 -#> 51 okabeito qualitative 8 -#> 52 okabeitoblack qualitative 8 -#> 53 stratigraphy qualitative 175 -#> 54 soil qualitative 24 -#> 55 land qualitative 14 +#> 44 discreterainbow qualitative 23 #777777 +#> 45 sunset diverging 11 #FFFFFF +#> 46 nightfall diverging 17 #FFFFFF +#> 47 BuRd diverging 9 #FFEE99 +#> 48 PRGn diverging 9 #FFEE99 +#> 49 YlOrBr sequential 9 #888888 +#> 50 iridescent sequential 23 #999999 +#> 51 incandescent sequential 11 #888888 +#> 52 smoothrainbow sequential 34 #666666 +#> 53 okabeito qualitative 8 +#> 54 okabeitoblack qualitative 8 +#> 55 stratigraphy qualitative 175 +#> 56 soil qualitative 24 +#> 57 land qualitative 14 ``` diff --git a/codemeta.json b/codemeta.json index 3c5b33a..0fad03a 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.11.0.9000", + "version": "1.12.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -228,11 +228,11 @@ }, "SystemRequirements": null }, - "fileSize": "1385.973KB", + "fileSize": "1385.673KB", "citation": [ { "@type": "SoftwareSourceCode", - "datePublished": "2023", + "datePublished": "2024", "author": [ { "@type": "Person", @@ -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.11.0.9000", + "description": "R package version 1.12.0", "@id": "https://doi.org/10.5281/zenodo.1472077", "sameAs": "https://doi.org/10.5281/zenodo.1472077" } diff --git a/cran-comments.md b/cran-comments.md index 11ff3a9..d552521 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* Local R installation: R 4.3.1 -* Ubuntu 20.04 (on GitHub Actions): R devel, release, oldrel +* Local R installation: R 4.3.2 +* Ubuntu (on GitHub Actions): R devel, release, oldrel * Windows (on GitHub Actions and win-builder): R devel, release, oldrel * MacOS (on GitHub Actions): R release @@ -10,7 +10,7 @@ ## revdepcheck results -We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. -* We saw 0 new problems -* We failed to check 0 packages + * We saw 0 new problems + * We failed to check 0 packages diff --git a/inst/CITATION b/inst/CITATION index 6c08ce3..fbbd01e 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -4,7 +4,7 @@ bibentry( footer = "This package is a part of the tesselle project .", author = person("Nicolas", "Frerebeau", role = "aut"), title = "{khroma: Colour Schemes for Scientific Data Visualization}", - year = "2023", + year = "2024", organization = "Université Bordeaux Montaigne", address = "Pessac, France", note = sprintf("R package version %s", meta$Version), diff --git a/man/khroma-package.Rd b/man/khroma-package.Rd index 9153af3..af3af31 100644 --- a/man/khroma-package.Rd +++ b/man/khroma-package.Rd @@ -15,7 +15,7 @@ Color schemes ready for each type of data (qualitative, diverging or sequential) \tabular{ll}{ \strong{Package:} \tab khroma \cr \strong{Type:} \tab Package \cr -\strong{Version:} \tab 1.11.0 \cr +\strong{Version:} \tab 1.12.0 \cr \strong{License:} \tab GPL-3 \cr \strong{Zenodo:} \tab \doi{10.5281/zenodo.1472077} \cr } diff --git a/revdep/README.md b/revdep/README.md index 82fb742..34fce06 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,24 +1,24 @@ # Platform -|field |value | -|:--------|:----------------------------------------------------------------------------| -|version |R version 4.3.1 (2023-06-16) | -|os |Ubuntu 22.04.3 LTS | -|system |x86_64, linux-gnu | -|ui |RStudio | -|language |(EN) | -|collate |fr_FR.UTF-8 | -|ctype |fr_FR.UTF-8 | -|tz |Europe/Paris | -|date |2023-08-21 | -|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) | -|pandoc |3.1.1 @ /usr/lib/rstudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) | +|field |value | +|:--------|:----------------------------------------| +|version |R version 4.3.2 (2023-10-31) | +|os |Ubuntu 22.04.3 LTS | +|system |x86_64, linux-gnu | +|ui |RStudio | +|language |(EN) | +|collate |fr_FR.UTF-8 | +|ctype |fr_FR.UTF-8 | +|tz |Europe/Paris | +|date |2023-12-19 | +|rstudio |2023.09.0+463 Desert Sunflower (desktop) | +|pandoc |NA | # Dependencies -|package |old |new |Δ | -|:-------|:------|:-----------|:--| -|khroma |1.10.0 |1.10.0.9000 |* | +|package |old |new |Δ | +|:-------|:------|:------|:--| +|khroma |1.11.0 |1.12.0 |* | # Revdeps diff --git a/revdep/cran.md b/revdep/cran.md index 25bb3c2..fdf1792 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages