The goal of dailies is to provide some simple tools for working with the RStudio daily builds.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("sellorm/dailies")
The most common thing you might want to do is get the download URL for the latest daily version:
dailies::latest("ubuntu", type = "desktop")
Download the latest build in your default web browser:
browseURL(dailies::latest("macos", type = "desktop"))
Open the RStudio Daily build website:
dailies::browse_website()