-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 2.15 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: networkflow
Title: Functions For A Workflow To Manipulate Networks
Version: 0.1.0
Date: 2022-11-25
Authors@R: c(
person("Aurélien", "Goutsmedt", , "agoutsmedt@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-3788-7237")),
person("Alexandre", "Truc", , "alexandre.truc77@gmail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-1328-7819"))
)
Author: Aurélien Goutsmedt and Alexandre Truc.
Maintainer: Aurélien Goutsmedt <agoutsmedt@hotmail.fr>
Description: This package proposes a series of function to make it easier
and quicker to work on networks. It mainly targets working on
bibliometric networks (see the
[biblionetwork](https://github.com/agoutsmedt/biblionetwork) package
for creating such networks). This package heavily relies on
[igraph](https://igraph.org/r/) and
[tidygraph](https://tidygraph.data-imaginist.com/index.html), and aims
at producing ready-made networks for projecting them using
[ggraph](https://ggraph.data-imaginist.com/). This package does not
invent nothing new, properly speaking, but it allows the users to
follow more quickly and easily the main steps of network manipulation,
from creating the graph to projecting it. It is inspired by what could
be done with [GEPHI](https://gephi.org/): the package allows the use
of the Leiden community detection algorithm, as well as of the Force
Atlas 2 layout, both being unavailable in igraph (and so in
tidygraph).
License: MIT + file LICENSE
URL: https://github.com/agoutsmedt/networkflow,
https://agoutsmedt.github.io/networkflow/
BugReports: https://github.com/agoutsmedt/networkflow/issues
Depends:
R (>= 2.10)
Imports:
biblionetwork,
cli,
data.table (>= 1.14.9),
dplyr,
tidyr,
forcats,
ggplot2,
ggraph,
igraph,
lifecycle,
Rdpack,
tidygraph,
tidytext,
ggalluvial,
magrittr,
rlang,
grDevices
Suggests:
knitr,
rmarkdown,
ggrepel,
textstem
VignetteBuilder:
knitr
RdMacros:
Rdpack
Remotes:
Rdatatable/data.table
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3