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 |
Opens the RStudio Dailies website in the default browser
browse_website()
browse_website()
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
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.
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".
The most useful function is
latest()
which returns the url for the latest version.
retrieves the dailies data from the API
get_dailies_data()
get_dailies_data()
Returns the most recent daily version download URL for a given os and type The options available are derived directly from the API.
latest(os, type = "desktop")
latest(os, type = "desktop")
os |
The operating system |
type |
One of "desktop" (default) or "server" |
The URL of the latest daily build