Sends the user the the NEWS html file on "https://cran.rstudio.com/bin/windows/base/NEWS.R-3.0.0.html" (URL changes with each version)

browse.latest.R.NEWS(URL = "https://cran.rstudio.com/bin/windows/base/", ...)

Arguments

URL

the URL of the page from which R can be downloaded.

...

for future use

Value

invisible(NULL)

Examples

if (FALSE) { browse.latest.R.NEWS() }