From 79b49d44af3c424857863bf62259a4e15a85cd66 Mon Sep 17 00:00:00 2001 From: lingnanyuan <1297162327@qq.com> Date: Wed, 25 Oct 2017 04:50:16 -0500 Subject: [PATCH] r-gridextra: Update version to 2.3 (#5915) --- var/spack/repos/builtin/packages/r-gridextra/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/r-gridextra/package.py b/var/spack/repos/builtin/packages/r-gridextra/package.py index 752c5374dba..f4e60caebc5 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'))