From 2f03f389e8df0c52248d0767a8372184d65e4ba5 Mon Sep 17 00:00:00 2001 From: Andrie de Vries Date: Thu, 28 Sep 2017 16:48:42 +0100 Subject: Support R filters #3940 (#3941) --- src/Text/Pandoc/App.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs index c26b8e768..206c47b30 100644 --- a/src/Text/Pandoc/App.hs +++ b/src/Text/Pandoc/App.hs @@ -570,6 +570,7 @@ externalFilter ropts f args' d = liftIO $ do ".rb" -> ("ruby", f:args') ".php" -> ("php", f:args') ".js" -> ("node", f:args') + ".r" -> ("Rscript", f:args') _ -> (f, args') else (f, args') unless (exists && isExecutable) $ do -- cgit v1.2.3