From 6acfca4635b51e88503fd2752fa7559c5c9b9c5c Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Sat, 16 Jan 2021 08:10:37 -0600 Subject: add version 0.0.5 to r-ggplotify (#20994) --- var/spack/repos/builtin/packages/r-ggplotify/package.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/r-ggplotify/package.py b/var/spack/repos/builtin/packages/r-ggplotify/package.py index cf77a6ac52..765c293a8b 100644 --- a/var/spack/repos/builtin/packages/r-ggplotify/package.py +++ b/var/spack/repos/builtin/packages/r-ggplotify/package.py @@ -7,12 +7,19 @@ from spack import * class RGgplotify(RPackage): - """ggplotify: Convert Plot to 'grob' or 'ggplot' Object""" + """Convert Plot to 'grob' or 'ggplot' Object + + Convert plot function call (using expression or formula) to 'grob' or + 'ggplot' object that compatible to the 'grid' and 'ggplot2' ecosystem. With + this package, we are able to e.g. using 'cowplot' to align plots produced + by 'base' graphics, 'ComplexHeatmap', 'eulerr', 'grid', 'lattice', + 'magick', 'pheatmap', 'vcd' etc. by converting them to 'ggplot' objects.""" homepage = "https://github.com/GuangchuangYu/ggplotify" url = "https://cloud.r-project.org/src/contrib/ggplotify_0.0.3.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/ggplotify" + version('0.0.5', sha256='035ea6a70023c4819c8a486d0fd94c2765aa4d6df318747e104eeb9829b9d65d') version('0.0.3', sha256='7e7953a2933aa7127a0bac54375e3e0219a0744cfc3249c3d7b76065f7a51892') depends_on('r@3.4.0:', type=('build', 'run')) -- cgit v1.2.3-70-g09d2