{
  "_id": "6a12a88eacfb0bcc41d15611",
  "Package": "R6DS",
  "Type": "Package",
  "Title": "R6 Reference Class Based Data Structures",
  "Version": "1.2.0",
  "Authors@R": "person(given=\"Yukai\",family=\"Yang\",email=\"yukai.yang@statistik.uu.se\",role=c(\"aut\", \"cre\"),comment=c(ORCID=\"0000-0002-2623-8549\"))",
  "Description": "Provides reference classes implementing some useful data\nstructures. The package implements these data structures by\nusing the reference class R6. Therefore, the classes of the\ndata structures are also reference classes which means that\ntheir instances are passed by reference. The implemented data\nstructures include stack, queue, double-ended queue, doubly\nlinked list, set, dictionary and binary search tree. See for\nexample <https://en.wikipedia.org/wiki/Data_structure> for more\ninformation about the data structures.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.1",
  "URL": "https://github.com/yukai-yang/R6DS",
  "BugReports": "https://github.com/yukai-yang/R6DS/issues",
  "VignetteBuilder": "knitr",
  "Repository": "https://yukai-yang.r-universe.dev",
  "Date/Publication": "2026-02-23 13:05:49 UTC",
  "RemoteUrl": "https://github.com/yukai-yang/r6ds",
  "RemoteRef": "HEAD",
  "RemoteSha": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-24 07:23:38 UTC",
    "User": "root"
  },
  "Author": "Yukai Yang [aut, cre] (ORCID: <https://orcid.org/0000-0002-2623-8549>)",
  "Maintainer": "Yukai Yang <yukai.yang@statistik.uu.se>",
  "MD5sum": "a6cc0ac4f7aaf43c0c26fb0b612143ed",
  "_user": "yukai-yang",
  "_type": "src",
  "_file": "R6DS_1.2.0.tar.gz",
  "_fileid": "696aed7e4c74c177058f41b050ca1da265a58ee3cc310dba78b6f2642a09e2f5",
  "_filesize": 187498,
  "_sha256": "696aed7e4c74c177058f41b050ca1da265a58ee3cc310dba78b6f2642a09e2f5",
  "_created": "2026-05-24T07:23:38.000Z",
  "_published": "2026-05-24T07:28:14.716Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77580218377,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7183245210"
    },
    {
      "job": 77580218370,
      "time": 99,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7183243960"
    },
    {
      "job": 77580218372,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7183248093"
    },
    {
      "job": 77580218384,
      "time": 69,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7183259295"
    },
    {
      "job": 77580085005,
      "time": 150,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183232967"
    },
    {
      "job": 77580218349,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183243743"
    },
    {
      "job": 77580218381,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7183242406"
    },
    {
      "job": 77580218383,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7183241158"
    },
    {
      "job": 77580218387,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7183240894"
    }
  ],
  "_buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/yukai-yang/r6ds",
  "_commit": {
    "id": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
    "author": "Yukai Yang <yukai.yang@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update R workflow for compatibility and improvements",
    "time": 1771851949
  },
  "_maintainer": {
    "name": "Yukai Yang",
    "email": "yukai.yang@statistik.uu.se",
    "login": "yukai-yang",
    "orcid": "0000-0002-2623-8549",
    "description": "臨 兵 闘 者 皆 陣 烈 在 前",
    "uuid": 7555828
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "yukai-yang",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-09",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "binary-search-trees",
    "data-structures",
    "deque",
    "dictionary",
    "doubly-linked-list",
    "functional-programming",
    "map",
    "queue",
    "reference-class",
    "stack",
    "traversal"
  ],
  "_stars": 6,
  "_contributors": [
    {
      "user": "yukai-yang",
      "count": 42,
      "uuid": 7555828
    }
  ],
  "_userbio": {
    "uuid": 7555828,
    "type": "user",
    "name": "Yukai Yang",
    "description": "臨 兵 闘 者 皆 陣 烈 在 前"
  },
  "_downloads": {
    "count": 187,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/R6DS"
  },
  "_devurl": "https://github.com/yukai-yang/r6ds",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/R6DS.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/yukai-yang/r6ds",
  "_realowner": "yukai-yang",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.0",
      "date": "2019-05-14"
    },
    {
      "version": "1.2.0",
      "date": "2019-05-21"
    }
  ],
  "_exports": [
    "RBST",
    "RDeque",
    "RDict",
    "RDLL",
    "RQueue",
    "RSet",
    "RStack",
    "version"
  ],
  "_help": [
    {
      "page": "R6DS",
      "title": "R6DS: provides reference classes implementing some useful data stuctures.",
      "topics": [
        "R6DS-package",
        "R6DS"
      ]
    },
    {
      "page": "RBST",
      "title": "The RBST reference class",
      "topics": [
        "RBST"
      ]
    },
    {
      "page": "RDeque",
      "title": "The RDeque reference class",
      "topics": [
        "RDeque"
      ]
    },
    {
      "page": "RDict",
      "title": "The RDict reference class",
      "topics": [
        "RDict"
      ]
    },
    {
      "page": "RDLL",
      "title": "The RDLL reference class",
      "topics": [
        "RDLL"
      ]
    },
    {
      "page": "RLinkedList",
      "title": "The linked list reference class",
      "topics": [
        "RLinkedList"
      ]
    },
    {
      "page": "RNode",
      "title": "The node reference class",
      "topics": [
        "RNode"
      ]
    },
    {
      "page": "RQueue",
      "title": "The RQueue reference class",
      "topics": [
        "RQueue"
      ]
    },
    {
      "page": "RSet",
      "title": "The RSet reference class",
      "topics": [
        "RSet"
      ]
    },
    {
      "page": "RStack",
      "title": "The RStack reference class",
      "topics": [
        "RStack"
      ]
    },
    {
      "page": "version",
      "title": "Show the version number of some information.",
      "topics": [
        "version"
      ]
    }
  ],
  "_readme": "https://github.com/yukai-yang/r6ds/raw/HEAD/README.md",
  "_rundeps": [
    "R6"
  ],
  "_score": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "r6ds",
  "_universes": [
    "yukai-yang"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-24T07:25:34.000Z",
      "distro": "noble",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "bdafe2df03df84ece0642222a9c739d199bde00a5cd48ee2fb079621ab592fa3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-24T07:25:22.000Z",
      "distro": "noble",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "aa375b5b38679398170e591bc6efa3d90edb1b7a19b3dcff6dd929f962b51a68",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-24T07:26:04.000Z",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "0b6d8341cc4e34bc21cba94803c5e2f1749d6cf0550a32da20164aa3609d3171",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-24T07:27:53.000Z",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "e01d2be56a9d60491cf21cdf62735524c96f6791886439dd5ea6cf0a4b1a93b9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-05-24T07:25:29.000Z",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "a050cfe88aaedeb5c970342ce0c7d5a57829e22e00041a0cfb9f6074b139090b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-24T07:25:02.000Z",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "e14a46fc5c74e7991f6362edc4a290dbabc04f18b5a293549a848385e5c56784",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-24T07:24:50.000Z",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "455b8f00b543dfd4bfe712d303d4884315314d3808a245ddb92fe44cead2e409",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-24T07:24:51.000Z",
      "commit": "79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94",
      "fileid": "7a2b9e191c7e8d8bfefddcf606802c5e45352db4b550e0dd76ba95708c11896d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yukai-yang/actions/runs/26355014862"
    }
  ]
}