add version 0.9-15 to r-diversitree (#20884)

This commit is contained in:
Glenn Johnson
2021-01-15 02:55:06 -06:00
committed by GitHub
parent 7b80796882
commit d1c815ddb9

View File

@@ -8,7 +8,7 @@
class RDiversitree(RPackage): class RDiversitree(RPackage):
"""Contains a number of comparative 'phylogenetic' methods. """Comparative 'Phylogenetic' Analyses of Diversification
Mostly focusing on analysing diversification and character Mostly focusing on analysing diversification and character
evolution. Contains implementations of 'BiSSE' (Binary State evolution. Contains implementations of 'BiSSE' (Binary State
@@ -22,10 +22,11 @@ class RDiversitree(RPackage):
url = "https://cloud.r-project.org/src/contrib/diversitree_0.9-10.tar.gz" url = "https://cloud.r-project.org/src/contrib/diversitree_0.9-10.tar.gz"
list_url = "https://cron.r-project.org/src/contrib/Archive/diversitree" list_url = "https://cron.r-project.org/src/contrib/Archive/diversitree"
version('0.9-15', sha256='c739ef3d4fcc24fd6855b1d297d31e0f89fbaff1efe8a2d149044458ecd363ea')
version('0.9-11', sha256='4caa6a468f93de9f1c8c30e4457f34bb8346e1acdaf74f684005bfa86a950ecb') version('0.9-11', sha256='4caa6a468f93de9f1c8c30e4457f34bb8346e1acdaf74f684005bfa86a950ecb')
version('0.9-10', sha256='e7df5910c8508a5c2c2d6d3deea53dd3f947bb762196901094c32a7033cb043e') version('0.9-10', sha256='e7df5910c8508a5c2c2d6d3deea53dd3f947bb762196901094c32a7033cb043e')
depends_on('r@2.1.0:', type=('build', 'run')) depends_on('r@2.10:', type=('build', 'run'))
depends_on('r-ape', type=('build', 'run')) depends_on('r-ape', type=('build', 'run'))
depends_on('r-desolve@1.7:', type=('build', 'run')) depends_on('r-desolve@1.7:', type=('build', 'run'))
depends_on('r-subplex', type=('build', 'run')) depends_on('r-subplex', type=('build', 'run'))