{
  "_id": "6a1f3784b401979e73428c52",
  "Package": "climenu",
  "Title": "Interactive Command-Line Menus",
  "Version": "0.1.7",
  "Authors@R": "person(\"Petr\", \"Čala\", , \"61505008@fsv.cuni.cz\", role = c(\"aut\", \"cre\"))",
  "Author": "Petr Čala [aut, cre]",
  "Maintainer": "Petr Čala <61505008@fsv.cuni.cz>",
  "Description": "Provides interactive command-line menu functionality with\nsingle and multiple selection menus, keyboard navigation (arrow\nkeys or vi-style j/k), preselection, and graceful fallback for\nnon-interactive environments. Inspired by tools such as\n'inquirer.js' <https://github.com/SBoudrias/Inquirer.js>,\n'pick' <https://github.com/aisk/pick>, and 'survey'\n<https://github.com/AlecAivazis/survey>. Designed to be\nlightweight and easy to integrate into 'R' packages and\nscripts.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/PetrCala/climenu",
  "BugReports": "https://github.com/PetrCala/climenu/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "TRUE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Repository": "https://petrcala.r-universe.dev",
  "Date/Publication": "2026-04-15 01:51:28 UTC",
  "RemoteUrl": "https://github.com/petrcala/climenu",
  "RemoteRef": "HEAD",
  "RemoteSha": "a0d532903a71f42835daa7225667a5c9a018a2a9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 05:39:26 UTC",
    "User": "root"
  },
  "MD5sum": "1b5ec28a234cb7f1f0d1b160378e2f26",
  "_user": "petrcala",
  "_type": "src",
  "_file": "climenu_0.1.7.tar.gz",
  "_fileid": "7de51486cc72e22c178c186a5110034ebc3f9c8a14b4ed9dfde13d581225d814",
  "_filesize": 112291,
  "_sha256": "7de51486cc72e22c178c186a5110034ebc3f9c8a14b4ed9dfde13d581225d814",
  "_created": "2026-05-15T05:39:26.000Z",
  "_published": "2026-06-02T20:05:24.442Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79161349701,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7010844641"
    },
    {
      "job": 79161349830,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010839787"
    },
    {
      "job": 79161349909,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011154983"
    },
    {
      "job": 79161349899,
      "time": 108,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011108959"
    },
    {
      "job": 79161348995,
      "time": 165,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010815795"
    },
    {
      "job": 79161348536,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368534030"
    },
    {
      "job": 79161349969,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7010832047"
    },
    {
      "job": 79161349915,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7010837256"
    },
    {
      "job": 79161349875,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010833486"
    }
  ],
  "_buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/petrcala/climenu",
  "_commit": {
    "id": "a0d532903a71f42835daa7225667a5c9a018a2a9",
    "author": "PetrCala <cala.p@seznam.cz>",
    "committer": "PetrCala <cala.p@seznam.cz>",
    "message": "feat: add fallbacks for unsupported platforms\n",
    "time": 1776217888
  },
  "_maintainer": {
    "name": "Petr Čala",
    "email": "61505008@fsv.cuni.cz",
    "login": "petrcala",
    "uuid": 79160025
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.6.0",
      "role": "Imports"
    },
    {
      "package": "keypress",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "version": ">= 7.0.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "petrcala",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-41",
      "n": 8
    },
    {
      "week": "2026-04",
      "n": 8
    },
    {
      "week": "2026-06",
      "n": 4
    },
    {
      "week": "2026-07",
      "n": 5
    },
    {
      "week": "2026-16",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "0.1.1",
      "date": "2025-10-08"
    },
    {
      "name": "0.1.2",
      "date": "2026-01-23"
    }
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "petrcala",
      "count": 27,
      "uuid": 79160025
    }
  ],
  "_userbio": {
    "uuid": 79160025,
    "type": "user",
    "name": "Petr Čala",
    "description": "Data Science/Software Development in\r\nPython, JavaScript, React Native, R"
  },
  "_downloads": {
    "count": 491,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/climenu"
  },
  "_devurl": "https://github.com/petrcala/climenu",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/climenu.html",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/petrcala/climenu",
  "_realowner": "petrcala",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2026-02-06"
    },
    {
      "version": "0.1.4",
      "date": "2026-02-16"
    },
    {
      "version": "0.1.5",
      "date": "2026-02-18"
    },
    {
      "version": "0.1.7",
      "date": "2026-04-15"
    }
  ],
  "_exports": [
    "checkbox",
    "menu",
    "select"
  ],
  "_help": [
    {
      "page": "checkbox",
      "title": "Multiple Selection Menu (Checkbox)",
      "topics": [
        "checkbox"
      ]
    },
    {
      "page": "menu",
      "title": "Interactive CLI Menu",
      "topics": [
        "menu"
      ]
    },
    {
      "page": "select",
      "title": "Single Selection Menu",
      "topics": [
        "select"
      ]
    }
  ],
  "_readme": "https://github.com/petrcala/climenu/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "keypress"
  ],
  "_vignettes": [
    {
      "source": "climenu.Rmd",
      "filename": "climenu.html",
      "title": "Getting Started with climenu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Key Features",
        "Installation",
        "Basic Usage",
        "Single Selection Menu",
        "Multiple Selection Menu",
        "Advanced Features",
        "Pre-selection",
        "Returning Indices Instead of Values",
        "Select All / Deselect All",
        "Keyboard Controls",
        "Practical Examples",
        "Configuration Wizard",
        "Data Processing Pipeline",
        "File Selection with Indices",
        "Handling User Cancellation",
        "Non-Interactive Environments",
        "Integration with Packages",
        "DESCRIPTION File",
        "Using in Package Functions",
        "Tips and Best Practices",
        "API Reference",
        "menu(choices, prompt, type, selected, return_index)",
        "select(choices, prompt, selected, return_index, max_visible)",
        "checkbox(choices, prompt, selected, return_index, max_visible, allow_select_all)",
        "Troubleshooting",
        "Arrow keys not working",
        "Menu doesn't display properly",
        "Returns NULL unexpectedly",
        "Further Reading",
        "Conclusion"
      ],
      "created": "2025-10-06 12:35:03",
      "modified": "2026-04-15 01:51:28",
      "commits": 6
    }
  ],
  "_score": 5.574031267727719,
  "_indexed": true,
  "_nocasepkg": "climenu",
  "_universes": [
    "petrcala"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-15T05:41:59.000Z",
      "distro": "noble",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "08387ef867e4d13bff752f069b171e4800bf27e6e6ad746a2a88b92c30ad9701",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-15T05:41:35.000Z",
      "distro": "noble",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "225d23b3a18f067597332ce330c92e9db51ebaca66e4f903dbb804aa64922269",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-15T06:08:17.000Z",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "4ad8a5f8ca1caff9463b4f70f23ebc111de52942ca6e4caf072bd70888dbf194",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-15T06:04:22.000Z",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "878e80479d4981aa93a8f942a0670459b5836336295c73e83a9865717a1ba39f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-15T05:40:50.000Z",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "4e6087c40f0a1df0e36ccf9d96379d76266a97115728b724463716dae78c1f22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-15T05:41:16.000Z",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "81fab06a8a886df0cde32fd714284af21e12ec6ce68ac02b52107e6e0f29e5dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-15T05:40:58.000Z",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "31a64adb5d14fb96afed46b4211ee7dba4d405226de756e778156fd6c5580f2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-06-02T20:05:07.000Z",
      "commit": "a0d532903a71f42835daa7225667a5c9a018a2a9",
      "fileid": "f70895ca4bef1d534841154cf7de651beb3b7f95a15a6efe524bd852e4fac2b7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/petrcala/actions/runs/25902258090"
    }
  ]
}