{
  "_id": "6a1080e5acfb0bcc41cae9f4",
  "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-05-06 06:12:16 UTC",
    "User": "root"
  },
  "Author": "Jakob Bossek [aut, cre]",
  "MD5sum": "60a42a7668b23ba5874e09593f14aec7",
  "_user": "jakobbossek",
  "_type": "src",
  "_file": "grapherator_1.0.1.tar.gz",
  "_fileid": "afa84f32b1d1bd0511590b0fe89246b8d755571430d4c50d85f116ec588f95de",
  "_filesize": 2014304,
  "_sha256": "afa84f32b1d1bd0511590b0fe89246b8d755571430d4c50d85f116ec588f95de",
  "_created": "2026-05-06T06:12:16.000Z",
  "_published": "2026-05-22T16:14:29.290Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77418491029,
      "time": 186,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6823832306"
    },
    {
      "job": 77418491178,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6823830715"
    },
    {
      "job": 77418490997,
      "time": 175,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6823879017"
    },
    {
      "job": 77418490778,
      "time": 210,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6823869205"
    },
    {
      "job": 77418490571,
      "time": 207,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6823790729"
    },
    {
      "job": 77418490343,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7165188138"
    },
    {
      "job": 77418491167,
      "time": 150,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6823823275"
    },
    {
      "job": 77418491317,
      "time": 109,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6823814763"
    },
    {
      "job": 77418491164,
      "time": 98,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6823812660"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593",
  "_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",
    "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"
  },
  "_downloads": {
    "count": 222,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/grapherator"
  },
  "_devurl": "https://github.com/jakobbossek/grapherator",
  "_searchresults": 27,
  "_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",
    "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.038818787373656,
  "_indexed": true,
  "_nocasepkg": "grapherator",
  "_universes": [
    "jakobbossek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-06T06:15:10.000Z",
      "distro": "noble",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "1ac12e51da390e8a11ce802db6629a2c17b8a345b5011dd633719b69b92edaef",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-05-06T06:15:05.000Z",
      "distro": "noble",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "f39e8de1e128360ad1b8b64449b21263f2464542bb69ce21ac6c0180fb5762b5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-06T06:19:06.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "3a7015e45691cdf243248cdb6f175fa3b4797ff151c3250d30c120b8d5cfd3c8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-05-06T06:18:01.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "75b7fc27352fd0b3d9698ecfcc85477e619cc2cec790a4e0d4b3a463cb8cc77a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-06T06:14:29.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "cafb1b5044c9ec00e7afbbd210927f902ba2d7076dfb08fe26b39fbacbab88d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-06T06:13:49.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "6947933d292017e9bbbf06afa8e52d0adf73df9ebdee7e98d1efad0f4cd7952c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-05-06T06:13:37.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "d4a543f105ac659baabd27f1025ca38d843e452055ce91bd3f3832d7a5f9debf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-05-22T16:14:06.000Z",
      "commit": "715a2d2d25400c2a942b7c33d1a6b78b0a308ec7",
      "fileid": "0bfe2a5144a08fa2259a3536bd78b0c4e9bf16ae6ff3c2d8a376dcf6d6c1ca2c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jakobbossek/actions/runs/25419390593"
    }
  ]
}