{
  "_id": "6a2fe7603efcd9bda433b765",
  "Package": "grapherator",
  "Title": "A Modular Multi-Step Graph Generator",
  "Description": "Set of functions for step-wise generation of (weighted)\ngraphs. Aimed for research in the field of single- and\nmulti-objective combinatorial optimization. Graphs are\ngenerated adding nodes, edges and weights. Each step may be\nrepeated multiple times with different predefined and custom\ngenerators resulting in high flexibility regarding the graph\ntopology and structure of edge weights.",
  "Version": "1.0.1",
  "Encoding": "UTF-8",
  "Date": "2017-12-20",
  "Authors@R": "c(person(\"Jakob\", \"Bossek\", email = \"j.bossek@gmail.com\", role =\nc(\"aut\", \"cre\")))",
  "Maintainer": "Jakob Bossek <j.bossek@gmail.com>",
  "License": "BSD_2_clause + file LICENSE",
  "URL": "https://github.com/jakobbossek/grapherator",
  "BugReports": "https://github.com/jakobbossek/grapherator/issues",
  "ByteCompile": "yes",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://jakobbossek.r-universe.dev",
  "Date/Publication": "2021-09-29 11:21:47 UTC",
  "RemoteUrl": "https://github.com/jakobbossek/grapherator",
  "RemoteRef": "HEAD",
  "RemoteSha": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-15 11:48:35 UTC",
    "User": "root"
  },
  "Author": "Jakob Bossek [aut, cre]",
  "MD5sum": "c1ba903f9c4479eb72913c3d12ed9f6d",
  "_user": "jakobbossek",
  "_type": "src",
  "_file": "grapherator_1.0.1.tar.gz",
  "_fileid": "a2c4ce48b54c5f63679febc7cf3d45529dddca74977604e6c0b1267a648b2e13",
  "_filesize": 2014331,
  "_sha256": "a2c4ce48b54c5f63679febc7cf3d45529dddca74977604e6c0b1267a648b2e13",
  "_created": "2026-06-15T11:48:35.000Z",
  "_published": "2026-06-15T11:52:00.940Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81413090553,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7637210340"
    },
    {
      "job": 81413090607,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7637214251"
    },
    {
      "job": 81413090563,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7637186957"
    },
    {
      "job": 81413090557,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7637195580"
    },
    {
      "job": 81412525929,
      "time": 197,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7637153441"
    },
    {
      "job": 81413090536,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7637197772"
    },
    {
      "job": 81413090571,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7637195717"
    },
    {
      "job": 81413090567,
      "time": 119,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7637197119"
    },
    {
      "job": 81413090590,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7637192120"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jakobbossek/grapherator",
  "_commit": {
    "id": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
    "author": "Jakob Bossek <info@jakobbossek.de>",
    "committer": "Jakob Bossek <info@jakobbossek.de>",
    "message": "pass named data.frame to deldir::deldir (required to work with deldir 1.0.0; see Rolfs email)\n",
    "time": 1632914507
  },
  "_maintainer": {
    "name": "Jakob Bossek",
    "email": "j.bossek@gmail.com",
    "login": "jakobbossek",
    "description": "",
    "uuid": 4079979
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "BBmisc",
      "version": ">= 1.6",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "version": ">= 1.1",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "version": ">= 1.4.1",
      "role": "Imports"
    },
    {
      "package": "vegan",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "lhs",
      "role": "Imports"
    },
    {
      "package": "deldir",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 0.9.1",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "gridExtra",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    }
  ],
  "_owner": "jakobbossek",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "combinatorial-optimization",
    "graph-generator",
    "minimum-spanning-tree",
    "multi-objective-optimization",
    "optimization"
  ],
  "_stars": 9,
  "_contributors": [
    {
      "user": "jakobbossek",
      "count": 81,
      "uuid": 4079979
    },
    {
      "user": "mpadge",
      "count": 1,
      "uuid": 6697851
    }
  ],
  "_userbio": {
    "uuid": 4079979,
    "type": "user",
    "name": "Jakob Bossek",
    "followers": 66
  },
  "_downloads": {
    "count": 204,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/grapherator"
  },
  "_devurl": "https://github.com/jakobbossek/grapherator",
  "_searchresults": 34,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/grapherator.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jakobbossek/grapherator",
  "_realowner": "jakobbossek",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-12-21"
    }
  ],
  "_exports": [
    "addEdges",
    "addEdgesComplete",
    "addEdgesDelauney",
    "addEdgesErdosRenyi",
    "addEdgesGilbert",
    "addEdgesGrid",
    "addEdgesOnion",
    "addEdgesSpanningTree",
    "addEdgesToPlot",
    "addEdgesWaxman",
    "addNodes",
    "addNodesGrid",
    "addNodesLHS",
    "addNodesNormal",
    "addNodesTriangular",
    "addNodesUniform",
    "addWeights",
    "addWeightsConcave",
    "addWeightsCorrelated",
    "addWeightsDistance",
    "addWeightsRandom",
    "getAdjacencyMatrix",
    "getNodeCoordinates",
    "getNodeDegrees",
    "getNumberOfClusters",
    "getNumberOfEdges",
    "getNumberOfNodes",
    "getNumberOfWeights",
    "getWeightMatrix",
    "graph",
    "readGP",
    "writeGP"
  ],
  "_help": [
    {
      "page": "grapherator-package",
      "title": "grapherator: A modular multi-step graph generator",
      "topics": [
        "grapherator-package"
      ]
    },
    {
      "page": "addEdges",
      "title": "Add edges to graph.",
      "concept": [
        "graph generators"
      ],
      "topics": [
        "addEdges"
      ]
    },
    {
      "page": "addEdgesToPlot",
      "title": "Highlight edges in graph.",
      "topics": [
        "addEdgesToPlot"
      ]
    },
    {
      "page": "addNodes",
      "title": "Add nodes to graph.",
      "concept": [
        "graph generators"
      ],
      "topics": [
        "addNodes"
      ]
    },
    {
      "page": "addWeights",
      "title": "Add weights to graph.",
      "concept": [
        "graph generators"
      ],
      "topics": [
        "addWeights"
      ]
    },
    {
      "page": "as.character.grapherator",
      "title": "Graph string representation.",
      "topics": [
        "as.character.grapherator"
      ]
    },
    {
      "page": "edgeGenerators",
      "title": "Edge generators.",
      "topics": [
        "addEdgesComplete",
        "addEdgesDelauney",
        "addEdgesErdosRenyi",
        "addEdgesGilbert",
        "addEdgesGrid",
        "addEdgesOnion",
        "addEdgesSpanningTree",
        "addEdgesWaxman",
        "edgeGenerators"
      ]
    },
    {
      "page": "getter",
      "title": "Getter functions.",
      "topics": [
        "getAdjacencyMatrix",
        "getNodeCoordinates",
        "getNodeDegrees",
        "getNumberOfClusters",
        "getNumberOfEdges",
        "getNumberOfNodes",
        "getNumberOfWeights",
        "getter",
        "getWeightMatrix"
      ]
    },
    {
      "page": "graph",
      "title": "Generate a bare graph.",
      "concept": [
        "graph generators"
      ],
      "topics": [
        "graph"
      ]
    },
    {
      "page": "grapherator",
      "title": "Graph object.",
      "topics": [
        "grapherator"
      ]
    },
    {
      "page": "nodeGenerators",
      "title": "Node generators.",
      "topics": [
        "addNodesGrid",
        "addNodesLHS",
        "addNodesNormal",
        "addNodesTriangular",
        "addNodesUniform",
        "nodeGenerators"
      ]
    },
    {
      "page": "plot.grapherator",
      "title": "Visualize graph.",
      "topics": [
        "plot.grapherator"
      ]
    },
    {
      "page": "weightGenerators",
      "title": "Weight generators.",
      "topics": [
        "addWeightsConcave",
        "addWeightsCorrelated",
        "addWeightsDistance",
        "addWeightsRandom",
        "weightGenerators"
      ]
    },
    {
      "page": "writeGP",
      "title": "Export/import graph.",
      "topics": [
        "readGP",
        "writeGP"
      ]
    }
  ],
  "_readme": "https://github.com/jakobbossek/grapherator/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "BBmisc",
    "checkmate",
    "cli",
    "cluster",
    "cpp11",
    "data.table",
    "deldir",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lhs",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "mgcv",
    "nlme",
    "permute",
    "plyr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "vctrs",
    "vegan",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Graph generation with grapherator",
      "author": "Jakob Bossek",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Grapherator workflow",
        "Generators",
        "Node generators",
        "Edge generators",
        "Weight generators",
        "Examples",
        "References"
      ],
      "created": "2017-12-06 06:47:30",
      "modified": "2018-02-13 08:29:44",
      "commits": 7
    },
    {
      "source": "custom_generators.Rmd",
      "filename": "custom_generators.html",
      "title": "HowTo build custom generators",
      "author": "Jakob Bossek",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Custom generators"
      ],
      "created": "2017-12-06 10:02:51",
      "modified": "2017-12-11 09:19:25",
      "commits": 3
    },
    {
      "source": "piping.Rmd",
      "filename": "piping.html",
      "title": "Using magrittr pipes",
      "author": "Jakob Bossek",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Improving code readability"
      ],
      "created": "2017-12-06 12:13:00",
      "modified": "2017-12-07 10:54:46",
      "commits": 2
    }
  ],
  "_score": 6.138933940256924,
  "_indexed": true,
  "_nocasepkg": "grapherator",
  "_universes": [
    "jakobbossek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:48.000Z",
      "distro": "noble",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "f6b908588682029604671a968b0de9003054668256e6fd36c29b30dc8c53b4de",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:56.000Z",
      "distro": "noble",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "5e7d9f0037209b54d635d82a0d81429518dc4faed40bde0a451a1e63a74670c3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:01.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "e9d3bf7c8b39e80d47c89fe6356e7ad0295ed000d55c109aae0802dd3163f283",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:19.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "21a35ba1c7912af24b0690ecce4d62ae27ed290cbc888ed0deb86b53eacfe494",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:53.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "958b0c681740d1a16d1f652bd73174dad4f7708518574d2f9e0547e912c976b3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:03.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "ba542973164633ee29a37a139718c38e0e31eed7bc3af8df940ab6c165ad8dde",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:07.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "e9b4b2460092ba1531c02333e999b48757ad9bd0381c7cff606eb5cb6d57829e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-15T11:50:02.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "2e183fecceaabcef2977b527291dc245177845b84e09a0117d69f9718c9d225d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/27543943817"
    }
  ]
}