sellorm / dailies

Simple R package with tools for getting RStudio daily build URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple R package with tools for getting RStudio daily build URLs

License:Other


Languages

Language:R 57.7%Language:Shell 27.2%Language:Makefile 15.1%