https://github.com/jeroenjanssens/rush
R One-Liners from the Shell
https://github.com/jeroenjanssens/rush
cli one-liner packages plot r shell
Last synced: about 1 year ago
JSON representation
R One-Liners from the Shell
- Host: GitHub
- URL: https://github.com/jeroenjanssens/rush
- Owner: jeroenjanssens
- License: other
- Created: 2015-06-02T09:25:50.000Z (about 11 years ago)
- Default Branch: ansi
- Last Pushed: 2021-05-21T09:20:55.000Z (about 5 years ago)
- Last Synced: 2025-04-03T21:42:59.231Z (about 1 year ago)
- Topics: cli, one-liner, packages, plot, r, shell
- Language: R
- Homepage: http://jeroenjanssens.github.io/rush
- Size: 216 KB
- Stars: 62
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# rush
[](https://github.com/jeroenjanssens/rush/actions)
## Installation
You can install the development version of rush from with:
``` r
remotes::install_github("jeroenjanssens/rush")
```
## Code of Conduct
Please note that the rush project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.