Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 905 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 905 Bytes

install-rstudio-daily.sh

This repository hosts a Bash script to install the latest RStudio daily desktop build for OSX/macOS and Ubuntu(amd64). It previously lived as a GitHub Gist.

To get started, download the latest version of this script, ensure that it is marked executable, and run it!

curl -O https://raw.githubusercontent.com/aronatkins/install-rstudio-daily/main/install-rstudio-daily.sh
chmod +x ./install-rstudio-daily.sh
./install-rstudio-daily.sh

Prerequisite

Requires jq.

RStudio Dailies

The RStudio daily builds are available at https://dailies.rstudio.com.