From 8e86b1dd7b9fe3160f8e7c9475df039fb0c530cd Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 15 Nov 2013 08:25:41 +1000 Subject: [PATCH] add note about how to run r (see #37) --- r.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r.json b/r.json index 27fc7688e1..da3073d3ed 100644 --- a/r.json +++ b/r.json @@ -8,5 +8,6 @@ "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." } \ No newline at end of file