mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
* update aria2 1.28.0 * update packer 0.11.0 * update php 7.0.13 * update git 2.10.2 * update nodejs 7.1.0 * update sqlite 3.15.1 * update cmake 3.6.3 * update r 3.3.2 * update perl 5.24.0.1 * update terraform 0.7.10 / migrate to 0.7 previous version was broken, since version 0.7 all the providers are in the main binary https://www.terraform.io/upgrade-guides/0-7.html * update vagrant 1.8.7 * update sbcl 1.3.11 * update imagemagick * update ffmpeg 20161108 * update git-lfs 1.4.4
37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://www.r-project.org",
|
|
"version": "3.3.2",
|
|
"license": "GPL2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cran.rstudio.com/bin/windows/base/R-3.3.2-win.exe",
|
|
"hash": "2E16180226268B9B07FA8668A3AC80F9BEA25EC82A2275150B2F3E2CA1C1FC14",
|
|
"pre_install": "copy-item -recurse $dir\\bin\\x64 $dir\\bin\\curr_arch"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cran.rstudio.com/bin/windows/base/R-3.3.2-win.exe",
|
|
"hash": "2E16180226268B9B07FA8668A3AC80F9BEA25EC82A2275150B2F3E2CA1C1FC14",
|
|
"pre_install": "copy-item -recurse $dir\\bin\\i386 $dir\\bin\\curr_arch"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"bin\\curr_arch\\r.exe",
|
|
"bin\\curr_arch\\rterm.exe",
|
|
"bin\\curr_arch\\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 'rterm' can be used to start the interactive R terminal session.
|
|
|
|
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": "https://cran.rstudio.com/bin/windows/base/",
|
|
"re": "<h1>R-([\\d.]+)"
|
|
}
|
|
}
|