summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlingnanyuan <1297162327@qq.com>2017-10-25 04:50:16 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2017-10-25 11:50:16 +0200
commit79b49d44af3c424857863bf62259a4e15a85cd66 (patch)
tree439aec6b2563c8ecc99a657a85d0f08fd98bcccf
parentf8b90d50defb8a8b9bf39a799c7637af57e894c6 (diff)
downloadspack-79b49d44af3c424857863bf62259a4e15a85cd66.tar.gz
spack-79b49d44af3c424857863bf62259a4e15a85cd66.tar.bz2
spack-79b49d44af3c424857863bf62259a4e15a85cd66.tar.xz
spack-79b49d44af3c424857863bf62259a4e15a85cd66.zip
r-gridextra: Update version to 2.3 (#5915)
-rw-r--r--var/spack/repos/builtin/packages/r-gridextra/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-gridextra/package.py b/var/spack/repos/builtin/packages/r-gridextra/package.py
index 752c5374db..f4e60caebc 100644
--- a/var/spack/repos/builtin/packages/r-gridextra/package.py
+++ b/var/spack/repos/builtin/packages/r-gridextra/package.py
@@ -29,9 +29,11 @@ class RGridextra(RPackage):
"""Provides a number of user-level functions to work with "grid" graphics,
notably to arrange multiple grid-based plots on a page, and draw tables."""
- homepage = "https://github.com/baptiste/gridextra"
+ homepage = "https://cran.r-project.org/package=gridExtra"
url = "https://cran.r-project.org/src/contrib/gridExtra_2.2.1.tar.gz"
+ list_url = homepage
+ version('2.3', '01e0ea88610756a0fd3b260e83c9bd43')
version('2.2.1', '7076c2122d387c7ef3add69a1c4fc1b2')
depends_on('r-gtable', type=('build', 'run'))