summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-17 14:08:08 -0600
committerGitHub <noreply@github.com>2021-01-17 14:08:08 -0600
commit9feb2572fb65150aad59abdad65fe757c7ac79cf (patch)
treecba0aa207201a73e386eebcb3e1f38217d5eb00c /var
parent36a547aff4f09d067ae9784cf04e0f6fe1775e43 (diff)
downloadspack-9feb2572fb65150aad59abdad65fe757c7ac79cf.tar.gz
spack-9feb2572fb65150aad59abdad65fe757c7ac79cf.tar.bz2
spack-9feb2572fb65150aad59abdad65fe757c7ac79cf.tar.xz
spack-9feb2572fb65150aad59abdad65fe757c7ac79cf.zip
add version 0.20-41 to r-lattice (#21067)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-lattice/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-lattice/package.py b/var/spack/repos/builtin/packages/r-lattice/package.py
index 9735229c9d..aca09efad1 100644
--- a/var/spack/repos/builtin/packages/r-lattice/package.py
+++ b/var/spack/repos/builtin/packages/r-lattice/package.py
@@ -7,7 +7,9 @@ from spack import *
class RLattice(RPackage):
- """A powerful and elegant high-level data visualization system inspired by
+ """Trellis Graphics for R
+
+ A powerful and elegant high-level data visualization system inspired by
Trellis graphics, with an emphasis on multivariate data. Lattice is
sufficient for typical graphics needs, and is also flexible enough to
handle most nonstandard requirements. See ?Lattice for an introduction."""
@@ -16,6 +18,7 @@ class RLattice(RPackage):
url = "https://cloud.r-project.org/src/contrib/lattice_0.20-35.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/lattice"
+ version('0.20-41', sha256='54ca557f0cb33df60eb10b883c2ed2847e061ddd57ed9b5dd7695149609d57b5')
version('0.20-38', sha256='fdeb5e3e50dbbd9d3c5e2fa3eef865132b3eef30fbe53a10c24c7b7dfe5c0a2d')
version('0.20-35', sha256='0829ab0f4dec55aac6a73bc3411af68441ddb1b5b078d680a7c2643abeaa965d')
version('0.20-34', sha256='4a1a1cafa9c6660fb9a433b3a51898b8ec8e83abf143c80f99e3e4cf92812518')