{"id":14066500,"url":"https://github.com/rstudio/addinexamples","last_synced_at":"2026-03-05T12:31:26.719Z","repository":{"id":66205483,"uuid":"48143410","full_name":"rstudio/addinexamples","owner":"rstudio","description":"An R package showcasing how RStudio addins can be registered and used.","archived":false,"fork":false,"pushed_at":"2016-03-25T23:01:40.000Z","size":34,"stargazers_count":86,"open_issues_count":5,"forks_count":69,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-31T15:32:13.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-12-17T00:45:21.000Z","updated_at":"2024-07-03T15:51:57.000Z","dependencies_parsed_at":"2023-03-10T23:43:36.055Z","dependency_job_id":null,"html_url":"https://github.com/rstudio/addinexamples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Faddinexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Faddinexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Faddinexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio%2Faddinexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio","download_url":"https://codeload.github.com/rstudio/addinexamples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250882588,"owners_count":21502332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:05:08.046Z","updated_at":"2026-03-05T12:31:26.679Z","avatar_url":"https://github.com/rstudio.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"RStudio Addins\n==============\n\nRStudio addins are R functions that can be called through RStudio. This package\nprovides a small set of example addins, and helps demonstrate how package\nauthors can create and expose their own addins.\n\nInstallation\n------------\n\nFirst, ensure that you have the latest versions of\n[htmltools](https://github.com/rstudio/htmltools),\n[shiny](https://github.com/rstudio/shiny), and\n[miniUI](https://github.com/rstudio/miniUI);\nthen install this package.\n\n```r\nif (!requireNamespace(\"devtools\", quietly = TRUE))\n  install.packages(\"devtools\")\n\ndevtools::install_github(\"rstudio/htmltools\")\ndevtools::install_github(\"rstudio/shiny\")\ndevtools::install_github(\"rstudio/miniUI\")\ndevtools::install_github(\"rstudio/addinexamples\")\n```\n\nWhat's an Addin?\n----------------\n\nAddins are just R functions with a bit of special registration metadata. This\npackage exports two simple addins: one function,\n[insertInAddin](https://github.com/rstudio/addinexamples/blob/master/R/insertInAddin.R),\ncan be used to insert ' %in% ' at the cursor position. Another,\n[findAndReplaceAddin](https://github.com/rstudio/addinexamples/blob/master/R/findAndReplaceAddin.R),\ncan be used to interactively refactor code in a document, using a Shiny application.\nThese addins are registered through a Debian Control File, located at\n[inst/rstudio/addins.dcf](https://github.com/rstudio/addinexamples/blob/master/inst/rstudio/addins.dcf).\n\nWhen RStudio is launched, it will automatically discover addins registered by\ninstalled R packages, and register them so that they can be invoked through\nkeyboard shortcuts and other UI gestures. See the\n[RStudio Addins website](http://rstudio.github.io/rstudioaddins/)\nfor more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Faddinexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio%2Faddinexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio%2Faddinexamples/lists"}