{
  "_id": "6a1f125fb401979e7341dd2f",
  "Encoding": "UTF-8",
  "Package": "ppgamer",
  "Type": "Package",
  "Title": "Players for Piecepack Games like Fuji-san",
  "Version": "0.2.0-1",
  "Authors@R": "c(person(\"Trevor L.\", \"Davis\", role=c(\"aut\", \"cre\"),\nemail=\"trevor.l.davis@gmail.com\",\ncomment = c(ORCID = \"0000-0001-6341-4639\")))",
  "Description": "Functions that provide players for piecepack games like a\nsolver for \"Fuji-san\".",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/piecepackr/ppgamer,\nhttps://trevorldavis.com/R/ppgamer/",
  "BugReports": "https://github.com/piecepackr/ppgamer/issues",
  "LazyLoad": "yes",
  "Remotes": [
    "piecepackr/ppcli",
    "piecepackr/ppn"
  ],
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://piecepackr.r-universe.dev",
  "Date/Publication": "2026-04-17 06:45:21 UTC",
  "RemoteUrl": "https://github.com/piecepackr/ppgamer",
  "RemoteRef": "HEAD",
  "RemoteSha": "da0602a37040d87b697189db1018cc52a378ae95",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 07:39:53 UTC",
    "User": "root"
  },
  "Author": "Trevor L. Davis [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6341-4639>)",
  "Maintainer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
  "MD5sum": "91c735bb29bf25a6b300ccb57ad5895f",
  "_user": "piecepackr",
  "_type": "src",
  "_file": "ppgamer_0.2.0-1.tar.gz",
  "_fileid": "41a7b0a182decd8d956fd8b0bc9d483a4d74c16f3e0f85f33a547d4bcc8dd088",
  "_filesize": 110580,
  "_sha256": "41a7b0a182decd8d956fd8b0bc9d483a4d74c16f3e0f85f33a547d4bcc8dd088",
  "_created": "2026-05-17T07:39:53.000Z",
  "_published": "2026-06-02T17:26:55.669Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131663868,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040513921"
    },
    {
      "job": 79131664335,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040513473"
    },
    {
      "job": 79131664242,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040508872"
    },
    {
      "job": 79131664065,
      "time": 95,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040521133"
    },
    {
      "job": 79131663391,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040497422"
    },
    {
      "job": 79131663735,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365069821"
    },
    {
      "job": 79131664234,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040508017"
    },
    {
      "job": 79131664528,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040507951"
    },
    {
      "job": 79131664258,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040508216"
    }
  ],
  "_buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/piecepackr/ppgamer",
  "_commit": {
    "id": "da0602a37040d87b697189db1018cc52a378ae95",
    "author": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "committer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "message": "refactor: `solve_fujisan()` should return `pawn_string` to match `coin_string` and `dice_string`\n",
    "time": 1776408321
  },
  "_maintainer": {
    "name": "Trevor L. Davis",
    "email": "trevor.l.davis@gmail.com",
    "login": "trevorld",
    "description": "Studies electricity markets",
    "uuid": 2433259,
    "orcid": "0000-0001-6341-4639"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Suggests"
    },
    {
      "package": "piecepackr",
      "role": "Suggests"
    },
    {
      "package": "ppcli",
      "role": "Suggests"
    },
    {
      "package": "ppn",
      "version": ">= 0.1.0-2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    }
  ],
  "_owner": "piecepackr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "trevorld",
      "count": 9,
      "uuid": 2433259
    }
  ],
  "_userbio": {
    "uuid": 60534728,
    "type": "organization",
    "name": "piecepackr"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ppgamer"
  },
  "_devurl": "https://github.com/piecepackr/ppgamer",
  "_pkgdown": "https://trevorldavis.com/R/ppgamer/",
  "_searchresults": 0,
  "_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/ppgamer.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "solve_dominosa",
    "solve_fujisan"
  ],
  "_help": [
    {
      "page": "solve_dominosa",
      "title": "Solve Dominosa puzzle",
      "topics": [
        "solve_dominosa"
      ]
    },
    {
      "page": "solve_fujisan",
      "title": "Solve Fujisan game",
      "topics": [
        "solve_fujisan"
      ]
    }
  ],
  "_readme": "https://github.com/piecepackr/ppgamer/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "ppgamer",
  "_universes": [
    "piecepackr",
    "trevorld"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0-1",
      "date": "2026-05-17T07:41:59.000Z",
      "distro": "noble",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "9001f4f8fe8ce597af0d3d7b3b75a4e52c753733c2d88d9b53bc9fb7c4f28141",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0-1",
      "date": "2026-05-17T07:41:57.000Z",
      "distro": "noble",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "a2c281fd2129c9b2f071109492cd50b7e5fc9bb521ea40192936730ec1e3877b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0-1",
      "date": "2026-05-17T07:41:26.000Z",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "4d6be4dfb55909d7d0ae2e145b41c7509ebacf152ef683ff4e1a8d2135c404e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0-1",
      "date": "2026-05-17T07:43:19.000Z",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "abe6ad0f450cfe69c1e901837c8efa3cc0e3f7b59a6475dae4000715783e9f54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0-1",
      "date": "2026-05-17T07:41:04.000Z",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "079c4827ff262e83bc354db286e3bc182dff7f5c16616b744a817d3f69a968d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0-1",
      "date": "2026-05-17T07:41:10.000Z",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "e5d110f202fd428418fe6d4a97a9c9f260db41912b33cac61f6f77d7bb0f9f8b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0-1",
      "date": "2026-05-17T07:41:08.000Z",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "47f5d1e49b1d8a2b15d24811f1d43a9fd4facf32faadbef3c338e6db4c6293cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0-1",
      "date": "2026-06-02T17:26:41.000Z",
      "commit": "da0602a37040d87b697189db1018cc52a378ae95",
      "fileid": "edbedb4c103b0dce287766e880223bddb191cb77521f5fb868e6ba34c29c1b46",
      "status": "success",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/25984823021"
    }
  ]
}