Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 9 years ago)
- Default Branch: ansi
- Last Pushed: 2021-05-21T09:20:55.000Z (over 3 years ago)
- Last Synced: 2024-10-13T02:14:26.456Z (25 days ago)
- Topics: cli, one-liner, packages, plot, r, shell
- Language: R
- Homepage: http://jeroenjanssens.github.io/rush
- Size: 216 KB
- Stars: 58
- Watchers: 4
- 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
[![R-CMD-check](https://github.com/jeroenjanssens/rush/workflows/R-CMD-check/badge.svg)](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.