summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-ggdendro/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-ggdendro/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-ggdendro/package.py21
1 files changed, 9 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/r-ggdendro/package.py b/var/spack/repos/builtin/packages/r-ggdendro/package.py
index cc497d8ab5..4a665b4eac 100644
--- a/var/spack/repos/builtin/packages/r-ggdendro/package.py
+++ b/var/spack/repos/builtin/packages/r-ggdendro/package.py
@@ -7,20 +7,17 @@ from spack import *
class RGgdendro(RPackage):
- """Create Dendrograms and Tree Diagrams Using 'ggplot2'
+ """Create Dendrograms and Tree Diagrams Using 'ggplot2'.
- This is a set of tools for dendrograms and tree plots using
- 'ggplot2'. The 'ggplot2' philosophy is to clearly separate data
- from the presentation. Unfortunately the plot method for
- dendrograms plots directly to a plot device without exposing
- the data. The 'ggdendro' package resolves this by making
- available functions that extract the dendrogram plot data.
- The package provides implementations for tree, rpart, as well
- as diana and agnes cluster diagrams."""
+ This is a set of tools for dendrograms and tree plots using 'ggplot2'. The
+ 'ggplot2' philosophy is to clearly separate data from the presentation.
+ Unfortunately the plot method for dendrograms plots directly to a plot
+ device without exposing the data. The 'ggdendro' package resolves this by
+ making available functions that extract the dendrogram plot data. The
+ package provides implementations for tree, rpart, as well as diana and
+ agnes cluster diagrams."""
- homepage = "https://cloud.r-project.org/package=ggdendro"
- url = "https://cloud.r-project.org/src/contrib/ggdendro_0.1-20.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/ggdendro"
+ cran = "ggdendro"
version('0.1.22', sha256='f0a65f3498c1abc3076df0fb56364b63bdf5d212d8931f85bcc6997510916b6a')
version('0.1-20', sha256='125cae904fa5d426cccaf32ebe9c6297e9ef0c6fd3f19f61513834d03a0cf8ff')