mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
r 3.0.3 (another note about workaround for #37)
This commit is contained in:
parent
45d203efdf
commit
459b1de691
8
r.json
8
r.json
@ -9,5 +9,11 @@
|
||||
"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."
|
||||
"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.
|
||||
"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user