Package: gephi Title: Write graph objects to a file format that gephi understands Version: 1.0.1 Authors@R: person("Roel M.", "Hogervorst", email ="hogervorst.rm@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7509-0328")) Description: Sometimes you want to visualize your graph information in 'gephi'. 'Gephi' needs certain column names to make sense of the file. This package writes edge and node information to csv files with correct names so you can read it in easily with gephi. You can also read the files in with igraph/tidygraph. It makes it much easier to switch between R and 'gephi'. This R-package does not interface with the open source network visualisation tool 'gephi' but it writes and reads csv files in a way that 'gephi' expects, reducing the friction when switching between tools. License: MIT + file LICENSE BugReports: https://github.com/RMHogervorst/gephi/issues URL: http://rmhogervorst.nl/gephi/, https://github.com/RMHogervorst/gephi Depends: R(>= 2.10) Suggests: readr, testthat, spelling ByteCompile: true Encoding: UTF-8 LazyData: true Imports: igraph (>= 1.2.4.0) RoxygenNote: 7.2.0 Language: en-US Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://rmhogervorst.r-universe.dev Date/Publication: 2022-07-04 08:09:13 UTC RemoteUrl: https://github.com/RMHogervorst/gephi RemoteRef: HEAD RemoteSha: 52552a21ae5b0bed4f17c6c4693b7b27fdafba14 NeedsCompilation: no Packaged: 2026-06-23 08:06:10 UTC; root Author: Roel M. Hogervorst [cre, aut] (ORCID: ) Maintainer: Roel M. Hogervorst