Package: rgexf
Type: Package
Encoding: UTF-8
Title: Build, Import and Export GEXF Graph Files
Version: 0.16.2
Date: 2021-08-10
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, it allows the user to
    easily build/read graph files including attributes, 'GEXF' visual attributes (such
    as color, size, and position), network dynamics (for both edges and nodes) and
    edge weighting. 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.1.1
Suggests: knitr, rmarkdown, tinytest, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-08-12 21:08:01 UTC; george
Author: George Vega Yon [aut, cre] (<https://orcid.org/0000-0002-3171-0844>),
  Jorge Fábrega Lacoa [ctb],
  Joshua Kunst [ctb],
  Raphaël Velt [cph] (gexf-js library),
  Gephi Consortium [cph] (GEXF language),
  Cornelius Fritz [rev] (JOSS reviewer),
  Jonathan Cardoso Silva [rev] (JOSS reviewer)
Maintainer: George Vega Yon <g.vegayon@gmail.com>
Repository: CRAN
Date/Publication: 2021-08-12 21:30:02 UTC
Built: R 4.2.0; ; 2022-04-27 20:19:28 UTC; unix
