* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/colorspace/
@ 2021-05-31 22:04 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2021-05-31 22:04 UTC (permalink / raw
To: gentoo-commits
commit: f10419dc1d093842187a19e7dc7de523dbd8a547
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 31 21:46:18 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 31 22:04:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f10419dc
dev-R/colorspace: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/colorspace/Manifest | 1 +
dev-R/colorspace/colorspace-2.0.1.ebuild | 14 ++++++++++++++
dev-R/colorspace/metadata.xml | 24 ++++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-R/colorspace/Manifest b/dev-R/colorspace/Manifest
new file mode 100644
index 000000000..a9fddaf45
--- /dev/null
+++ b/dev-R/colorspace/Manifest
@@ -0,0 +1 @@
+DIST colorspace_2.0-1.tar.gz 2193384 BLAKE2B c2ddcccd8fbf74a9f65a4533b13c6d8b43d2b97bf1776a1316cdead362b22e4fd9e367813f9f69b99e3636339733e8ca513514193e5c83ca7a50c161057db94f SHA512 59a84c3d08370e6818b26501400c74340fce283e73d549fec53e62c0ae47d476be65a589e8f35cbd17866ce8fbe926bc14021d8196bc82dc2abeec8a0cfd0db7
diff --git a/dev-R/colorspace/colorspace-2.0.1.ebuild b/dev-R/colorspace/colorspace-2.0.1.ebuild
new file mode 100644
index 000000000..744cba617
--- /dev/null
+++ b/dev-R/colorspace/colorspace-2.0.1.ebuild
@@ -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}"
diff --git a/dev-R/colorspace/metadata.xml b/dev-R/colorspace/metadata.xml
new file mode 100644
index 000000000..3292eb832
--- /dev/null
+++ b/dev-R/colorspace/metadata.xml
@@ -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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/colorspace/
@ 2022-03-23 3:44 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-03-23 3:44 UTC (permalink / raw
To: gentoo-commits
commit: aad807070d3a8b11b686087eb7c106a4d11adc0f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 03:28:52 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 03:44:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aad80707
dev-R/colorspace: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/colorspace/Manifest | 2 +-
dev-R/colorspace/colorspace-2.0.1.ebuild | 14 ------------
dev-R/colorspace/colorspace-2.0.3.ebuild | 39 ++++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 15 deletions(-)
diff --git a/dev-R/colorspace/Manifest b/dev-R/colorspace/Manifest
index a9fddaf45..3aeb0a83d 100644
--- a/dev-R/colorspace/Manifest
+++ b/dev-R/colorspace/Manifest
@@ -1 +1 @@
-DIST colorspace_2.0-1.tar.gz 2193384 BLAKE2B c2ddcccd8fbf74a9f65a4533b13c6d8b43d2b97bf1776a1316cdead362b22e4fd9e367813f9f69b99e3636339733e8ca513514193e5c83ca7a50c161057db94f SHA512 59a84c3d08370e6818b26501400c74340fce283e73d549fec53e62c0ae47d476be65a589e8f35cbd17866ce8fbe926bc14021d8196bc82dc2abeec8a0cfd0db7
+DIST colorspace_2.0-3.tar.gz 2199185 BLAKE2B 2a6002ea58b04f6850baf8ae3e9174b4ffdf6597491b671a337ca20bb0dac858f3b82c9a46aaa09895827ccb8e8f35687f2b64abd1ee5bc897f9f397c1b1e754 SHA512 6bfaff35986008a136f1e77694bb7c1acf44edb0a74a8fb0b16430f5592348dd97a6da02dfad73a280f52446e33fede0cd4e10d368670b44e126c130db6ffceb
diff --git a/dev-R/colorspace/colorspace-2.0.1.ebuild b/dev-R/colorspace/colorspace-2.0.1.ebuild
deleted file mode 100644
index 744cba617..000000000
--- a/dev-R/colorspace/colorspace-2.0.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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}"
diff --git a/dev-R/colorspace/colorspace-2.0.3.ebuild b/dev-R/colorspace/colorspace-2.0.3.ebuild
new file mode 100644
index 000000000..534ccd488
--- /dev/null
+++ b/dev-R/colorspace/colorspace-2.0.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYPV="$(ver_rs 2 -)"
+
+inherit R-packages
+
+DESCRIPTION='A Toolbox for Manipulating and Assessing colors and palettes'
+SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE='BSD'
+
+DEPEND=">=dev-lang/R-3.0.0"
+RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+ dev-R/KernSmooth
+ dev-R/MASS
+ dev-R/kernlab
+ dev-R/mvtnorm
+ dev-R/vcd
+ dev-R/shiny
+ dev-R/shinyjs
+ dev-R/ggplot2
+ dev-R/dplyr
+ dev-R/scales
+ dev-R/png
+ dev-R/jpeg
+ dev-R/knitr
+ dev-R/rmarkdown
+ dev-R/RColorBrewer
+ dev-R/rcartocolor
+ dev-R/scico
+ dev-R/viridis
+ dev-R/weseanderson
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-23 3:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23 3:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/colorspace/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-05-31 22:04 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox