summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gtable/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-gtable/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-gtable/package.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-gtable/package.py b/var/spack/repos/builtin/packages/r-gtable/package.py
index 16460d0bf7..a16e506225 100644
--- a/var/spack/repos/builtin/packages/r-gtable/package.py
+++ b/var/spack/repos/builtin/packages/r-gtable/package.py
@@ -7,11 +7,15 @@ from spack import *
class RGtable(RPackage):
- """Tools to make it easier to work with "tables" of 'grobs'."""
+ """Arrange 'Grobs' in Tables.
- homepage = "https://cloud.r-project.org/package=gtable"
- url = "https://cloud.r-project.org/src/contrib/gtable_0.2.0.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/gtable"
+ Tools to make it easier to work with "tables" of 'grobs'. The 'gtable'
+ package defines a 'gtable' grob class that specifies a grid along with a
+ list of grobs and their placement in the grid. Further the package makes it
+ easy to manipulate and combine 'gtable' objects so that complex
+ compositions can be build up sequentially."""
+
+ cran = "gtable"
version('0.3.0', sha256='fd386cc4610b1cc7627dac34dba8367f7efe114b968503027fb2e1265c67d6d3')
version('0.2.0', sha256='801e4869830ff3da1d38e41f5a2296a54fc10a7419c6ffb108582850c701e76f')