dev-R/colorspace: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:46:18 +02:00
parent 5dc998eed0
commit f10419dc1d
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST colorspace_2.0-1.tar.gz 2193384 BLAKE2B c2ddcccd8fbf74a9f65a4533b13c6d8b43d2b97bf1776a1316cdead362b22e4fd9e367813f9f69b99e3636339733e8ca513514193e5c83ca7a50c161057db94f SHA512 59a84c3d08370e6818b26501400c74340fce283e73d549fec53e62c0ae47d476be65a589e8f35cbd17866ce8fbe926bc14021d8196bc82dc2abeec8a0cfd0db7

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='A Toolbox for Manipulating and Assessing colors and palettes'
SRC_URI="mirror://cran/src/contrib/colorspace_2.0-1.tar.gz"
KEYWORDS="~amd64"
LICENSE='BSD'
DEPEND=">=dev-lang/R-3.0.0"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
A Toolbox for Manipulating and Assessing Colors and Palettes //
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
corresponding ggplot2 color scales. Color palette choice is
aided by an interactive app (with either a Tcl/Tk or a shiny
graphical user interface) and shiny apps with an HCL color
picker and a color vision deficiency emulator. Plotting
functions for displaying and assessing palettes include color
swatches, visualizations of the HCL space, and trajectories in
HCL and/or RGB spectrum. Color manipulation functions include:
desaturation, lightening/darkening, mixing, and simulation of
color vision deficiencies (deutanomaly, protanomaly,
tritanomaly). Details can be found on the project web page at
https://colorspace.R-Forge.R-project.org/ and in the
accompanying scientific paper: Zeileis et al. (2020, Journal of
Statistical Software, doi:10.18637/jss.v096.i01).
</longdescription>
</pkgmetadata>