r 3.0.3 (another note about workaround for #37)

This commit is contained in:
Luke Sampson 2013-11-15 10:35:07 +10:00
parent 45d203efdf
commit 459b1de691

8
r.json
View File

@ -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.
"
}