Package 'dailies'

Title: Tools for working with the RStudio daily builds
Description: Tools to get URLs for the RStudio Daily builds.
Authors: Mark Sellors [aut, cre]
Maintainer: Mark Sellors <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-11-22 03:36:12 UTC
Source: https://github.com/sellorm/dailies

Help Index


Opens the RStudio Dailies website in the default browser

Description

Opens the RStudio Dailies website in the default browser

Usage

browse_website()

dailies: A package for working with the RStudio daily build pages.

Description

RStudio offer their daily builds of the IDE to the community so that we can help out with bug reports and check out new features before they hit the stable releases. The RStudio dailies website is available at https://dailies.rstudio.com

Details

The dailies package provides several functions for working with the dailies page itself and is intended to make it easier for people to get useful URLs from within R.

Important Note

Some functions request data from the RStudio website. Please be respectful in your usage of these functions. The dailies site is offered as a service to the community and we should not repay that kindness by hammering the site.
This package is very much "unofficial".

dailies functions

The most useful function is latest() which returns the url for the latest version.


retrieves the dailies data from the API

Description

retrieves the dailies data from the API

Usage

get_dailies_data()

latest daily download URL

Description

Returns the most recent daily version download URL for a given os and type The options available are derived directly from the API.

Usage

latest(os, type = "desktop")

Arguments

os

The operating system

type

One of "desktop" (default) or "server"

Value

The URL of the latest daily build