add version 0.1.22 to r-ggdendro (#20991)

This commit is contained in:
Glenn Johnson 2021-01-16 08:11:28 -06:00 committed by GitHub
parent 74418d1aed
commit 5abf70d48d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@
class RGgdendro(RPackage):
"""This is a set of tools for dendrograms and tree plots using
"""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
@ -20,7 +22,8 @@ class RGgdendro(RPackage):
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"
version('0.1.22', sha256='f0a65f3498c1abc3076df0fb56364b63bdf5d212d8931f85bcc6997510916b6a')
version('0.1-20', sha256='125cae904fa5d426cccaf32ebe9c6297e9ef0c6fd3f19f61513834d03a0cf8ff')
depends_on('r-ggplot2@0.9.2:', type=('build', 'run'))
depends_on('r-mass', type=('build', 'run'))
depends_on('r-ggplot2@0.9.2:', type=('build', 'run'))