From 9e2e3c0800e271ebb31448b0bd73e4ef3d8e3c1c Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Thu, 3 Dec 2020 22:26:39 -0800 Subject: [PATCH] Update executable because Linux/macOS are case sensitive --- R/host.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/host.json b/R/host.json index 6bb1b02..95c2087 100644 --- a/R/host.json +++ b/R/host.json @@ -6,9 +6,9 @@ }, "customHandler": { "description": { - "defaultExecutablePath": "RScript", + "defaultExecutablePath": "Rscript", "arguments": ["rserver.R"] }, "enableForwardingHttpRequest":true } -} \ No newline at end of file +}