head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.18 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.16 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.14 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.12 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.5.0.10 pkgsrc-2022Q4-base:1.5 pkgsrc-2022Q3:1.5.0.8 pkgsrc-2022Q3-base:1.5 pkgsrc-2022Q2:1.5.0.6 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.5.0.4 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.5.0.2 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.3.0.4 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.2 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.2.0.14 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.12 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.10 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.8 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.4 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.6 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.2 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.1.0.12 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.10 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.8 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2021.10.26.10.45.55; author nia; state Exp; branches; next 1.4; commitid 6mU28GyqPd3PdjeD; 1.4 date 2021.10.07.14.11.57; author nia; state Exp; branches; next 1.3; commitid 7mrgNTa8lk0sYSbD; 1.3 date 2021.06.06.06.19.31; author mef; state Exp; branches; next 1.2; commitid 93btLR6kfWfnj2WC; 1.2 date 2019.07.31.16.01.57; author brook; state Exp; branches; next 1.1; commitid ijdaRs57aZSwgdxB; 1.1 date 2018.02.07.20.40.58; author minskim; state Exp; branches; next ; commitid tXusiNvuSsop8YpA; desc @@ 1.5 log @graphics: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes @ text @$NetBSD: distinfo,v 1.4 2021/10/07 14:11:57 nia Exp $ BLAKE2s (R/colorspace_2.0-1.tar.gz) = 45e0e58c33b2993e6fe03323c8d325b916b501cff506fc3cca22871d56e8fdae SHA512 (R/colorspace_2.0-1.tar.gz) = 59a84c3d08370e6818b26501400c74340fce283e73d549fec53e62c0ae47d476be65a589e8f35cbd17866ce8fbe926bc14021d8196bc82dc2abeec8a0cfd0db7 Size (R/colorspace_2.0-1.tar.gz) = 2193384 bytes @ 1.4 log @graphics: Remove SHA1 hashes for distfiles @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.3 2021/06/06 06:19:31 mef Exp $ d3 1 a3 1 RMD160 (R/colorspace_2.0-1.tar.gz) = ddc9d72bd5237c326d3525b300de23788f48c718 @ 1.3 log @(graphics/R-colorspace) Updated 1.4.1 to 2.0.1 # colorspace 2.0-1 * Added two new palettes from the viridis family (_viridis_/_viridisLite_), namely `"Rocket"` and `"Mako"` in `sequential_hcl()`. * Assure that all `do.call()` for the `ggplot2` scale functions are made with `envir = parent.frame()` in order to avoid problems with non-standard evaluation, as reported in: * New function `extract_transparency()` for extracting alpha transparency from color specifications, either as numeric, integer, character or hexmode vectors. This accompanies the previously available function `adjust_transparency()` allowing for more flexible modifications of alpha transparencies in colors. # colorspace 2.0-0 * Release of version 2.0-0 accompanying the publication of the paper "colorspace: A Toolbox for Manipulating and Assessing Colors and Palettes" in the _Journal of Statistcal Software_ at . The paper is a compact version of the package web page () including some more discussion of related methods and software along with some more references to the scientific literature. * New function `adjust_transparency()` that adjusts the alpha transparency of some color specification and returns a hexadecimal string where the alpha component is modified, added, or removed. * Added three more palettes from Fabio Crameri's scientific color maps (_scico_), namely `"Hawaii"` and `"Batlow"` in `sequential_hcl()` and `"Roma"` in `divergingx_hcl()`. * Additional option `cvd` in `swatchplot()` so that color vision deficiency emulation can be included on the fly. * Added _binned_ _ggplot2_ color scales (in addition to _discrete_ and _continuous_). * Changed the default colors in `specplot()` from `rainbow_hcl(3)` to `qualitative_hcl(3)` which is darker and has more chroma. Also, the order of the legend has been reversed (Luminance / Chroma / Hue) so that the legend labels are closer to the axis that they pertain to. * Improve the documentation of the `LUV()` and `LAB()` color spaces, pointing out that the `U`/`V` and `A`/`B` coordinates are _typically_ in [-100, 100] but can actually be exceeded by highly saturated colors. * Bug fix in `diverging_hcl()` and `divergingx_hcl()` where the central color of the diverging palette could sometimes collapse to transparent white due to numerical inaccuracies on 32-bit platforms. * Improve the documentation of the `HSV()` and `HLS()` color spaces. These do NOT necessarily correspond to sRGB; we can convert from these to any RGB space that we choose (linear or non-linear, any whitepoint). In particular, if we want to convert from one of these color spaces to XYZ or beyond, we must first convert to a specific RGB color space. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.2 2019/07/31 16:01:57 brook Exp $ a2 1 SHA1 (R/colorspace_2.0-1.tar.gz) = 7d64fb52df6b2e2fea3efce10f5e0971b1cdb181 @ 1.2 log @R-colorspace: update to version 1.4.1. Update to the canonical form of an R package. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 4 SHA1 (R/colorspace_1.4-1.tar.gz) = c388734273ab3d9d13f4f90e6b85d9cd80952cf6 RMD160 (R/colorspace_1.4-1.tar.gz) = 6fb6c30dbc0ad766c52d51aa6ae38509aed9f7e6 SHA512 (R/colorspace_1.4-1.tar.gz) = 70b9c30a29ab55963cb1424cf3d13ec5d57cf632864dd33e7f2a8b3d8898defb94c2353352f4fa70ecc467bad6543693e6f5ed31a589b107c7b6960614533ad4 Size (R/colorspace_1.4-1.tar.gz) = 2152594 bytes @ 1.1 log @graphics/R-colorspace: Import version 1.3.2 Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with an interactive palette picker (with either a Tcl/Tk or a shiny GUI). @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.3 2016/04/09 11:02:10 wen Exp $ d3 4 a6 4 SHA1 (R/colorspace_1.3-2.tar.gz) = 40ed8aad9e2e622fa2a2f083ff3b3e123f4254e2 RMD160 (R/colorspace_1.3-2.tar.gz) = 07c621091287fe414812e4aa2c3a823e5f377c16 SHA512 (R/colorspace_1.3-2.tar.gz) = 02ee4e2c1bf6aa32ce2a02d2f21251b0d1656a2fb2bcd925be33d155a804c7ca1aefb0ab407dab0995ec5902cb3ba5e7c7343b17ea3088ced6e94fd1527e99bd Size (R/colorspace_1.3-2.tar.gz) = 293433 bytes @