leiden icon indicating copy to clipboard operation
leiden copied to clipboard

Implementation of the Leiden algorithm called by reticulate in R. (CRAN)

Results 9 leiden issues
Sort by recently updated
recently updated
newest added

I use command "install.packages('leiden') " in R to install 'leiden' package but it showed error as below. * installing *source* package ‘leiden’ ... ** package ‘leiden’ successfully unpacked and MD5...

Hi, I've got a new computer and installed the package from scratch - unfortunately, I can't get it to run despite following the instructions. This is the error message that...

Hi, When I installed the package from source (download from Github), the error has occoured: ```{r} > install.packages("~/software/leiden/",repos=NULL,type="source") Installing package into ‘/home/data/public/R/library’ (as ‘lib’ is unspecified) * installing *source* package...

As described [here](https://github.com/TomKellyGenetics/leiden/issues/7#issue-737443599) there are many classes for multiplex graphs. Currently only a list of igraph objects is supported. #7

Support for Bipartite graphs has been implemented: #5 Maximum community size is supported in regular and multiplexed graphs: #8 Currently the `max_comm_size` parameter is passed to internal functions for bipartite...

Weighted matrices and 'igraph' objects are supported in the 0.3.3 release but the default behaviour can differ. Checks will be made to ensure the same results from matrix or 'igraph'...

documentation

Hi there, I'm attempting to install `leiden` on CentOS 7.9.2009 and have encountered the following installation error. Would appreciate any assistance. Thanks! ``` > install.packages("leiden") Installing package into ‘/home/an252/R-4.2.1/library’ (as...

Hello, I have been having some issues installing your package for R. After I install, the following occurs: ``` > library(leiden) Unable to set up conda environment r-reticulate run in...

This is possibly related to a previous issue (https://github.com/TomKellyGenetics/leiden/issues/20). I recently tried to use the CRAN version of leiden (0.4.3). Upon loading, I see the following: ``` > library(leiden) using...