https://github.com/egnha/rstudioaddins
Custom RStudio Addins
https://github.com/egnha/rstudioaddins
Last synced: about 1 month ago
JSON representation
Custom RStudio Addins
- Host: GitHub
- URL: https://github.com/egnha/rstudioaddins
- Owner: egnha
- License: other
- Created: 2018-02-07T14:15:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T16:27:27.000Z (almost 7 years ago)
- Last Synced: 2025-08-22T14:54:17.305Z (about 2 months ago)
- Language: R
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# rstudioaddins
An R package of custom [RStudio
Addins](https://rstudio.github.io/rstudioaddins/), mostly for "missing" keyboard
shortcuts, such as the forward assignment operator `->` and the
[gestalt](https://github.com/egnha/gestalt) compose operator `%>>>%`. Requires
[RStudio](https://www.rstudio.com/products/rstudio/) v0.99.878 or later.(Presently, this is just for my personal use.)
## Installation
```{r, eval=FALSE}
devtools::install_github("egnha/rstudioaddins")
```## License
MIT Copyright © 2018 Eugene Ha