mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
26 lines
918 B
JSON
26 lines
918 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\\.]+)"
|
|
}
|
|
}
|