{
  "_id": "6a23cb22530b9bc726be17dd",
  "Package": "shrtcts",
  "Title": "Make Anything an RStudio Shortcut",
  "Version": "0.1.2.9000",
  "Authors@R": "person(given = \"Garrick\",\nfamily = \"Aden-Buie\",\nrole = c(\"aut\", \"cre\"),\nemail = \"garrick@adenbuie.com\",\ncomment = c(ORCID = \"0000-0002-7111-0077\"))",
  "Description": "An easily customizable method for creating RStudio addins\nfrom arbitrary R code. Use your own functions or call functions\nfrom other packages. Your shortcuts are stored in a YAML file\nin your home directory.",
  "License": "MIT + file LICENSE",
  "URL": "https://pkg.garrickadenbuie.com/shrtcts,\nhttps://github.com/gadenbuie/shrtcts",
  "BugReports": "https://github.com/gadenbuie/shrtcts/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libuv1-dev libxml2-dev",
  "Repository": "https://gadenbuie.r-universe.dev",
  "Date/Publication": "2025-12-08 16:59:56 UTC",
  "RemoteUrl": "https://github.com/gadenbuie/shrtcts",
  "RemoteRef": "main",
  "RemoteSha": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 07:20:58 UTC",
    "User": "root"
  },
  "Author": "Garrick Aden-Buie [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-7111-0077>)",
  "Maintainer": "Garrick Aden-Buie <garrick@adenbuie.com>",
  "MD5sum": "19473bece5c9ef894481212ee1095ab1",
  "_user": "gadenbuie",
  "_type": "src",
  "_file": "shrtcts_0.1.2.9000.tar.gz",
  "_fileid": "ebf9a1834a5db07965e1051807e138a3e693209a891c495fb1b1e2ead13a2289",
  "_filesize": 183412,
  "_sha256": "ebf9a1834a5db07965e1051807e138a3e693209a891c495fb1b1e2ead13a2289",
  "_created": "2026-06-06T07:20:58.000Z",
  "_published": "2026-06-06T07:24:18.726Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79860624562,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7452384647"
    },
    {
      "job": 79860624556,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7452385663"
    },
    {
      "job": 79860624547,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7452379922"
    },
    {
      "job": 79860624549,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7452381803"
    },
    {
      "job": 79860484887,
      "time": 143,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452369919"
    },
    {
      "job": 79860624544,
      "time": 163,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452390549"
    },
    {
      "job": 79860624557,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7452381242"
    },
    {
      "job": 79860624558,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7452379991"
    },
    {
      "job": 79860624559,
      "time": 68,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7452378874"
    }
  ],
  "_buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/gadenbuie/shrtcts",
  "_commit": {
    "id": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
    "author": "Copilot <198982749+Copilot@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "chore: Replace deprecated `with_mock()` with `with_mocked_bindings()` (#28)\n\n",
    "time": 1765213196
  },
  "_maintainer": {
    "name": "Garrick Aden-Buie",
    "email": "garrick@adenbuie.com",
    "login": "gadenbuie",
    "mastodon": "@grrrck@fosstodon.org",
    "bluesky": "@grrrck.xyz",
    "description": "Software engineer for Shiny at @posit-pbc",
    "uuid": 5420529,
    "orcid": "0000-0002-7111-0077"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "roxygen2",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "cowsay",
      "role": "Suggests"
    }
  ],
  "_owner": "gadenbuie",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-50",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "addins-menu",
    "keyboard-shortcuts",
    "rstudio",
    "rstudio-addin",
    "rstudio-shortcut",
    "shortcuts"
  ],
  "_stars": 123,
  "_contributors": [
    {
      "user": "gadenbuie",
      "count": 65,
      "uuid": 5420529
    },
    {
      "user": "copilot",
      "count": 1,
      "uuid": 198982749
    },
    {
      "user": "klmr",
      "count": 1,
      "uuid": 38931
    }
  ],
  "_userbio": {
    "uuid": 5420529,
    "type": "user",
    "name": "Garrick Aden-Buie",
    "description": "Software engineer for Shiny at @posit-pbc"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shrtcts"
  },
  "_devurl": "https://github.com/gadenbuie/shrtcts",
  "_pkgdown": "https://pkg.garrickadenbuie.com/shrtcts",
  "_searchresults": 3,
  "_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/readme.html",
    "extra/readme.md",
    "extra/shrtcts.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "add_rstudio_shortcuts",
    "edit_shortcuts",
    "example_shortcuts_r",
    "example_shortcuts_yaml",
    "list_shortcuts",
    "locate_addins_json",
    "locate_shortcuts_source",
    "shortcut_get",
    "shortcut_run"
  ],
  "_help": [
    {
      "page": "add_rstudio_shortcuts",
      "title": "Add Shortcuts to RStudio",
      "topics": [
        "add_rstudio_shortcuts",
        "example_shortcuts_r",
        "example_shortcuts_yaml"
      ]
    },
    {
      "page": "edit_shortcuts",
      "title": "Open the shrtcts Source File",
      "topics": [
        "edit_shortcuts"
      ]
    },
    {
      "page": "list_shortcuts",
      "title": "List Shortcuts and Their Current Key Bindings",
      "topics": [
        "list_shortcuts"
      ]
    },
    {
      "page": "paths",
      "title": "Paths Used by shrtcts",
      "topics": [
        "locate_addins_json",
        "locate_shortcuts_source",
        "paths"
      ]
    },
    {
      "page": "shortcut_run",
      "title": "Get and run shortcuts by name",
      "topics": [
        "shortcut_get",
        "shortcut_run"
      ]
    }
  ],
  "_pkglogo": "https://github.com/gadenbuie/shrtcts/raw/main/man/figures/shrtcts-card.png",
  "_readme": "https://github.com/gadenbuie/shrtcts/raw/main/README.md",
  "_rundeps": [
    "brew",
    "callr",
    "cli",
    "commonmark",
    "cpp11",
    "desc",
    "evaluate",
    "fs",
    "glue",
    "highr",
    "jsonlite",
    "knitr",
    "lifecycle",
    "otel",
    "pkgbuild",
    "pkgload",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "rlang",
    "roxygen2",
    "rprojroot",
    "rstudioapi",
    "withr",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "shrtcts.Rmd",
      "filename": "shrtcts.html",
      "title": "shrtcts",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Inspiration"
      ],
      "created": "2020-08-13 19:30:19",
      "modified": "2020-08-13 19:30:19",
      "commits": 1
    }
  ],
  "_score": 5.089905111439398,
  "_indexed": true,
  "_nocasepkg": "shrtcts",
  "_universes": [
    "gadenbuie"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:22:56.000Z",
      "distro": "noble",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "c803c81bc7ca56f1671e53e91b4f9154a49f2a1ce50ac04b1d277df0f870749b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:23:03.000Z",
      "distro": "noble",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "f3eeaa4b2d7964ffb448a5493f6418dfc37b3fdaf7395da30f9f31267237ca2b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:22:22.000Z",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "87197fcfa9d539410f852a48e58582e00d9d6d52e6e2564c6c953a852831330e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:22:35.000Z",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "925149921ce95f37e299f7bf3d55100498a614169ddd4fabf722f789542eec7f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:23:58.000Z",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "bccde0663a4e48f38c7646b4f3fe9c064aed903fc8ae316be86b5a06766dd922",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:22:21.000Z",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "4fab48cdd7ee902fd857462e8ed21289f62ea19091e7fc5c56b170acd9ec2a3b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:22:10.000Z",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "840d5a5f575dc6673cdb5951cadec10cc7b15bb9b8037445d47feec9cd848edd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-06-06T07:22:09.000Z",
      "commit": "3e6cd36b87ff69a88fcf80629493f656f377f19e",
      "fileid": "44ceb9257b2e2c8cbae7c47c8b03e3f234f95e0ac6ed43fd541dc911463e7029",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/27056019569"
    }
  ]
}