{
  "_id": "6a2004ecb401979e73446457",
  "Package": "dparser",
  "Title": "Port of 'Dparser' Package",
  "Version": "1.3.1-13",
  "Authors@R": "c(person(\"Matthew\", \"Fidler\", email = \"matthew.fidler@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"John\", \"Plevyak\", role = c(\"aut\", \"cph\"), email = \"jplevyak@gmail.com\"))",
  "Description": "A Scannerless GLR parser/parser generator.  Note that GLR\nstanding for \"generalized LR\", where L stands for\n\"left-to-right\" and R stands for \"rightmost (derivation)\".  For\nmore information see\n<https://en.wikipedia.org/wiki/GLR_parser>. This parser is\nbased on the Tomita (1987) algorithm. (Paper can be found at\n<https://aclanthology.org/P84-1073.pdf>). The original\n'dparser' package documentation can be found at\n<https://dparser.sourceforge.net/>.  This allows you to add\nmini-languages to R (like rxode2's ODE mini-language Wang,\nHallow, and James 2015 <DOI:10.1002/psp4.12052>) or to parse\nother languages like 'NONMEM' to automatically translate them\nto R code.  To use this in your code, add a LinkingTo dparser\nin your DESCRIPTION file and instead of using #include\n<dparse.h> use #include <dparser.h>.  This also provides a\nR-based port of the make_dparser\n<https://dparser.sourceforge.net/d/make_dparser.cat> command\ncalled mkdparser().  Additionally you can parse an arbitrary\ngrammar within R using the dparse() function, which works on\nmost OSes and is mainly for grammar testing.  The fastest\nparsing, of course, occurs at the C level, and is suggested.",
  "License": "BSD_3_clause + file LICENSE",
  "BugReports": "https://github.com/nlmixr2/dparser-R/issues/",
  "URL": "https://nlmixr2.github.io/dparser-R/,\nhttps://github.com/nlmixr2/dparser-R/",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Repository": "https://nlmixr2.r-universe.dev",
  "Date/Publication": "2026-05-04 03:49:18 UTC",
  "RemoteUrl": "https://github.com/nlmixr2/dparser-R",
  "RemoteRef": "HEAD",
  "RemoteSha": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-03 10:37:39 UTC",
    "User": "root"
  },
  "Author": "Matthew Fidler [aut, cre],\nJohn Plevyak [aut, cph]",
  "Maintainer": "Matthew Fidler <matthew.fidler@gmail.com>",
  "MD5sum": "be15b229e10c2142191a343466f20034",
  "_user": "nlmixr2",
  "_type": "src",
  "_file": "dparser_1.3.1-13.tar.gz",
  "_fileid": "02bfb6429d978371135ab58f8d7e459e9cec6cd193c1d538103d28ce165107f9",
  "_filesize": 352318,
  "_sha256": "02bfb6429d978371135ab58f8d7e459e9cec6cd193c1d538103d28ce165107f9",
  "_created": "2026-06-03T10:37:39.000Z",
  "_published": "2026-06-03T10:41:48.930Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79275150763,
      "time": 133,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382298097"
    },
    {
      "job": 79275150723,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382298378"
    },
    {
      "job": 79275150827,
      "time": 133,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382298234"
    },
    {
      "job": 79275150753,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382298024"
    },
    {
      "job": 79275150877,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382280105"
    },
    {
      "job": 79275150779,
      "time": 181,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382315143"
    },
    {
      "job": 79275150799,
      "time": 111,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382289646"
    },
    {
      "job": 79275150788,
      "time": 210,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382324937"
    },
    {
      "job": 79274617105,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382250494"
    },
    {
      "job": 79275150910,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382290830"
    },
    {
      "job": 79275150842,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382287415"
    },
    {
      "job": 79275150685,
      "time": 108,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7382288339"
    },
    {
      "job": 79275150766,
      "time": 117,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382291507"
    }
  ],
  "_buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/nlmixr2/dparser-R",
  "_commit": {
    "id": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
    "author": "Matthew Fidler <matthew.fidler@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #29 from nlmixr2/fix/buf-read-large-files\n\nFix buf_read() heap corruption on large files and read() errors",
    "time": 1777866558
  },
  "_maintainer": {
    "name": "Matthew Fidler",
    "email": "matthew.fidler@gmail.com",
    "login": "mattfidler",
    "description": "Also a Novartis employee;  Can reach me at my Novartis email: matt.fidler@novartis.com",
    "uuid": 514778
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3",
      "role": "Depends"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "rex",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    }
  ],
  "_owner": "nlmixr2",
  "_selfowned": true,
  "_usedby": 19,
  "_updates": [
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "mattfidler",
      "count": 178,
      "uuid": 514778
    },
    {
      "user": "billdenney",
      "count": 17,
      "uuid": 10359931
    },
    {
      "user": "copilot",
      "count": 1,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 94710774,
    "type": "organization",
    "name": "nlmixr2"
  },
  "_downloads": {
    "count": 2224,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dparser"
  },
  "_devurl": "https://github.com/nlmixr2/dparser-r",
  "_pkgdown": "https://nlmixr2.github.io/dparser-R/",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dparser.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nlmixr2/dparser-r",
  "_realowner": "nlmixr2",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2017-04-29"
    },
    {
      "version": "0.1.4",
      "date": "2017-09-22"
    },
    {
      "version": "0.1.5",
      "date": "2017-09-24"
    },
    {
      "version": "0.1.6",
      "date": "2017-10-05"
    },
    {
      "version": "0.1.7",
      "date": "2017-10-05"
    },
    {
      "version": "0.1.8",
      "date": "2017-11-13"
    },
    {
      "version": "1.3.1-2",
      "date": "2021-04-03"
    },
    {
      "version": "1.3.1-3",
      "date": "2021-04-06"
    },
    {
      "version": "1.3.1-4",
      "date": "2021-04-07"
    },
    {
      "version": "1.3.1-5",
      "date": "2022-03-21"
    },
    {
      "version": "1.3.1-6",
      "date": "2022-10-05"
    },
    {
      "version": "1.3.1-7",
      "date": "2022-10-09"
    },
    {
      "version": "1.3.1-8",
      "date": "2022-10-29"
    },
    {
      "version": "1.3.1-9",
      "date": "2022-11-10"
    },
    {
      "version": "1.3.1-10",
      "date": "2023-03-16"
    },
    {
      "version": "1.3.1-11",
      "date": "2023-12-08"
    },
    {
      "version": "1.3.1-12",
      "date": "2024-09-17"
    },
    {
      "version": "1.3.1-13",
      "date": "2024-10-22"
    }
  ],
  "_exports": [
    ".dparsePtr",
    "dparse",
    "dpDefaultSkip",
    "dpGetFile",
    "dpIncludeDir",
    "dpReload",
    "dpRparse",
    "dpVersion",
    "gc.dparser",
    "mkdparse"
  ],
  "_help": [
    {
      "page": "dparser-package",
      "title": "A Scannerless GLR parser/parser generator",
      "topics": [
        "dparser-package",
        "dparser"
      ]
    },
    {
      "page": "dot-dparsePtr",
      "title": "Return the dparser function pointers",
      "topics": [
        ".dparsePtr"
      ]
    },
    {
      "page": "dparse",
      "title": "Create R-based Dparser tree walking function based on grammar",
      "topics": [
        "dparse"
      ]
    },
    {
      "page": "dpDefaultSkip",
      "title": "Default skip function for darsing grammar",
      "topics": [
        "dpDefaultSkip"
      ]
    },
    {
      "page": "dpReload",
      "title": "Reload the R dparser dll",
      "topics": [
        "dpReload"
      ]
    },
    {
      "page": "mkdparse",
      "title": "mkdparse dparser grammer c",
      "topics": [
        "mkdparse"
      ]
    }
  ],
  "_rundeps": [
    "digest"
  ],
  "_score": 5.3071296212384365,
  "_indexed": true,
  "_nocasepkg": "dparser",
  "_universes": [
    "nlmixr2",
    "mattfidler"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:56.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "3defb9eb98f8ab04be83748176885929515f7a88a2b1554877730b49fd48caa7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:54.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "2d4559b223d9ce57531afb8ce939beaebda0133909e52ba21c78f527cc443e66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:55.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "f897fee18ad2216fe74886b9da5f58893734550f29c6d88e507e484b21eda960",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:53.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "f86a8b0fcd645807f9174da16b8b15968513c5b882b16336987df50ab0fb9db8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:08.000Z",
      "arch": "aarch64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "15143cd386108e731daa15a6f52a6833c36bc5ce566a9017f6a0658fb76c1536",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:40:28.000Z",
      "arch": "x86_64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "af1928f114fe4ac350ac9c88c168db924a6d423836e3875c5de462310e3578eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:27.000Z",
      "arch": "aarch64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "b8cc78abe1b779a48416d55bd38c8250e2e4e041d42b21c1e44d9a76cd130b70",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:40:52.000Z",
      "arch": "x86_64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "e175dee76cd07932e0414d8c9f24c9424f33a8b5a274f1bd9e52447ee434bdac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:49.000Z",
      "arch": "emscripten",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "e524b72790a7768a51c5fd7a9b47c3ea3e57f58fb95c4a9bd62f1312acf9d0eb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:38:54.000Z",
      "arch": "x86_64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "c3486177426af5a2f84a908c0981b91c4b07a22f0b2caf253fdcf8d7a8ae23aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:38:57.000Z",
      "arch": "x86_64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "e646bfcab622314242e84ed48d6125a5b93f1a91c623d35bddbc18fed63db1c9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.1-13",
      "date": "2026-06-03T10:39:02.000Z",
      "arch": "x86_64",
      "commit": "93056acdf6ddad2a910f1f5040cf7d0efad756d5",
      "fileid": "2f745bf1bab48405f224a0b03e5639482b9c9f9854cda27313ebab2ff32b4b0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nlmixr2/actions/runs/26879207311"
    }
  ]
}