Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

26 lines
975 B
JSON

{
"homepage": "http://www.r-project.org",
"version": "3.1.1",
"license": "GPL2",
"url": "http://cran.rstudio.com/bin/windows/base/R-3.1.1-win.exe",
"hash": "ce6fb76612aefc482583fb92f4f5c3cb8e8e3bf1a8dda97df7ec5caf746e53fe",
"innosetup": true,
"bin": [
"bin\\r.exe",
"bin\\rscript.exe"
],
"notes": "You'll need to type 'r.ps1' or 'r.cmd' to run R, because in Powershell 'r' runs the last command.
You can remove Powershell's 'r' command with:
rm alias:\\r
... but this only affects your current session: if you'd like to remove it for all future sessions you need to add the command above to your Powershell profile.
Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements.
",
"checkver": {
"url": "http://cran.rstudio.com/bin/windows/base/",
"re": "<h1>R-([0-9\\.]+)"
}
}