Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat-s/alfred-r
#rstats Alfred workflow
https://github.com/pat-s/alfred-r
alfred alfred-workflow r workflow
Last synced: 11 days ago
JSON representation
#rstats Alfred workflow
- Host: GitHub
- URL: https://github.com/pat-s/alfred-r
- Owner: pat-s
- License: mit
- Created: 2020-11-19T06:39:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T14:07:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T18:18:05.554Z (27 days ago)
- Topics: alfred, alfred-workflow, r, workflow
- Homepage:
- Size: 266 KB
- Stars: 38
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - pat-s/alfred-r - #rstats Alfred workflow (Others)
README
# alfred-r
Alfred workflow for R
## Installation
Download the latest version of `r.alfredworklow` from the [GitHub release page](https://github.com/pat-s/alfred-r/releases/tag/1.1.0).
(Auto-updating is not yet supported)## Command Description
### `r cran *`
- `r cran `: Opens the CRAN website for a given R package
- `r cran dashboard`: Opens the CRAN incoming dashboard (https://lockedata.github.io/cransays/articles/dashboard.html)### `r gh *`
- `r gh `: Opens the GitHub website for a given R package (if one exists)
- `r gha `: Opens the GitHub Actions website for a given R package (if one exists)
- `r ghi `: Opens the GitHub Issues pane for a given R package (if one exists)
- `r ghp `: Opens the GitHub Pull Request pane for a given R package (if one exists)### `r switch *`
- `r switch `: Switch to a different R version (if installed)
- `r switch install`: Opens the website for downloading [RSwitch.app](https://rud.is/rswitch/)### `r package *`
- `r package update all`: Update all installed R packages in the background (via `remotes::update_packages(upgrade = "always")`)
- `r package install`: Install a given R package in the background (via `install.packages()`)
- `r package news`: Install a given R package in the background (via `install.packages()`)### `r install *`
- `r install `: Installs or updates a specific R (minor) version (e.g. 4.0) via the official R installer (not homebrew).
Currently only R >= 4.0 is supported.
- `r install dev`: Installs or updates R-devel via the official R installer (not homebrew)### `r rstudio *`
- `r rstudio release`: Install/Update RStudio release via `brew cask reinstall rstudio`
- `r rstudio preview`: Install/Update RStudio preview via `brew cask reinstall rstudio-preview`
- `r rstudio daily`: Install/Update RStudio daily via `brew cask reinstall rstudio-daily`### `r radian *`
- `r radian install`: Installs the python based [radian R interpreter](https://github.com/randy3k/radian) via pip
- `r radian update`: Updates the python based [radian R interpreter](https://github.com/randy3k/radian) via pip### Misc
- `r home`: Open \$R_HOME in Finder