-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.07 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
34
35
Package: adjHelpR
Type: Package
Title: Handle and Manipulate Adjacency Matrices
Version: 0.1.1
Authors@R: c(
person("Giona", "Casiraghi", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0233-5747")),
person("Christian", "Zingg", email = "[email protected]",
role = c("ctb"))
)
Description: It provides a set of efficient functions to deal with adjacency matrices
in R. It allows to generate adjacency matrices from weighted edgelists, create
weighted edgelists from edgelists with repeated edges, and handle these objects.
It exploits 'dplyr' and 'tibble' to deal efficiently with large edgelists, and
'Matrix' sparse matrices to store adjacency matrices in sparse format.
License: AGPL-3
Depends: R (>= 3.0)
Imports: Matrix,
dplyr,
reshape2,
methods,
magrittr,
rlang,
pbmcapply,
ggplot2,
ggraph
Suggests:
igraph,
knitr,
rmarkdown,
tidygraph
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr