2013-11-15 10:35:07 +10:00

19 lines
641 B
JSON

{
"homepage": "http://www.r-project.org",
"version": "3.0.2",
"license": "GPL2",
"url": "http://cran.rstudio.com/bin/windows/base/R-3.0.2-win.exe",
"hash": "e262f573bccd4b6be23002ef44dd25e3228535530da75ee6c62921675bb66fdb",
"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.
Alternatively, can remove Powershell's 'r' command with:
rm alias:\\r
This only affects your current session: if you'd like to remove it for all future sessions you can add the command above to your Powershell profile.
"
}