{
  "_id": "6a4a638a1e9cffeb4b83380c",
  "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": "2026-06-29 17:56:09 UTC",
  "RemoteUrl": "https://github.com/gadenbuie/shrtcts",
  "RemoteRef": "main",
  "RemoteSha": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-05 13:56:45 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>",
  "_user": "gadenbuie",
  "_type": "src",
  "_file": "shrtcts_0.1.2.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/8279a9b403d4f6e8633344a129f362eda3e33816887297c8228ccf211b5fa015",
  "_filesize": 185645,
  "_sha256": "8279a9b403d4f6e8633344a129f362eda3e33816887297c8228ccf211b5fa015",
  "_expires": "2026-10-13T14:00:40.000Z",
  "_created": "2026-07-05T13:56:45.000Z",
  "_published": "2026-07-05T14:00:42.430Z",
  "_jobs": [
    {
      "job": 85229388032,
      "time": 183,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8092477402"
    },
    {
      "job": 85229388030,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8092472486"
    },
    {
      "job": 85229388016,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8092465179"
    },
    {
      "job": 85229388072,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8092468857"
    },
    {
      "job": 85229182105,
      "time": 173,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092454249"
    },
    {
      "job": 85229388011,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8092468645"
    },
    {
      "job": 85229388038,
      "time": 72,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8092463641"
    },
    {
      "job": 85229388033,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8092464502"
    },
    {
      "job": 85229388026,
      "time": 110,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8092468610"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091",
  "_status": "success",
  "_upstream": "https://github.com/gadenbuie/shrtcts",
  "_commit": {
    "id": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
    "author": "Garrick Aden-Buie <garrick@adenbuie.com>",
    "committer": "Garrick Aden-Buie <garrick@adenbuie.com>",
    "message": "fix(roxygen2): Use `tag_words()` for roxygen2 v8+\n",
    "time": 1782755769
  },
  "_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"
  },
  "_distro": "resolute",
  "_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
    },
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "addins-menu",
    "keyboard-shortcuts",
    "rstudio",
    "rstudio-addin",
    "rstudio-shortcut",
    "shortcuts"
  ],
  "_stars": 123,
  "_contributors": [
    {
      "user": "gadenbuie",
      "count": 66,
      "uuid": 5420529
    },
    {
      "user": "copilot",
      "count": 1,
      "uuid": 198982749
    },
    {
      "user": "klmr",
      "count": 1,
      "uuid": 38931
    }
  ],
  "_userbio": {
    "uuid": 5420529,
    "type": "user",
    "name": "Garrick Aden-Buie",
    "followers": 1194,
    "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.1",
  "_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",
    "LICENSE",
    "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.390935107103379,
  "_indexed": true,
  "_nocasepkg": "shrtcts",
  "_universes": [
    "gadenbuie"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:59:47.000Z",
      "distro": "resolute",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/a812a9f42a0e3c85b05dec4a1f0cba00e1cf437131b79c089c008b58d7fb8183",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:59:05.000Z",
      "distro": "resolute",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/91812169e776528d0ea00bf154e44f0ac437f46acc0b74803c08c9095f359602",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:58:11.000Z",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/b44aa4bd3fc0a76115724b8c509361db2fd3b7c7df1b8804812421ea0d997d16",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:58:36.000Z",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/517327eca46bb6c962dd076771df677e49f7e152f90817b956deca2911bb522c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:58:49.000Z",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/f6592f9f20aa2a00bcc4c1335c6bb83313c5c2a9f8a512ccccb2e059d6f72177",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:57:51.000Z",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/556bd0f93dbf2e237e60c88371870e2100b2df58a2b207008ad6fa332c7fd8d1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:57:58.000Z",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/8986c7e8fb89c803e6333afcfced77b5c6966de39b9ef9e0f3c640f0a40e2b57",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2.9000",
      "date": "2026-07-05T13:58:30.000Z",
      "commit": "5b9e6cd80162fe0fbadfadfc19abbadee3a9da62",
      "fileid": "https://r2.ropensci.org/700b55d4c14e0538982f21bac3f8d0f9617209cef83abc81d26604143963e5fb",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/28743063091"
    }
  ]
}