An open API service indexing awesome lists of open source software.

https://github.com/egnha/rstudioaddins

Custom RStudio Addins
https://github.com/egnha/rstudioaddins

Last synced: about 1 month ago
JSON representation

Custom RStudio Addins

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