-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.17 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
Package: ILSM
Title: Analyze Interconnection Structure of Tripartite Interaction Networks
Version: 1.0.3.3
Authors@R: c(
person("Weicheng", "Sun", , "sunwch2023@lzu.edu.cn", role = c("aut", "cre")),
person("Chuan", "Yan", , "yanchuan@lzu.edu.cn", role = c("aut")),
person("Yangyang", "Zhao", , "120220907711@lzu.edu.cn", role = c("aut")))
Description:
In view of the analysis of the structural characteristics of the tripartite
network has been complete, however, there is still a lack of a unified
operation that can quickly obtain the corresponding characteristics of the
tripartite network.
To solve this insufficiency, 'ILSM' was designed for supporting calculating
such metrics of tripartite networks by functions of this R package.
License: MIT + file LICENSE
URL: https://github.com/WeichengSun/ILSM
BugReports: https://github.com/WeichengSun/ILSM/issues
Encoding: UTF-8
Roxygen: list (markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet"))
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports:
stats,
igraph
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3