{
  "_id": "6a10351facfb0bcc41c99980",
  "Package": "GephiForR",
  "Type": "Package",
  "Title": "'Gephi' Network Visualization",
  "Version": "0.1.1",
  "Authors@R": "person(given = \"Julia\",\nfamily = \"Manso\",\nrole = c(\"aut\", \"cre\"),\nemail = \"gephiforr@gmail.com\",\ncomment = c(ORCID = \"0009-0004-3227-218X\"))",
  "Maintainer": "Julia Manso <gephiforr@gmail.com>",
  "Description": "Implements key features of 'Gephi' for network\nvisualization, including 'ForceAtlas2' (with LinLog mode),\nnetwork scaling, and network rotations. It also includes easy\nnetwork visualization tools such as edge and node color\nassignment for recreating 'Gephi'-style graphs in R. The\npackage references layout algorithms developed by Jacomy, M.,\nVenturini T., Heymann S., and Bastian M. (2014)\n<doi:10.1371/journal.pone.0098679> and Noack, A. (2009)\n<doi:10.48550/arXiv.0807.4052>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "RdMacros": "Rdpack",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 07:24:22 UTC",
    "User": "root"
  },
  "Author": "Julia Manso [aut, cre] (ORCID:\n<https://orcid.org/0009-0004-3227-218X>)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-10-14 18:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/GephiForR",
  "RemoteRef": "HEAD",
  "RemoteSha": "c0a30087504b21fb79c85b505508279d07885b93",
  "MD5sum": "98db8d177185f5d168f0f7ebfb333826",
  "_user": "cran",
  "_type": "src",
  "_file": "GephiForR_0.1.1.tar.gz",
  "_fileid": "1baf7bcbc5936285f9a1c5e1766b6432fdd0fd5f859d282037d6b308c072fb02",
  "_filesize": 119983,
  "_sha256": "1baf7bcbc5936285f9a1c5e1766b6432fdd0fd5f859d282037d6b308c072fb02",
  "_created": "2026-05-12T07:24:22.000Z",
  "_published": "2026-05-22T10:51:11.993Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77365080762,
      "time": 100,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6938123062"
    },
    {
      "job": 77365080723,
      "time": 104,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938124137"
    },
    {
      "job": 77365080782,
      "time": 162,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938092514"
    },
    {
      "job": 77365080280,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158737741"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25719740444",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/GephiForR",
  "_commit": {
    "id": "c0a30087504b21fb79c85b505508279d07885b93",
    "author": "Julia Manso <gephiforr@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.1\n",
    "time": 1760466602
  },
  "_maintainer": {
    "name": "Julia Manso",
    "email": "gephiforr@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "Rdpack",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-42",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.1",
      "date": "2025-10-14"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 195,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GephiForR"
  },
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GephiForR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-08-27"
    },
    {
      "version": "0.1.1",
      "date": "2025-10-14"
    }
  ],
  "_exports": [
    "assign_edge_colors",
    "assign_node_colors",
    "easyplot",
    "layout.forceatlas2",
    "rotate_layout",
    "scale_node_positions"
  ],
  "_help": [
    {
      "page": "assign_edge_colors",
      "title": "Assign edge colors based on source node colors",
      "topics": [
        "assign_edge_colors"
      ]
    },
    {
      "page": "assign_node_colors",
      "title": "Assign node colors based on a set of attributes",
      "topics": [
        "assign_node_colors"
      ]
    },
    {
      "page": "easyplot",
      "title": "Easy way to plot networks similar to `Gephi'",
      "topics": [
        "easyplot"
      ]
    },
    {
      "page": "layout.forceatlas2",
      "title": "Apply ForceAtlas2 layout to a graph",
      "topics": [
        "layout.forceatlas2"
      ]
    },
    {
      "page": "rotate_layout",
      "title": "Rotate layout positions by a custom angle",
      "topics": [
        "rotate_layout"
      ]
    },
    {
      "page": "scale_node_positions",
      "title": "Scale node positions in an 'igraph' object",
      "topics": [
        "scale_node_positions"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "cpp11",
    "glue",
    "igraph",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pkgconfig",
    "rbibutils",
    "Rdpack",
    "rlang",
    "vctrs"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "gephiforr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-12T07:26:10.000Z",
      "distro": "noble",
      "commit": "c0a30087504b21fb79c85b505508279d07885b93",
      "fileid": "2e7e49d1f3595d1f014d978ac0c4e895ab423ed902e310ce5b070a6ba2c732b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25719740444"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-12T07:26:13.000Z",
      "distro": "noble",
      "commit": "c0a30087504b21fb79c85b505508279d07885b93",
      "fileid": "4c9d53ff9219b45639323ef362a07a28b90645728b91ce697fdbf14d07dd718d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25719740444"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T10:50:55.000Z",
      "commit": "c0a30087504b21fb79c85b505508279d07885b93",
      "fileid": "0aeadb3de0b1be777f731130e4aee9416b81ac902a353de52b5686ba0d975376",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25719740444"
    }
  ]
}