A Raycast extension to search for R packages using METACRAN on r-pkg.org.
Searches METACRAN for R packages and provides quick access to package links and to the R code required to install the package.
View the package description, dependencies, and key stats within Raycast when you press Cmd + →.
Shortcut | Action |
---|---|
↵ | Opens the default link, configurable in the extension settings. All options are available in the actions menu:
|
⌘ ↵ | Opens the package page on r-pkg.org |
←/→ | Move between package description and search results |
Shortcut | Action |
---|---|
⌘ ⇧ . | Copies the CRAN link |
⌘ ⇧ , | Copies the home or the repo links if present |
Shortcut | Action |
---|---|
⌘ ⇧ C | Copies the base-R install.packages() command |
⌘ ⌥ C | Copies the installation command of an alternate package manager (configurable in the extension settings): |
You can reverse the installation command shortcuts by choosing the Default Package Installation Method in the extension settings.