Skip to content

Simple R package with tools for getting RStudio daily build URLs

License

Notifications You must be signed in to change notification settings

sellorm/dailies

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published