diff --git a/dev-R/viridisLite/Manifest b/dev-R/viridisLite/Manifest new file mode 100644 index 0000000000..74d227bf0a --- /dev/null +++ b/dev-R/viridisLite/Manifest @@ -0,0 +1 @@ +DIST viridisLite_0.4.0.tar.gz 1267080 BLAKE2B 6494b439e89c8025d20ae66992ab173417ce463c415ccf60454b8672c66c71d348b07c8100be9905307f7db7f71c589fcf4ba2787686b13c309bc5ea21b82f59 SHA512 91fdaed822c6a0dca9e30b8e4baa0d53e751666d4ed743c41a9d76c5efa2370988fec2fda0d37bd8544bb8df543fc318c0ca5757518219237deea6cefe69c7a7 diff --git a/dev-R/viridisLite/metadata.xml b/dev-R/viridisLite/metadata.xml new file mode 100644 index 0000000000..54438bacf9 --- /dev/null +++ b/dev-R/viridisLite/metadata.xml @@ -0,0 +1,15 @@ + + + + + Colorblind-Friendly Color Maps (Lite Version) // Color maps + designed to improve graph readability for readers with common + forms of color blindness and/or color vision deficiency. The + color maps are also perceptually-uniform, both in regular form + and also when converted to black-and-white for printing. This + is the 'lite' version of the 'viridis' package that also + contains 'ggplot2' bindings for discrete and continuous color + and fill scales and can be found at + https://cran.r-project.org/package=viridis. + + diff --git a/dev-R/viridisLite/viridisLite-0.4.0.ebuild b/dev-R/viridisLite/viridisLite-0.4.0.ebuild new file mode 100644 index 0000000000..9368fada74 --- /dev/null +++ b/dev-R/viridisLite/viridisLite-0.4.0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Colorblind-Friendly Color Maps (Lite Version)' +KEYWORDS="~amd64" +LICENSE='MIT'