The encoding of colour can be handled in many different ways, using different colour spaces. As different colour spaces have different uses, efficient conversion between these representations are important. The 'farver' package provides a set of functions that gives access to very fast colour space conversion and comparisons implemented in C++, and offers speed improvements over the 'convertColor' function in the 'grDevices' package. WWW: https://cran.r-project.org/web/packages/farver/
16 lines
297 B
Makefile
16 lines
297 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= farver
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= High Performance Colour Space Manipulation
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.note
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|