-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.52 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: rgexf
Type: Package
Encoding: UTF-8
Title: Build, Import, and Export GEXF Graph Files
Version: 0.16.3
Authors@R: c(
person("George", "Vega Yon", email="[email protected]", role=c("aut", "cre"),
comment = structure("0000-0002-3171-0844", .Names = "ORCID")),
person("Jorge", "Fábrega Lacoa", role=c("ctb")),
person("Joshua", "Kunst", role=c("ctb")),
person("Raphaël", "Velt", role=c("cph"), comment="gexf-js library"),
person(family="Gephi Consortium", role=c("cph"), comment="GEXF language"),
person("Cornelius", "Fritz", role = "rev", comment = c(what = "JOSS reviewer")),
person("Jonathan", "Cardoso Silva", role = "rev", comment = c(what = "JOSS reviewer"))
)
Description: Create, read, and write 'GEXF' (Graph Exchange 'XML' Format) graph files (used in 'Gephi' and others). Using the 'XML' package, rgexf allows reading and writing GEXF files, including attributes, 'GEXF' visual attributes (such as color, size, and position), network dynamics (for both edges and nodes), and edges' weights. Users can build/handle graphs element-by-element or massively through data frames, visualize the graph on a web browser through 'gexf-js' (a 'javascript' library), and interact with the 'igraph' package.
URL: https://gvegayon.github.io/rgexf/
BugReports: https://github.com/gvegayon/rgexf/issues
Imports:
XML,
igraph,
grDevices,
utils,
servr
License: MIT + file LICENSE
LazyLoad: yes
RoxygenNote: 7.3.1
Suggests: knitr,
rmarkdown,
tinytest,
covr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)