{
  "_id": "6a10563eacfb0bcc41ca2a30",
  "Package": "argparse",
  "Type": "Package",
  "Title": "Command Line Optional and Positional Argument Parser",
  "Version": "2.3.2-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\")),\nperson(\"Allen\", \"Day\", role=\"ctb\", comment=\"Some documentation and examples ported from the getopt package.\"),\nperson(\"Python Software Foundation\", role=\"ctb\", comment=\"Some documentation from the argparse Python module.\"),\nperson(\"Paul\", \"Newell\", role=\"ctb\"))",
  "Description": "A command line parser to be used with 'Rscript' to write\n\"#!\" shebang scripts that gracefully accept positional and\noptional arguments and automatically generate usage.",
  "License": "GPL (>= 2)",
  "Copyright": "See file (inst/)COPYRIGHTS.",
  "URL": "https://github.com/trevorld/r-argparse,\nhttps://trevorldavis.com/R/argparse/",
  "BugReports": "https://github.com/trevorld/r-argparse/issues",
  "LazyLoad": "yes",
  "SystemRequirements": "python (>= 3.2)",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "python3",
  "Repository": "https://trevorld.r-universe.dev",
  "Date/Publication": "2026-05-09 06:28:17 UTC",
  "RemoteUrl": "https://github.com/trevorld/r-argparse",
  "RemoteRef": "HEAD",
  "RemoteSha": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 07:54:03 UTC",
    "User": "root"
  },
  "Author": "Trevor L. Davis [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6341-4639>),\nAllen Day [ctb] (Some documentation and examples ported from the getopt\npackage.),\nPython Software Foundation [ctb] (Some documentation from the argparse\nPython module.),\nPaul Newell [ctb]",
  "Maintainer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
  "MD5sum": "429cb33bbc30ee24ec8f9a17e27cca6d",
  "_user": "trevorld",
  "_type": "src",
  "_file": "argparse_2.3.2-1.tar.gz",
  "_fileid": "f7917d442c0fcde2c001bffa822226d869c2a2321c60e38c8fffade6352e2f8b",
  "_filesize": 115639,
  "_sha256": "f7917d442c0fcde2c001bffa822226d869c2a2321c60e38c8fffade6352e2f8b",
  "_created": "2026-05-09T07:54:03.000Z",
  "_published": "2026-05-22T13:12:30.081Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77386331026,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894137659"
    },
    {
      "job": 77386331502,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894139447"
    },
    {
      "job": 77386331120,
      "time": 124,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894137520"
    },
    {
      "job": 77386331258,
      "time": 121,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894137213"
    },
    {
      "job": 77386330973,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894125736"
    },
    {
      "job": 77386330683,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161316843"
    },
    {
      "job": 77386330924,
      "time": 70,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894132407"
    },
    {
      "job": 77386331720,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894132308"
    },
    {
      "job": 77386331079,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894132134"
    }
  ],
  "_buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/trevorld/r-argparse",
  "_commit": {
    "id": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
    "author": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "committer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "message": "chore: Add sponsor button [skip ci]\n",
    "time": 1778308097
  },
  "_maintainer": {
    "name": "Trevor L. Davis",
    "email": "trevor.l.davis@gmail.com",
    "login": "trevorld",
    "uuid": 2433259,
    "orcid": "0000-0001-6341-4639"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "findpython",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "version": ">= 1.15.19",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "trevorld",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 5
    },
    {
      "week": "2026-13",
      "n": 2
    },
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v2.3.1",
      "date": "2025-10-08"
    }
  ],
  "_stars": 109,
  "_contributors": [
    {
      "user": "trevorld",
      "count": 148,
      "uuid": 2433259
    }
  ],
  "_userbio": {
    "uuid": 2433259,
    "type": "user",
    "name": "Trevor L. Davis",
    "description": "Studies electricity markets"
  },
  "_downloads": {
    "count": 5790,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/argparse"
  },
  "_mentions": 20,
  "_devurl": "https://github.com/trevorld/r-argparse",
  "_pkgdown": "https://trevorldavis.com/R/argparse/",
  "_searchresults": 8832,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/argparse.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/trevorld/r-argparse",
  "_realowner": "trevorld",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.5.0",
      "date": "2013-01-29"
    },
    {
      "version": "0.5.2",
      "date": "2013-01-31"
    },
    {
      "version": "0.5.3",
      "date": "2013-08-26"
    },
    {
      "version": "1.0.0",
      "date": "2014-04-04"
    },
    {
      "version": "1.0.1",
      "date": "2014-04-05"
    },
    {
      "version": "1.0.4",
      "date": "2016-10-28"
    },
    {
      "version": "1.0.7",
      "date": "2017-08-23"
    },
    {
      "version": "1.1.0",
      "date": "2017-11-29"
    },
    {
      "version": "1.1.1",
      "date": "2018-01-24"
    },
    {
      "version": "2.0.0",
      "date": "2018-11-30"
    },
    {
      "version": "2.0.1",
      "date": "2019-03-08"
    },
    {
      "version": "2.0.3",
      "date": "2020-10-19"
    },
    {
      "version": "2.0.4",
      "date": "2021-08-06"
    },
    {
      "version": "2.1.1",
      "date": "2021-09-08"
    },
    {
      "version": "2.1.2",
      "date": "2021-10-21"
    },
    {
      "version": "2.1.3",
      "date": "2021-11-26"
    },
    {
      "version": "2.1.5",
      "date": "2022-04-20"
    },
    {
      "version": "2.1.6",
      "date": "2022-07-17"
    },
    {
      "version": "2.2.1",
      "date": "2022-12-08"
    },
    {
      "version": "2.2.2",
      "date": "2023-02-15"
    },
    {
      "version": "2.2.3",
      "date": "2024-04-10"
    },
    {
      "version": "2.2.4",
      "date": "2024-11-20"
    },
    {
      "version": "2.2.5",
      "date": "2024-12-20"
    },
    {
      "version": "2.3.1",
      "date": "2025-10-08"
    }
  ],
  "_exports": [
    "ArgumentParser"
  ],
  "_help": [
    {
      "page": "ArgumentParser",
      "title": "Create a command line parser",
      "topics": [
        "ArgumentParser"
      ]
    }
  ],
  "_pkglogo": "https://github.com/trevorld/r-argparse/raw/HEAD/man/figures/logo.png",
  "_rundeps": [
    "findpython",
    "jsonlite",
    "R6"
  ],
  "_vignettes": [
    {
      "source": "argparse.Rmd",
      "filename": "argparse.html",
      "title": "argparse Command Line Argument Parsing",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-02-01 07:14:07",
      "modified": "2021-09-07 17:57:05",
      "commits": 4
    }
  ],
  "_score": 11.30246662282047,
  "_indexed": true,
  "_nocasepkg": "argparse",
  "_universes": [
    "trevorld"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.3.2-1",
      "date": "2026-05-09T07:56:01.000Z",
      "distro": "noble",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "4a53cf64d71f80ca70d26cb596eb31093906606a0f79cdb8d3481fcce668c4c8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.3.2-1",
      "date": "2026-05-09T07:56:23.000Z",
      "distro": "noble",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "84a8e4376572755cdc11c013315bc86874ec9170a5254b26d5c46f0d8e62e835",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.3.2-1",
      "date": "2026-05-09T07:55:45.000Z",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "6e20016dd27f97388c409fb8e220a740a35c414331382349ffe65531e76f4031",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.3.2-1",
      "date": "2026-05-09T07:55:43.000Z",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "c8dfee1c5e4bc7f54d69aa0503c8961c04494f9f2e42bac96903a73bfb003e44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.3.2-1",
      "date": "2026-05-09T07:55:12.000Z",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "36b8a2b23246c9aab9a95045201fbe542627511d1338c54c89c3d805fb358f98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.3.2-1",
      "date": "2026-05-09T07:55:11.000Z",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "f3d442ee1e0c1b0af72acaef6a51356160d44cad8330ccfc2708de8cf51a92c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.3.2-1",
      "date": "2026-05-09T07:55:08.000Z",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "ec10d542107513be5cadfe81de0f0fcd8a45e4eebe40da372da1cbc7b0904374",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.3.2-1",
      "date": "2026-05-22T13:11:14.000Z",
      "commit": "20e30af8c2442201eaf3fd27cb8ba9f621819700",
      "fileid": "adf80f95b0e27a84dc7fe7cc81cb1774c4ca7d2e601822d16a2cc450fcca1793",
      "status": "success",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595800504"
    }
  ]
}