mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
25 lines
917 B
JSON
25 lines
917 B
JSON
{
|
|
"homepage": "http://www.r-project.org",
|
|
"version": "3.1.0",
|
|
"license": "GPL2",
|
|
"url": "http://cran.rstudio.com/bin/windows/base/R-3.1.0-win.exe",
|
|
"hash": "c3f11723b60972344ff87aed6b53a58209dd463e2c3286259624754b077f84e8",
|
|
"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\\.]+)"
|
|
}
|
|
} |