{
  "_id": "6a12b35dacfb0bcc41d19ee1",
  "Package": "gephi",
  "Title": "Write graph objects to a file format that gephi understands",
  "Version": "1.0.1",
  "Authors@R": "person(\"Roel M.\", \"Hogervorst\", \nemail =\"hogervorst.rm@gmail.com\",\nrole = c(\"cre\", \"aut\"),\ncomment = c(ORCID = \"0000-0001-7509-0328\"))",
  "Description": "Sometimes you want to visualize your graph information in\n'gephi'. 'Gephi' needs certain column names to make sense of\nthe file. This package writes edge and node information to csv\nfiles with correct names so you can read it in easily with\ngephi. You can also read the files in with igraph/tidygraph. It\nmakes it much easier to switch between R and 'gephi'. This\nR-package does not interface with the open source network\nvisualisation tool 'gephi' but it writes and reads csv files in\na way that 'gephi' expects, reducing the friction when\nswitching between tools.",
  "License": "MIT + file LICENSE",
  "BugReports": "https://github.com/RMHogervorst/gephi/issues",
  "URL": "http://rmhogervorst.nl/gephi/,\nhttps://github.com/RMHogervorst/gephi",
  "ByteCompile": "true",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "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": {
    "Date": "2026-05-24 08:11:53 UTC",
    "User": "root"
  },
  "Author": "Roel M. Hogervorst [cre, aut] (ORCID:\n<https://orcid.org/0000-0001-7509-0328>)",
  "Maintainer": "Roel M. Hogervorst <hogervorst.rm@gmail.com>",
  "MD5sum": "576a1eb42389d216ba43059bb012d954",
  "_user": "rmhogervorst",
  "_type": "src",
  "_file": "gephi_1.0.1.tar.gz",
  "_fileid": "5629df06eafbef3b3a2420226402a93d38a31677df3a7e2a18cf91b10d0e32ab",
  "_filesize": 102736,
  "_sha256": "5629df06eafbef3b3a2420226402a93d38a31677df3a7e2a18cf91b10d0e32ab",
  "_created": "2026-05-24T08:11:53.000Z",
  "_published": "2026-05-24T08:14:20.979Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77582805104,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7183560287"
    },
    {
      "job": 77582805109,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7183560044"
    },
    {
      "job": 77582805102,
      "time": 68,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7183555573"
    },
    {
      "job": 77582805105,
      "time": 73,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7183555903"
    },
    {
      "job": 77582639659,
      "time": 177,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183548635"
    },
    {
      "job": 77582805090,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183560488"
    },
    {
      "job": 77582805100,
      "time": 85,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7183557305"
    },
    {
      "job": 77582805112,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7183559948"
    },
    {
      "job": 77582805101,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7183556351"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/RMHogervorst/gephi",
  "_commit": {
    "id": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
    "author": "Roel M. Hogervorst <hogervorst.rm@gmail.com>",
    "committer": "Roel M. Hogervorst <hogervorst.rm@gmail.com>",
    "message": "bugfix release\n\n- write.table has argument na, not na.strings.\n- change in igraph object test\n",
    "time": 1656922153
  },
  "_maintainer": {
    "name": "Roel M. Hogervorst",
    "email": "hogervorst.rm@gmail.com",
    "login": "rmhogervorst",
    "mastodon": "@rmhogervorst@rstats.me",
    "description": "Interested in building tools with python, R rust, open source.\n\n@RMHogervorst@rstats.me",
    "uuid": 9538040,
    "orcid": "0000-0001-7509-0328"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "igraph",
      "version": ">= 1.2.4.0",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "rmhogervorst",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "rmhogervorst",
      "count": 24,
      "uuid": 9538040
    }
  ],
  "_userbio": {
    "uuid": 9538040,
    "type": "user",
    "name": "Roel Hogervorst",
    "description": "Interested in building tools with python, R rust, open source.\r\n\r\n@rmhogervorst@rstats.me"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gephi"
  },
  "_devurl": "https://github.com/rmhogervorst/gephi",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gephi.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "gephi_read_edges_csv",
    "gephi_write_both",
    "gephi_write_edges",
    "gephi_write_edges_from_df",
    "gephi_write_nodes"
  ],
  "_datasets": [
    {
      "name": "graphexample",
      "title": "a super simple graph example",
      "object": "graphexample",
      "class": [
        "igraph"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "gephi",
      "title": "Gephi.",
      "concept": [
        "write_graphs, read_graphs"
      ],
      "topics": [
        "gephi"
      ]
    },
    {
      "page": "gephi_read_edges_csv",
      "title": "Read edges",
      "concept": [
        "read_graphs"
      ],
      "topics": [
        "gephi_read_edges_csv"
      ]
    },
    {
      "page": "gephi_write_edges_from_df",
      "title": "Write edges from a data.frame to a file",
      "concept": [
        "write_graphs"
      ],
      "topics": [
        "gephi_write_edges_from_df"
      ]
    },
    {
      "page": "gephi_write_nodes",
      "title": "Write igraph/ tidygraph to a format that gephi can read",
      "concept": [
        "write_graphs"
      ],
      "topics": [
        "gephi_write_both",
        "gephi_write_edges",
        "gephi_write_nodes"
      ]
    },
    {
      "page": "graphexample",
      "title": "a super simple graph example",
      "topics": [
        "graphexample"
      ]
    }
  ],
  "_readme": "https://github.com/RMHogervorst/gephi/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "glue",
    "igraph",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pkgconfig",
    "rlang",
    "vctrs"
  ],
  "_score": 2.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "gephi",
  "_universes": [
    "rmhogervorst"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-24T08:13:55.000Z",
      "distro": "noble",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "b8f8d602c189f2e84e6581ce6cc3d8d3974bb974c1d28243a1f868e773703625",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-24T08:13:53.000Z",
      "distro": "noble",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "35fc74f1c393f7c35e88c3ed3a859dfb1792a0468acfd90930f1536d8fe0c82d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-24T08:13:09.000Z",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "243d8bd97ba338715f49e67c71aa52343f50fe45f13c07d67fae60ee6ed44688",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-24T08:13:12.000Z",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "2c0486aedb37f725c489788a3c0054901627c4c50a64be18baa36eef8ca27c00",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-24T08:14:07.000Z",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "ae87a657538114908abb6c3b18b8c2068d7fd86a74eda1f3000689e66e174f0e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-24T08:13:20.000Z",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "9420f768c945d65c1c879a81eb090bb9a6caa196e99bd061f2d6c140ad1f8e16",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-24T08:13:47.000Z",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "124b30485076b0c41500a8b3703b27cb00fb1a4b72f8be184560571c76b5605f",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-24T08:13:10.000Z",
      "commit": "52552a21ae5b0bed4f17c6c4693b7b27fdafba14",
      "fileid": "06e2c6e671ff4e736be961d0451f45dab8a5e12eeadecd1ab8be3b4cd386889a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/rmhogervorst/actions/runs/26355966934"
    }
  ]
}