mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
19 lines
641 B
JSON
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.
|
|
"
|
|
} |