mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add new port: graphics/R-cran-viridis
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/viridis/
This commit is contained in:
parent
7965679b1b
commit
485d7650fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440402
@ -33,6 +33,7 @@
|
||||
SUBDIR += R-cran-rtiff
|
||||
SUBDIR += R-cran-scales
|
||||
SUBDIR += R-cran-shape
|
||||
SUBDIR += R-cran-viridis
|
||||
SUBDIR += R-cran-viridisLite
|
||||
SUBDIR += R-cran-visNetwork
|
||||
SUBDIR += SciPlot
|
||||
|
22
graphics/R-cran-viridis/Makefile
Normal file
22
graphics/R-cran-viridis/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= viridis
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= graphics
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Default Color Maps from 'matplotlib'
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
CRAN_DEPENDS= R-cran-viridisLite>=0.2.0:graphics/R-cran-viridisLite \
|
||||
R-cran-ggplot2>=1.0.1:graphics/R-cran-ggplot2 \
|
||||
R-cran-gridExtra>0:graphics/R-cran-gridExtra
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/R-cran-viridis/distinfo
Normal file
3
graphics/R-cran-viridis/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1494193855
|
||||
SHA256 (viridis_0.4.0.tar.gz) = 93d2ded68ed7cec5633c260dbc47051416147aae074f29ebe135cc329250b00e
|
||||
SIZE (viridis_0.4.0.tar.gz) = 1787731
|
9
graphics/R-cran-viridis/pkg-descr
Normal file
9
graphics/R-cran-viridis/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/viridis/
|
Loading…
Reference in New Issue
Block a user