-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.34 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: infomapecology
Type: Package
Title: Community Detection using Infomap, Inspired by Ecological Networks
Version: 2.0
URL: https://github.com/Ecological-Complexity-Lab/infomap_ecology_package
Date: 2023-11-22
Author: Shai Pilosof <[email protected]>
Maintainer: Shirly Freilikhman <[email protected]>, Shai Pilosof <[email protected]>
BugReports: https://github.com/Ecological-Complexity-Lab/infomap_ecology_package/issues
Description: Collection of R functions to perform community detection analysis with Infomap. Also includes standardized objects to store and further analyze monolayer and multilayer networks. Inspired by ecological networks but can work for other networks too! Ideas/requests for features are welcome (open an issue here: https://github.com/Ecological-Complexity-Lab/infomap_ecology_package/issues). This work was supported by research grant ISF (Israel Science Foundation) 1281/20 to Shai Pilosof
License: GPL
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0),
attempt,
cowplot,
ggalluvial,
magrittr,
dplyr,
readr,
ggplot2,
stringr,
tibble,
tidyr,
rlang,
igraph,
vegan,
emln
Suggests:
bipartite
RoxygenNote: 7.2.3
Comment: Some functions are wrappers for the standalone file Infomap (independently installed) and their examples are set to "dontrun". Competibal only with Infomap version >=2.0.0.