All Projects → pat-s → rcli

pat-s / rcli

Licence: LGPL-3.0 license
Simplified R version handling

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to rcli

switch-cmake
CMake toolchain for Nintendo Switch homebrew development
Stars: ✭ 38 (+15.15%)
Mutual labels:  switch
smashtierlist
🎮⚡️ Popular tier lists for Super Smash Bros. series
Stars: ✭ 40 (+21.21%)
Mutual labels:  switch
sys-clk-Overlay
Editor for your sys-clk configuration using ovl-loader!
Stars: ✭ 53 (+60.61%)
Mutual labels:  switch
ngx-ui-switch
Angular UI Switch component
Stars: ✭ 109 (+230.3%)
Mutual labels:  switch
yrs
Yarn registry switch tool
Stars: ✭ 12 (-63.64%)
Mutual labels:  switch
ModuleMania
Various useful sysmodules (kip files) for Nintendo Switch, to be used with CFW
Stars: ✭ 30 (-9.09%)
Mutual labels:  switch
kubeswitch
visually select kubernetes context/namespace from tree
Stars: ✭ 15 (-54.55%)
Mutual labels:  switch
xiaomiplug
Xiaomi Mi Smart WiFi Socket integration for Home Assistant
Stars: ✭ 99 (+200%)
Mutual labels:  switch
Rich-Presence-U
Display your Nintendo games on Discord.
Stars: ✭ 77 (+133.33%)
Mutual labels:  switch
PokemonRNGGuides
A repository of Pokemon RNG abuse guides
Stars: ✭ 62 (+87.88%)
Mutual labels:  switch
botw-unexplored
Easily view the unexplored korok seeds and locations in your BotW savefile on your Switch
Stars: ✭ 79 (+139.39%)
Mutual labels:  switch
Switch
Manage chrome extensions from the toolbar
Stars: ✭ 13 (-60.61%)
Mutual labels:  switch
uberswitch
A header-only, unobtrusive, almighty alternative to the C++ switch statement that looks just like the original.
Stars: ✭ 83 (+151.52%)
Mutual labels:  switch
unifi-controllable-switch
TOUGHswitch firmware to integrate with the UniFi Controller (experimental).
Stars: ✭ 24 (-27.27%)
Mutual labels:  switch
simple-switch
Vanilla JS/CSS Switch UI element
Stars: ✭ 18 (-45.45%)
Mutual labels:  switch
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+815.15%)
Mutual labels:  switch
GDCheckbox
Customizable CheckBox / RadioButton component for iOS
Stars: ✭ 23 (-30.3%)
Mutual labels:  switch
jw-bootstrap-switch-ng2
Bootstrap Switch for Angular 2+
Stars: ✭ 45 (+36.36%)
Mutual labels:  switch
SHSliderSwitch
SHSliderSwitch is a simple lightweight library to implement an animated slider switch.
Stars: ✭ 18 (-45.45%)
Mutual labels:  switch
NodePingManage
可用于监控交换机/服务器/防火墙的存活状态的ping监控报警系统
Stars: ✭ 47 (+42.42%)
Mutual labels:  switch

macOS-x86 CircleCI

rcli is a tool for simplified installion of R versions and switching between these. It is written in bash, aims to be cross-platform and low on dependencies.

Quickstart

Install via homebrew (on macOS):

brew tap pat-s/rcli
brew install rcli

Install the latest GitHub release (on Linux):

curl -fLo /usr/local/bin/rcli $(curl -s https://api.github.com/repos/pat-s/rcli/releases/latest | grep "rcli" | awk '{print $2}' | sed 's|[\"\,]*||g' | grep "releases\/download")
chmod a+x /usr/local/bin/rcli

Install R release and devel versions and switch between them:

rcli install release # or rcli install rel
rcli install devel # or rcli install dev
rcli switch release # or rcli switch rel

Full documentation: https://rcli.pat-s.me

Announcement blog post: https://pat-s.me/announcing-rcli/

An alternative to rcli is r-lib/rim.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].