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="g.vegayon@gmail.com", 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) Config/pak/sysreqs: libglpk-dev make libxml2-dev zlib1g-dev Repository: https://gvegayon.r-universe.dev Date/Publication: 2025-11-25 00:17:13 UTC RemoteUrl: https://github.com/gvegayon/rgexf RemoteRef: HEAD RemoteSha: f4ee32806a7a952586e2d1deeb338fb35018c0f6 NeedsCompilation: no Packaged: 2026-04-24 04:58:32 UTC; root Author: George Vega Yon [aut, cre] (ORCID: ), Jorge Fábrega Lacoa [ctb], Joshua Kunst [ctb], Raphaël Velt [cph] (gexf-js library), Gephi Consortium [cph] (GEXF language), Cornelius Fritz [rev] (what: JOSS reviewer), Jonathan Cardoso Silva [rev] (what: JOSS reviewer) Maintainer: George Vega Yon