{
  "_id": "6a1f3668b401979e734288f0",
  "Package": "HGraph",
  "Type": "Package",
  "Title": "Use Graph Structure to Travel",
  "Version": "0.1.0",
  "Author": "JinanPang[aut, cre], HuiLi[ctb]",
  "Maintainer": "Jinan Pang <pang.jinan@qq.com>",
  "Description": "It is used to travel graphs, by using DFS and BFS to get\nthe path from node to each leaf node. Depth first\ntraversal(DFS) is a recursive algorithm for searching all the\nvertices of a graph or tree data structure. Traversal means\nvisiting all the nodes of a graph. Breadth first traversal(BFS)\nalgorithm is used to search a tree or graph data structure for\na node that meets a set of criteria. It starts at the tree’s\nroot or graph and searches/visits all nodes at the current\ndepth level before moving on to the nodes at the next depth\nlevel. Also, it provides the matrix which is reachable between\neach node. Implement reference about Baruch Awerbuch (1985)\n<doi:10.1016/0020-0190(85)90083-3>.",
  "License": "GPL-2",
  "LazyData": "TRUE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 06:18:29 UTC",
    "User": "root"
  },
  "Repository": "https://stongan.r-universe.dev",
  "Date/Publication": "2023-03-22 08:20:12 UTC",
  "RemoteUrl": "https://github.com/cran/HGraph",
  "RemoteRef": "HEAD",
  "RemoteSha": "eb22fe8424259b3cf5972c8425795338f64debfb",
  "MD5sum": "9b4583e5de29cafa120955db8b3c52b8",
  "_user": "stongan",
  "_type": "src",
  "_file": "HGraph_0.1.0.tar.gz",
  "_fileid": "3c181ec44fbb823d00559d10e6c0c1b4d7fb7ae49c949749756750efb992b0ce",
  "_filesize": 87164,
  "_sha256": "3c181ec44fbb823d00559d10e6c0c1b4d7fb7ae49c949749756750efb992b0ce",
  "_created": "2026-05-15T06:18:29.000Z",
  "_published": "2026-06-02T20:00:40.677Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79160436903,
      "time": 109,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7011307013"
    },
    {
      "job": 79160436555,
      "time": 106,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7011306264"
    },
    {
      "job": 79160436714,
      "time": 149,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7011307351"
    },
    {
      "job": 79160437206,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7011309739"
    },
    {
      "job": 79160436018,
      "time": 174,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011281838"
    },
    {
      "job": 79160435943,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368428589"
    },
    {
      "job": 79160436588,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7011298670"
    },
    {
      "job": 79160436758,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7011300048"
    },
    {
      "job": 79160436547,
      "time": 67,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7011297570"
    }
  ],
  "_buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/HGraph",
  "_commit": {
    "id": "eb22fe8424259b3cf5972c8425795338f64debfb",
    "author": "Jinan Pang <pang.jinan@qq.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1679473212
  },
  "_maintainer": {
    "name": "Jinan Pang",
    "email": "pang.jinan@qq.com",
    "login": "stongan",
    "uuid": 6399293
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "stongan",
      "count": 1,
      "uuid": 6399293
    }
  ],
  "_userbio": {
    "uuid": 6399293,
    "type": "user",
    "name": "stongan"
  },
  "_downloads": {
    "count": 205,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/HGraph"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/HGraph.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "stongan",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-03-22"
    }
  ],
  "_exports": [
    "get_graph_info"
  ],
  "_datasets": [
    {
      "name": "edge",
      "title": "edge file to R",
      "object": "edge",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "a",
        "b",
        "c"
      ],
      "rows": 3,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "edge",
      "title": "edge file to R",
      "topics": [
        "edge"
      ]
    },
    {
      "page": "get_graph_info",
      "title": "Get travel path of graph",
      "topics": [
        "get_graph_info"
      ]
    }
  ],
  "_readme": "https://github.com/cran/HGraph/raw/HEAD/README.md",
  "_rundeps": [
    "evaluate",
    "highr",
    "knitr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "HGraph.Rmd",
      "filename": "HGraph.html",
      "title": "HGraph",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2023-03-22 08:20:12",
      "modified": "2023-03-22 08:20:12",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "hgraph",
  "_universes": [
    "stongan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-15T06:20:22.000Z",
      "distro": "noble",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "e48f48cca2e3f0f46dd697a0dc9bb79f6b6d49314a4249be65de3a8364cb8f66",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-15T06:20:20.000Z",
      "distro": "noble",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "f4730c63e7c867438928e9abf4ad9277c43d8a69c86ba2824ceedf7afa63c146",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-15T06:20:29.000Z",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "9f76abb713a9055b9d6e2b183022a106d63ac1fbc837c27df2c7d99d0db90c9c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-15T06:20:35.000Z",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "eef5ff22d2b90af893b8d902efa4850e3d08848fc929d6d0b03626b2d343f7e3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-15T06:19:41.000Z",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "5230ac9c51a26f30451297788dd69df2a7cbd61225e6ddd3a5be201203a94806",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-15T06:19:49.000Z",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "800de828a133efe99b843163c8f878b2116a05ddf259b4f8b23be1053acfded0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-15T06:19:37.000Z",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "34afe28ec5edd1bce23eb9158eb442b022dc80a93934dbe81199b521d549134e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T20:00:04.000Z",
      "commit": "eb22fe8424259b3cf5972c8425795338f64debfb",
      "fileid": "46f93436d00560814753510dcb8747b4fec7678cceb79786874c6a4c3ed959ce",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stongan/actions/runs/25903481011"
    }
  ]
}