add version 0.3.6 to r-leiden (#21073)
This commit is contained in:
parent
e98d5bd143
commit
a1d894e30a
@ -7,7 +7,9 @@
|
|||||||
|
|
||||||
|
|
||||||
class RLeiden(RPackage):
|
class RLeiden(RPackage):
|
||||||
"""Implements the 'Python leidenalg' module to be called in R. Enables
|
"""R Implementation of Leiden Clustering Algorithm
|
||||||
|
|
||||||
|
Implements the 'Python leidenalg' module to be called in R. Enables
|
||||||
clustering using the leiden algorithm for partition a graph into
|
clustering using the leiden algorithm for partition a graph into
|
||||||
communities. See the 'Python' repository for more details:
|
communities. See the 'Python' repository for more details:
|
||||||
<https://github.com/vtraag/leidenalg> Traag et al (2018) From Louvain
|
<https://github.com/vtraag/leidenalg> Traag et al (2018) From Louvain
|
||||||
@ -18,6 +20,7 @@ class RLeiden(RPackage):
|
|||||||
url = "https://cloud.r-project.org/src/contrib/leiden_0.3.1.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/leiden_0.3.1.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/leiden"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/leiden"
|
||||||
|
|
||||||
|
version('0.3.6', sha256='a7096e38c4010b1f0baf6a7e1139362520b44c0e548b0b79584cb827172822cc')
|
||||||
version('0.3.1', sha256='17fa1e49667fdd30ef5166506181c8514ae406f68f0878a026ee111bff11f8a5')
|
version('0.3.1', sha256='17fa1e49667fdd30ef5166506181c8514ae406f68f0878a026ee111bff11f8a5')
|
||||||
|
|
||||||
depends_on('r-reticulate', type=('build', 'run'))
|
depends_on('r-reticulate', type=('build', 'run'))
|
||||||
|
Loading…
Reference in New Issue
Block a user