{
  "_id": "6a2290c7cd65a98ecbd55b51",
  "Package": "qmrparser",
  "Type": "Package",
  "Title": "Parser Combinator in R",
  "Version": "0.1.6",
  "Date": "2022-04-10",
  "Author": "Juan Gea Rosat, Ramon Martínez Coscollà .",
  "Maintainer": "Juan Gea <juangea@geax.net>",
  "Description": "Basic functions for building parsers, with an application\nto PC-AXIS format files.",
  "License": "GPL (>= 3)",
  "LazyLoad": "yes",
  "Encoding": "UTF-8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 09:00:19 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-04-23 23:00:05 UTC",
  "RemoteUrl": "https://github.com/cran/qmrparser",
  "RemoteRef": "HEAD",
  "RemoteSha": "bb1bb2b50b358d79f6400d521f995e1d2a55a784",
  "MD5sum": "2db568db0c77bc9226b440870588f2dd",
  "_user": "cran",
  "_type": "src",
  "_file": "qmrparser_0.1.6.tar.gz",
  "_fileid": "2e24898dca4201fe5f92e04ae992dc43f5547a15035ed559c59ce7e43fdb805b",
  "_filesize": 650366,
  "_sha256": "2e24898dca4201fe5f92e04ae992dc43f5547a15035ed559c59ce7e43fdb805b",
  "_created": "2026-06-05T09:00:19.000Z",
  "_published": "2026-06-05T09:03:03.332Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79696753901,
      "time": 98,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7432806351"
    },
    {
      "job": 79696753899,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7432809591"
    },
    {
      "job": 79696415175,
      "time": 132,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432774880"
    },
    {
      "job": 79696753873,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432809703"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27005627206",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/qmrparser",
  "_commit": {
    "id": "bb1bb2b50b358d79f6400d521f995e1d2a55a784",
    "author": "Juan Gea <juangea@geax.net>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.6\n",
    "time": 1650754805
  },
  "_maintainer": {
    "name": "Juan Gea",
    "email": "juangea@geax.net"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "RUnit",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 6,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 510,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/qmrparser"
  },
  "_searchresults": 37,
  "_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/qmrparser.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2011-11-18"
    },
    {
      "version": "0.1.1",
      "date": "2011-11-21"
    },
    {
      "version": "0.1.2",
      "date": "2012-08-29"
    },
    {
      "version": "0.1.4",
      "date": "2013-12-12"
    },
    {
      "version": "0.1.5",
      "date": "2014-12-23"
    },
    {
      "version": "0.1.6",
      "date": "2022-04-24"
    }
  ],
  "_exports": [
    "alternation",
    "charInSetParser",
    "charParser",
    "commentParser",
    "concatenation",
    "dots",
    "empty",
    "eofMark",
    "isDigit",
    "isHex",
    "isLetter",
    "isLowercase",
    "isNewline",
    "isSymbol",
    "isUppercase",
    "isWhitespace",
    "keyword",
    "numberFloat",
    "numberInteger",
    "numberNatural",
    "numberScientific",
    "option",
    "pcAxisCubeMake",
    "pcAxisCubeToCSV",
    "pcAxisParser",
    "repetition0N",
    "repetition1N",
    "separator",
    "streamParserClose",
    "streamParserFromFileName",
    "streamParserFromString",
    "streamParserNextChar",
    "streamParserNextCharSeq",
    "streamParserPosition",
    "string",
    "symbolic",
    "whitespace"
  ],
  "_help": [
    {
      "page": "qmrparser-package",
      "title": "Parser Combinator in R",
      "topics": [
        "qmrparser-package",
        "qmrparser"
      ]
    },
    {
      "page": "alternation",
      "title": "Alternative phrases",
      "topics": [
        "alternation"
      ]
    },
    {
      "page": "charInSetParser",
      "title": "Single character, belonging to a given set, token",
      "topics": [
        "charInSetParser"
      ]
    },
    {
      "page": "charParser",
      "title": "Specific single character token.",
      "topics": [
        "charParser"
      ]
    },
    {
      "page": "commentParser",
      "title": "Comment token.",
      "topics": [
        "commentParser"
      ]
    },
    {
      "page": "concatenation",
      "title": "One phrase then another",
      "topics": [
        "concatenation"
      ]
    },
    {
      "page": "dots",
      "title": "Dots sequence token.",
      "topics": [
        "dots"
      ]
    },
    {
      "page": "empty",
      "title": "Empty token",
      "topics": [
        "empty"
      ]
    },
    {
      "page": "eofMark",
      "title": "End of file token",
      "topics": [
        "eofMark"
      ]
    },
    {
      "page": "isDigit",
      "title": "Is it a digit?",
      "topics": [
        "isDigit"
      ]
    },
    {
      "page": "isHex",
      "title": "Is it an hexadecimal digit?",
      "topics": [
        "isHex"
      ]
    },
    {
      "page": "isLetter",
      "title": "Is it a letter?",
      "topics": [
        "isLetter"
      ]
    },
    {
      "page": "isLowercase",
      "title": "Is it a lower case?",
      "topics": [
        "isLowercase"
      ]
    },
    {
      "page": "isNewline",
      "title": "Is it a new line character?",
      "topics": [
        "isNewline"
      ]
    },
    {
      "page": "isSymbol",
      "title": "Is it a symbol?",
      "topics": [
        "isSymbol"
      ]
    },
    {
      "page": "isUppercase",
      "title": "Is it an upper case?",
      "topics": [
        "isUppercase"
      ]
    },
    {
      "page": "isWhitespace",
      "title": "Is it a white space?",
      "topics": [
        "isWhitespace"
      ]
    },
    {
      "page": "keyword",
      "title": "Arbitrary given token.",
      "topics": [
        "keyword"
      ]
    },
    {
      "page": "numberFloat",
      "title": "Floating-point number token.",
      "topics": [
        "numberFloat"
      ]
    },
    {
      "page": "numberInteger",
      "title": "Integer number token.",
      "topics": [
        "numberInteger"
      ]
    },
    {
      "page": "numberNatural",
      "title": "Natural number token.",
      "topics": [
        "numberNatural"
      ]
    },
    {
      "page": "numberScientific",
      "title": "Number in scientific notation token.",
      "topics": [
        "numberScientific"
      ]
    },
    {
      "page": "option",
      "title": "Optional parser",
      "topics": [
        "option"
      ]
    },
    {
      "page": "pcAxisCubeMake",
      "title": "Creates PC-AXIS cube",
      "topics": [
        "pcAxisCubeMake"
      ]
    },
    {
      "page": "pcAxisCubeToCSV",
      "title": "Exports a PC-AXIS cube into CSV in several files.",
      "topics": [
        "pcAxisCubeToCSV"
      ]
    },
    {
      "page": "pcAxisParser",
      "title": "Parser for PC-AXIS format files",
      "topics": [
        "pcAxisParser"
      ]
    },
    {
      "page": "repetition0N",
      "title": "Repeats one parser",
      "topics": [
        "repetition0N"
      ]
    },
    {
      "page": "repetition1N",
      "title": "Repeats a parser, at least once.",
      "topics": [
        "repetition1N"
      ]
    },
    {
      "page": "separator",
      "title": "Generic word separator token.",
      "topics": [
        "separator"
      ]
    },
    {
      "page": "streamParser",
      "title": "Generic interface for character processing, allowing forward and backwards translation.",
      "topics": [
        "streamParserClose",
        "streamParserNextChar",
        "streamParserNextCharSeq",
        "streamParserPosition"
      ]
    },
    {
      "page": "streamParserFromFileName",
      "title": "Creates a streamParser from a file name",
      "topics": [
        "streamParserFromFileName"
      ]
    },
    {
      "page": "streamParserFromString",
      "title": "Creates a streamParser from a string",
      "topics": [
        "streamParserFromString"
      ]
    },
    {
      "page": "string",
      "title": "Token string",
      "topics": [
        "string"
      ]
    },
    {
      "page": "symbolic",
      "title": "Alphanumeric token.",
      "topics": [
        "symbolic"
      ]
    },
    {
      "page": "whitespace",
      "title": "White sequence token.",
      "topics": [
        "whitespace"
      ]
    }
  ],
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "qmrparser-vignette.Rnw",
      "filename": "qmrparser-vignette.pdf",
      "title": "Examples",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2012-08-29",
      "modified": "2022-04-23 23:00:05",
      "commits": 2
    }
  ],
  "_score": 3.823474229170301,
  "_indexed": true,
  "_nocasepkg": "qmrparser",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.6",
      "date": "2026-06-05T09:02:02.000Z",
      "distro": "noble",
      "commit": "bb1bb2b50b358d79f6400d521f995e1d2a55a784",
      "fileid": "38442a59dad214c8aa510efb2de9439bfc488dab04c23f3e2ea222b788edbfc7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27005627206"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.6",
      "date": "2026-06-05T09:02:10.000Z",
      "distro": "noble",
      "commit": "bb1bb2b50b358d79f6400d521f995e1d2a55a784",
      "fileid": "d8087633876a660d87051b549e8c0e32b7434b27f2a4d1d05c87bc361f429695",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27005627206"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.6",
      "date": "2026-06-05T09:02:25.000Z",
      "commit": "bb1bb2b50b358d79f6400d521f995e1d2a55a784",
      "fileid": "e8a257920319122e4da62ee0b9138ea7264239bf2c187960a01df2992e8e44be",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27005627206"
    }
  ]
}