- Add new port: graphics/R-cran-viridisLite
Port of the new 'matplotlib' color maps ('viridis' - the default -, 'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' <http://matplotlib.org/> is a popular plotting library for 'python'. These color maps are designed in such a way that they will analytically be perfectly perceptually-uniform, both in regular form and also when converted to black-and-white. They are also designed to be perceived by readers with the most common form of color blindness. WWW: https://cran.r-project.org/web/packages/viridisLite/
This commit is contained in:
parent
10e060b2d1
commit
37b773079b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440399
@ -32,6 +32,7 @@
|
||||
SUBDIR += R-cran-rtiff
|
||||
SUBDIR += R-cran-scales
|
||||
SUBDIR += R-cran-shape
|
||||
SUBDIR += R-cran-viridisLite
|
||||
SUBDIR += R-cran-visNetwork
|
||||
SUBDIR += SciPlot
|
||||
SUBDIR += a2png
|
||||
|
16
graphics/R-cran-viridisLite/Makefile
Normal file
16
graphics/R-cran-viridisLite/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= viridisLite
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= graphics
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Default Color Maps from 'matplotlib' (Lite Version)
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/R-cran-viridisLite/distinfo
Normal file
3
graphics/R-cran-viridisLite/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1494194228
|
||||
SHA256 (viridisLite_0.2.0.tar.gz) = 2d4d909f21c51e720bd685f05041ba158294e0a4064e0946d0bd916709818694
|
||||
SIZE (viridisLite_0.2.0.tar.gz) = 48073
|
9
graphics/R-cran-viridisLite/pkg-descr
Normal file
9
graphics/R-cran-viridisLite/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Port of the new 'matplotlib' color maps ('viridis' - the default -,
|
||||
'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib'
|
||||
<http://matplotlib.org/> is a popular plotting library for 'python'.
|
||||
These color maps are designed in such a way that they will analytically
|
||||
be perfectly perceptually-uniform, both in regular form and also
|
||||
when converted to black-and-white. They are also designed to be
|
||||
perceived by readers with the most common form of color blindness.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/viridisLite/
|
Loading…
Reference in New Issue
Block a user