{
  "_id": "6a1be6f31d7bb097a0a1ab1d",
  "Encoding": "UTF-8",
  "Package": "ppn",
  "Type": "Package",
  "Title": "Portable Piecepack Notation Parser",
  "Version": "0.3.0-2",
  "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": "Parse \"Portable Piecepack Notation\" files.  This allows\nyou to visualize the moves for over one hundred board games.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/piecepackr/ppn, https://trevorldavis.com/R/ppn/",
  "BugReports": "https://github.com/piecepackr/ppn/issues",
  "LazyLoad": "yes",
  "Remotes": [
    "piecepackr/piecepackr",
    "piecepackr/ppcli",
    "piecepackr/ppdf"
  ],
  "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-27 05:17:03 UTC",
  "RemoteUrl": "https://github.com/piecepackr/ppn",
  "RemoteRef": "HEAD",
  "RemoteSha": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 07:02:46 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": "3d790ae57c0a58e8b7a7389cf8a88162",
  "_user": "piecepackr",
  "_type": "src",
  "_file": "ppn_0.3.0-2.tar.gz",
  "_fileid": "1153160fb56e6a36747cf90c7be34adc8ed2d742e2dcc7591f8799363194a0df",
  "_filesize": 140443,
  "_sha256": "1153160fb56e6a36747cf90c7be34adc8ed2d742e2dcc7591f8799363194a0df",
  "_created": "2026-05-31T07:02:46.000Z",
  "_published": "2026-05-31T07:44:51.130Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78707351164,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314657047"
    },
    {
      "job": 78707351168,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314654315"
    },
    {
      "job": 78707351159,
      "time": 145,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314926266"
    },
    {
      "job": 78707351169,
      "time": 160,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314924453"
    },
    {
      "job": 78707145370,
      "time": 221,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314640081"
    },
    {
      "job": 78707351155,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314652138"
    },
    {
      "job": 78707351207,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314649515"
    },
    {
      "job": 78707351198,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314648960"
    },
    {
      "job": 78707351206,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314651680"
    }
  ],
  "_buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/piecepackr/ppn",
  "_commit": {
    "id": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
    "author": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "committer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "message": "feat: Support recursive macros\n\nMacro values are now expanded at state-creation time via\n`expand_macro_values()`, so a macro whose value references another\nmacro is fully resolved before any move is processed.  Circular\nreferences produce an error.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n",
    "time": 1777267023
  },
  "_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": "affiner",
      "role": "Imports"
    },
    {
      "package": "bracer",
      "version": ">= 1.2",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ppdf",
      "version": ">= 0.2.0-16",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "snakecase",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "argparse",
      "role": "Suggests"
    },
    {
      "package": "gifski",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "piecepackr",
      "version": ">= 1.15.0-1",
      "role": "Suggests"
    },
    {
      "package": "ppcli",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    }
  ],
  "_owner": "piecepackr",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-16",
      "n": 6
    },
    {
      "week": "2026-17",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "trevorld",
      "count": 24,
      "uuid": 2433259
    }
  ],
  "_userbio": {
    "uuid": 60534728,
    "type": "organization",
    "name": "piecepackr"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ppn"
  },
  "_devurl": "https://github.com/piecepackr/ppn",
  "_pkgdown": "https://trevorldavis.com/R/ppn/",
  "_searchresults": 3,
  "_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/ppn.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "alquerque_parser",
    "animate_game",
    "cat_game",
    "cat_move",
    "checker_parser",
    "chess_parser",
    "default_parser",
    "domino_parser",
    "go_parser",
    "marble_parser",
    "morris_parser",
    "piecepack_parser",
    "plot_move",
    "read_ppn",
    "tarot_parser",
    "view_game",
    "write_ppn"
  ],
  "_help": [
    {
      "page": "animate_game",
      "title": "Animate a ppn game",
      "topics": [
        "animate_game"
      ]
    },
    {
      "page": "cat_move",
      "title": "View game in command-line terminal",
      "topics": [
        "cat_game",
        "cat_move"
      ]
    },
    {
      "page": "ppn_parsers",
      "title": "Movetext parsers",
      "topics": [
        "alquerque_parser",
        "checker_parser",
        "chess_parser",
        "default_parser",
        "domino_parser",
        "go_parser",
        "marble_parser",
        "morris_parser",
        "piecepack_parser",
        "tarot_parser"
      ]
    },
    {
      "page": "plot_move",
      "title": "Plot game move",
      "topics": [
        "plot_move"
      ]
    },
    {
      "page": "read_ppn",
      "title": "Read PPN files",
      "topics": [
        "read_ppn",
        "write_ppn"
      ]
    },
    {
      "page": "view_game",
      "title": "View/edit game",
      "topics": [
        "view_game"
      ]
    }
  ],
  "_readme": "https://github.com/piecepackr/ppn/raw/HEAD/README.md",
  "_rundeps": [
    "affiner",
    "bracer",
    "cli",
    "cpp11",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "ppdf",
    "purrr",
    "R6",
    "rlang",
    "snakecase",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "yaml"
  ],
  "_score": 2.6532125137753435,
  "_indexed": true,
  "_nocasepkg": "ppn",
  "_universes": [
    "piecepackr",
    "trevorld"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:05:10.000Z",
      "distro": "noble",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "ebe6d6a9707c2661e920b34dc3147999f8876f4ca2e8e16477b2f7856af7662f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:04:49.000Z",
      "distro": "noble",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "403fc20f5ec2152669314b8d4a993e6601ecf6d62b381b343ea48946e0a97701",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:43:50.000Z",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "ded2090dc75d329a83adfb97424b0961f0989a3b881a68716a7ef591eebccbde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:43:28.000Z",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "9d9ef86e9f4fa1f518eda620ddf7541e0f94e01a72819eea98ddae24cbcbd232",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:04:58.000Z",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "aeff23ab5061e380db2f3802f60e8b4cb6e283769b26bb291d40092dd7139b52",
      "status": "success",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:03:58.000Z",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "e111a8b31233ac10bd9b4da16bf47838342ddd186912167103ce92f6827697d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:04:02.000Z",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "531e072b296bd979e4952778480047ee6961cbab46d0cc2e25b71c6d5bf155b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0-2",
      "date": "2026-05-31T07:04:20.000Z",
      "commit": "1d65cb3a57ed51e6f672b907413eb26c72612e7f",
      "fileid": "f946f4505750a3d49d6b9d40bfcbd6feee1e89f47d8c480f02e873c1522e8cfc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/piecepackr/actions/runs/26705949606"
    }
  ]
}