{
  "_id": "6a1eeccbb401979e734126a3",
  "Package": "BoardGames",
  "Type": "Package",
  "Title": "Board Games and Tools for Building Board Games",
  "Version": "1.0.0",
  "Authors@R": "c(person(\"Derek\", \"Qiu\", role = c(\"aut\", \"cre\"),\nemail = \"qiu.derek.d@gmail.com\"))",
  "Description": "Tools for constructing board/grid based games, as well as\nreadily available game(s) for your entertainment.",
  "License": "GPL (>= 2)",
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 09:17:59 UTC",
    "User": "root"
  },
  "Author": "Derek Qiu [aut, cre]",
  "Maintainer": "Derek Qiu <qiu.derek.d@gmail.com>",
  "Repository": "https://halipahaha.r-universe.dev",
  "Date/Publication": "2016-07-18 20:37:26 UTC",
  "RemoteUrl": "https://github.com/cran/BoardGames",
  "RemoteRef": "HEAD",
  "RemoteSha": "9ce46b31fb5233a1d385994593128f33b5e86894",
  "MD5sum": "0392d565ca8ebbdfb6bacd5bf993819a",
  "_user": "halipahaha",
  "_type": "src",
  "_file": "BoardGames_1.0.0.tar.gz",
  "_fileid": "78d9853bbb9f5d85181e42e829f846a9de8f25d2d405a011f25c245e5480ce79",
  "_filesize": 101564,
  "_sha256": "78d9853bbb9f5d85181e42e829f846a9de8f25d2d405a011f25c245e5480ce79",
  "_created": "2026-05-19T09:17:59.000Z",
  "_published": "2026-06-02T14:46:35.757Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79098769137,
      "time": 100,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079551961"
    },
    {
      "job": 79098768860,
      "time": 95,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079549730"
    },
    {
      "job": 79098769051,
      "time": 347,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079617172"
    },
    {
      "job": 79098768777,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079560595"
    },
    {
      "job": 79098768681,
      "time": 135,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079514600"
    },
    {
      "job": 79098768124,
      "time": 79,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361083778"
    },
    {
      "job": 79098769183,
      "time": 85,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079546323"
    },
    {
      "job": 79098769223,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079538538"
    },
    {
      "job": 79098768848,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079549729"
    }
  ],
  "_buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/BoardGames",
  "_commit": {
    "id": "9ce46b31fb5233a1d385994593128f33b5e86894",
    "author": "Derek Qiu <qiu.derek.d@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1468874246
  },
  "_maintainer": {
    "name": "Derek Qiu",
    "email": "qiu.derek.d@gmail.com",
    "login": "halipahaha",
    "description": "",
    "uuid": 17490792
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.2",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "halipahaha",
      "count": 1,
      "uuid": 17490792
    }
  ],
  "_userbio": {
    "uuid": 17490792,
    "type": "user",
    "name": "halipahaha"
  },
  "_downloads": {
    "count": 185,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/BoardGames"
  },
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/BoardGames.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "halipahaha",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2016-07-18"
    }
  ],
  "_exports": [
    "detect_seq",
    "get_cols",
    "get_diags",
    "get_rows",
    "get_surround",
    "index2xy",
    "is_palindrome",
    "UltimateTicTacToe",
    "xy2index"
  ],
  "_help": [
    {
      "page": "detect_seq",
      "title": "Detects if a certain sequence is present in a matrix.",
      "topics": [
        "detect_seq"
      ]
    },
    {
      "page": "get_cols",
      "title": "Get all column vectors of a matrix.",
      "topics": [
        "get_cols"
      ]
    },
    {
      "page": "get_diags",
      "title": "Get all diagonals vectors of a matrix.",
      "topics": [
        "get_diags"
      ]
    },
    {
      "page": "get_rows",
      "title": "Get all row vectors of a matrix.",
      "topics": [
        "get_rows"
      ]
    },
    {
      "page": "get_surround",
      "title": "Get surrounding elements of an element in a matrix.",
      "topics": [
        "get_surround"
      ]
    },
    {
      "page": "index2xy",
      "title": "Converts a matrix index into a sex of x,y coordinates.",
      "topics": [
        "index2xy"
      ]
    },
    {
      "page": "is_palindrome",
      "title": "Palindrome checker.",
      "topics": [
        "is_palindrome"
      ]
    },
    {
      "page": "UltimateTicTacToe",
      "title": "Play some Ultimate Tic-Tac-Toe?",
      "topics": [
        "UltimateTicTacToe"
      ]
    },
    {
      "page": "xy2index",
      "title": "Converts a set of x,y coordinates into a matrix index.",
      "topics": [
        "xy2index"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "boardgames",
  "_universes": [
    "halipahaha"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-19T09:19:49.000Z",
      "distro": "noble",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "360a893834c3178e9c4f68c5535a1ecf9bda6baa4031851581091d6bf0b80d9d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-19T09:19:43.000Z",
      "distro": "noble",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "210e6d22d7b3381aa88c778d80876aa55dca8c83eae6f77f3f85865ae94c07ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-19T09:22:49.000Z",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "6b411da3a65067a750dc14ae945dc257ae8bd268b5ae81821906285c402cc8f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-19T09:20:14.000Z",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "c7114f627f42c3025eb560a58cc74a757bf17a67f71750c9224c9f61ec238ba3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T09:19:31.000Z",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "ef34ce3ba2852b85c815c88cb6532a5dd09dd8dfd5ccdd80e3fe2c8e828cd5b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T09:19:07.000Z",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "9d77e30875d0787e0109976b6b70f0975a29fc5f60fce7f806ff0e28cd785ab2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T09:19:39.000Z",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "2140489ed2678802c3009a208d792b96a6d59c7eb1262d7fb4e291ad4fbdfd8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-02T14:45:47.000Z",
      "commit": "9ce46b31fb5233a1d385994593128f33b5e86894",
      "fileid": "3333f88436c9e6b990243af244e245096a5f98e9473fa9f2737da5dbcd745a69",
      "status": "success",
      "buildurl": "https://github.com/r-universe/halipahaha/actions/runs/26087913999"
    }
  ]
}