/dailies

Simple R package with tools for getting RStudio daily build URLs

Primary LanguageROtherNOASSERTION

dailies

The goal of dailies is to provide some simple tools for working with the RStudio daily builds.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("sellorm/dailies")

Example

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()