{
  "_id": "6a102cf5acfb0bcc41c9377c",
  "Package": "rt3",
  "Type": "Package",
  "Title": "Tic-Tac-Toe Package for R",
  "Version": "0.1.2",
  "Author": "Johan Jordaan",
  "Maintainer": "Johan Jordaan <djjordaan@gmail.com>",
  "Description": "Play the classic game of tic-tac-toe (naughts and\ncrosses).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "5.0.1",
  "Repository": "https://johanjordaan.r-universe.dev",
  "Date/Publication": "2016-12-05 20:52:01 UTC",
  "RemoteUrl": "https://github.com/johanjordaan/rt3",
  "RemoteRef": "HEAD",
  "RemoteSha": "a470983204d2936733a43b51e61bf28d00620dd6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-13 05:58:21 UTC",
    "User": "root"
  },
  "MD5sum": "ac4079fbfcaa66a9ee4261029428488c",
  "_user": "johanjordaan",
  "_type": "src",
  "_file": "rt3_0.1.2.tar.gz",
  "_fileid": "2a992c44bd69ec32507e99c8afeefbd924009224d0ce5e628ddad0aca932cd7f",
  "_filesize": 107928,
  "_sha256": "2a992c44bd69ec32507e99c8afeefbd924009224d0ce5e628ddad0aca932cd7f",
  "_created": "2026-05-13T05:58:21.000Z",
  "_published": "2026-05-22T10:16:21.527Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77360067244,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962701121"
    },
    {
      "job": 77360067192,
      "time": 98,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962700179"
    },
    {
      "job": 77360066924,
      "time": 160,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962706349"
    },
    {
      "job": 77360066803,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962700506"
    },
    {
      "job": 77360066606,
      "time": 252,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962676267"
    },
    {
      "job": 77360066536,
      "time": 81,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158136827"
    },
    {
      "job": 77360067232,
      "time": 75,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962693762"
    },
    {
      "job": 77360067555,
      "time": 51,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962689061"
    },
    {
      "job": 77360067058,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962691654"
    }
  ],
  "_buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/johanjordaan/rt3",
  "_commit": {
    "id": "a470983204d2936733a43b51e61bf28d00620dd6",
    "author": "Johan Jordaan <johanjordaan@nightwish.local>",
    "committer": "Johan Jordaan <johanjordaan@nightwish.local>",
    "message": "Updates as per CRAN oversight\n",
    "time": 1480971121
  },
  "_maintainer": {
    "name": "Johan Jordaan",
    "email": "djjordaan@gmail.com",
    "login": "johanjordaan",
    "uuid": 715580
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "johanjordaan",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 715580,
    "type": "user",
    "name": "Johan"
  },
  "_downloads": {
    "count": 175,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rt3"
  },
  "_devurl": "https://github.com/johanjordaan/rt3",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rt3.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/johanjordaan/rt3",
  "_realowner": "johanjordaan",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2016-12-05"
    }
  ],
  "_exports": [
    "EMPTY",
    "firstAvailableMovePlayer",
    "getMoves",
    "makeMove",
    "NONE",
    "O",
    "playGame",
    "randomMovePlayer",
    "startGame",
    "X"
  ],
  "_help": [
    {
      "page": "EMPTY",
      "title": "Constant for the empty square. It's value is the character \"_\".",
      "topics": [
        "EMPTY"
      ]
    },
    {
      "page": "firstAvailableMovePlayer",
      "title": "Player that always takes the first move in the list of valid moves.",
      "topics": [
        "firstAvailableMovePlayer"
      ]
    },
    {
      "page": "gameState",
      "title": "The game state is represented by a list of 8 values.",
      "topics": [
        "gameState"
      ]
    },
    {
      "page": "getMoves",
      "title": "Get the list of valid move from the game state.",
      "topics": [
        "getMoves"
      ]
    },
    {
      "page": "makeMove",
      "title": "Apply the move to the current game state an produce a new game state.",
      "topics": [
        "makeMove"
      ]
    },
    {
      "page": "NONE",
      "title": "Constant for no winner. It's value is the character \"_\".",
      "topics": [
        "NONE"
      ]
    },
    {
      "page": "O",
      "title": "Constant for the O player.",
      "topics": [
        "O"
      ]
    },
    {
      "page": "playGame",
      "title": "Play a game of Tic-Tac-Toe using the two provided stragies.",
      "topics": [
        "playGame"
      ]
    },
    {
      "page": "randomMovePlayer",
      "title": "Player that picks a random move",
      "topics": [
        "randomMovePlayer"
      ]
    },
    {
      "page": "rt3",
      "title": "rt3: A Package for Playing Tic-Tac-Toe in R.",
      "topics": [
        "rt3-package",
        "rt3"
      ]
    },
    {
      "page": "startGame",
      "title": "Start a new game",
      "topics": [
        "startGame"
      ]
    },
    {
      "page": "X",
      "title": "Constant for the X player.",
      "topics": [
        "X"
      ]
    }
  ],
  "_readme": "https://github.com/johanjordaan/rt3/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rt3",
  "_universes": [
    "johanjordaan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-13T06:00:18.000Z",
      "distro": "noble",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "7306d71774d45a8d5e8770015043c6fb57b9cba7ccd1a960c274fa2f0bf332fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-13T06:00:15.000Z",
      "distro": "noble",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "a5018b969da8f8422e1229c9f95e62f3b2681f1a6c1e7e4f03c0be37acd32e5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-13T06:00:44.000Z",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "43bae144f2af0d159eb1d9da5170472cd0ab64bca0354246e6a1a6a3d846f41a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-13T06:00:16.000Z",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "6918710a610ea09eed5ac52146517cdccae443343437bed619823e32d19df833",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-13T05:59:41.000Z",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "4c833636b26ddb13201b5ff7ad4ff2eb273242d148e64aef1ef945fcc81e5c83",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-13T05:59:18.000Z",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "08fe8ed08ca8b27a4c93971ccad7bd7d9e35d0ab5c9c06ad45a1f19e899c50fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-13T05:59:30.000Z",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "0c4d336705b61c6485a4de4f2181e546bda84119dabfac4ab4a11ff5a169f5d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-22T10:16:07.000Z",
      "commit": "a470983204d2936733a43b51e61bf28d00620dd6",
      "fileid": "031d6ebe7e14171826ca7f0c4d6975c28cd681670f44c3370e9eed328710201f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/johanjordaan/actions/runs/25781172031"
    }
  ]
}