summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-15 02:03:20 -0600
committerGitHub <noreply@github.com>2021-01-15 09:03:20 +0100
commit4bab89bbff8fbe581899151ab180e53eefe06747 (patch)
tree28f5c339c658c9623635450a5bb59d795c1f7e2d
parent7fe5430d0ce0ffef6e7fca94b12e6aa237852e63 (diff)
downloadspack-4bab89bbff8fbe581899151ab180e53eefe06747.tar.gz
spack-4bab89bbff8fbe581899151ab180e53eefe06747.tar.bz2
spack-4bab89bbff8fbe581899151ab180e53eefe06747.tar.xz
spack-4bab89bbff8fbe581899151ab180e53eefe06747.zip
r-farver: add v2.0.3 (#20919)
-rw-r--r--var/spack/repos/builtin/packages/r-farver/package.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-farver/package.py b/var/spack/repos/builtin/packages/r-farver/package.py
index 5d91460281..cffdc3e134 100644
--- a/var/spack/repos/builtin/packages/r-farver/package.py
+++ b/var/spack/repos/builtin/packages/r-farver/package.py
@@ -7,10 +7,19 @@ from spack import *
class RFarver(RPackage):
- """farver: High Performance Colour Space Manipulation"""
+ """High Performance Colour Space Manipulation
+
+ 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."""
homepage = "https://github.com/thomasp85/farver"
url = "https://cloud.r-project.org/src/contrib/farver_2.0.1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/farver"
+ version('2.0.3', sha256='0e1590df79ec6078f10426411b96216b70568a4eaf3ffd84ca723add0ed8e5cc')
version('2.0.1', sha256='1642ca1519ef80616ab044ae7f6eaf464118356f2a7875e9d0e3df60ca84012b')