{
  "_id": "6a1d337d1d7bb097a0a3bd15",
  "Package": "piton",
  "Type": "Package",
  "Title": "Parsing Expression Grammars in Rcpp",
  "Version": "1.0.0",
  "URL": "https://github.com/Ironholds/piton",
  "BugReports": "https://github.com/Ironholds/pitonissues",
  "Author": "Os Keyes [aut, cre], Duncan Garmonsway [ctb], Colin Hirsch\n[cph], Daniel Frey [cph]",
  "Maintainer": "Os Keyes <ironholds@gmail.com>",
  "Description": "A wrapper around the 'Parsing Expression Grammar Template\nLibrary', a C++11 library for generating Parsing Expression\nGrammars, that makes it accessible within Rcpp. With this,\ndevelopers can implement their own grammars and easily expose\nthem in R packages.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "SystemRequirements": "C++11",
  "RoxygenNote": "7.1.1",
  "Date": "2020-11-02",
  "Repository": "https://ironholds.r-universe.dev",
  "Date/Publication": "2020-11-02 18:59:31 UTC",
  "RemoteUrl": "https://github.com/ironholds/piton",
  "RemoteRef": "HEAD",
  "RemoteSha": "e105e1772d977f1cb605fc0006575c9de8d393c7",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-01 07:02:42 UTC",
    "User": "root"
  },
  "MD5sum": "9ca1e106581fbb8153a0dea4818b4884",
  "_user": "ironholds",
  "_type": "src",
  "_file": "piton_1.0.0.tar.gz",
  "_fileid": "54e8168639f23e213f0226150792c09399a046b76cf1f41958ed10ecb96865a6",
  "_filesize": 131990,
  "_sha256": "54e8168639f23e213f0226150792c09399a046b76cf1f41958ed10ecb96865a6",
  "_created": "2026-06-01T07:02:42.000Z",
  "_published": "2026-06-01T07:23:41.649Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78802339802,
      "time": 112,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7325292671"
    },
    {
      "job": 78802339768,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7325292553"
    },
    {
      "job": 78802339774,
      "time": 129,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7325296845"
    },
    {
      "job": 78802339749,
      "time": 108,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7325291357"
    },
    {
      "job": 78802339769,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7325514839"
    },
    {
      "job": 78802339765,
      "time": 232,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7325399961"
    },
    {
      "job": 78802339766,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7325581665"
    },
    {
      "job": 78802339743,
      "time": 161,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7325426302"
    },
    {
      "job": 78801925346,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325261216"
    },
    {
      "job": 78802339733,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7325290370"
    },
    {
      "job": 78802339787,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7325293449"
    },
    {
      "job": 78802339788,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7325288141"
    },
    {
      "job": 78802339791,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7325290940"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ironholds/piton",
  "_commit": {
    "id": "e105e1772d977f1cb605fc0006575c9de8d393c7",
    "author": "Os Keyes <ironholds@gmail.com>",
    "committer": "Os Keyes <ironholds@gmail.com>",
    "message": "CRAN updates\n",
    "time": 1604343571
  },
  "_maintainer": {
    "name": "Os Keyes",
    "email": "ironholds@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "ironholds",
  "_selfowned": true,
  "_usedby": 16,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "parsing-engine",
    "parsing-expression-grammar",
    "cpp"
  ],
  "_stars": 16,
  "_contributors": [
    {
      "user": "ironholds",
      "count": 2,
      "uuid": 2487262
    },
    {
      "user": "nacnudus",
      "count": 1,
      "uuid": 3522552
    }
  ],
  "_userbio": {
    "uuid": 2487262,
    "type": "user",
    "name": "Os Keyes"
  },
  "_downloads": {
    "count": 1478,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/piton"
  },
  "_devurl": "https://github.com/ironholds/pitonissues",
  "_searchresults": 4,
  "_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/piton.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ironholds/piton",
  "_realowner": "ironholds",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-05-28"
    },
    {
      "version": "0.1.1",
      "date": "2017-06-06"
    },
    {
      "version": "1.0.0",
      "date": "2020-11-15"
    },
    {
      "version": "1.0.1",
      "date": "2025-11-30"
    }
  ],
  "_exports": [
    "peg_sum"
  ],
  "_help": [
    {
      "page": "peg_sum",
      "title": "Example PEG",
      "topics": [
        "peg_sum"
      ]
    },
    {
      "page": "piton",
      "title": "Parsing Expression Grammars in Rcpp",
      "topics": [
        "piton-package",
        "piton"
      ]
    }
  ],
  "_readme": "https://github.com/ironholds/piton/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 5.754005658426339,
  "_indexed": true,
  "_nocasepkg": "piton",
  "_universes": [
    "ironholds"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-01T07:04:45.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "b6d22356b718a28a35f7f78607c52133923cbed111c16ad2180b505dcc526dce",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-01T07:04:43.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "f26f8be808769daae6269cf38a3db9d5e07dcaf819be04d30505d43f8a62f416",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-01T07:05:03.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "7c801857da8e44db279066e022bfd5d2c946fe59fc335359afa7fcd681405eab",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-01T07:04:40.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "1359c8f290babb15c04860b4d3a738d3c499ee9c775a3842f0c1edd09dc25d8e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-01T07:18:31.000Z",
      "arch": "aarch64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "cdfb00dfdb714857fb2d7b1ded679a30b6d992835f19a3ec688536f39d093703",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-01T07:11:06.000Z",
      "arch": "x86_64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "9dd30b6b5f6993f0c5d71024fba4ea37703ef50b0a6f8b02a1abf71417316a8d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-01T07:23:08.000Z",
      "arch": "aarch64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "8370d934dcb79b43eb0ec6e7d0867a5dedd229993cdab75e0e7ceb0d5caf4391",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-01T07:12:59.000Z",
      "arch": "x86_64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "0a9372db605097b00329012d9bbb6252f23c9454029837705eff0e1c7e00fd5d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-01T07:04:45.000Z",
      "arch": "emscripten",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "44cdf703cf5549c4c038ca0f270481cee213ebc48d5a242b8bd3b1b8dfec649f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-01T07:04:15.000Z",
      "arch": "x86_64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "7fe6990d3e1aa5200c6a87c68e26cad9f8860fb2870b08141f046b99fe645840",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-01T07:04:02.000Z",
      "arch": "x86_64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "727395aaa488c79fc315654a57cae99165199505e1ee00e7a17deadf6af3091f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-01T07:04:12.000Z",
      "arch": "x86_64",
      "commit": "e105e1772d977f1cb605fc0006575c9de8d393c7",
      "fileid": "72cacb6319a57cac3f6a3eb53eeda1f784f6ccd5285b40174cac4037cfe4efbf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/ironholds/actions/runs/26740117893"
    }
  ]
}