add version 0.1.22 to r-ggdendro (#20991)
This commit is contained in:
parent
74418d1aed
commit
5abf70d48d
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,9 @@
|
||||||
|
|
||||||
|
|
||||||
class RGgdendro(RPackage):
|
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
|
'ggplot2'. The 'ggplot2' philosophy is to clearly separate data
|
||||||
from the presentation. Unfortunately the plot method for
|
from the presentation. Unfortunately the plot method for
|
||||||
dendrograms plots directly to a plot device without exposing
|
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"
|
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"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/ggdendro"
|
||||||
|
|
||||||
|
version('0.1.22', sha256='f0a65f3498c1abc3076df0fb56364b63bdf5d212d8931f85bcc6997510916b6a')
|
||||||
version('0.1-20', sha256='125cae904fa5d426cccaf32ebe9c6297e9ef0c6fd3f19f61513834d03a0cf8ff')
|
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-mass', type=('build', 'run'))
|
||||||
|
depends_on('r-ggplot2@0.9.2:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue