From 3caea71240181586e53fb7c3f25d51aa6de455db Mon Sep 17 00:00:00 2001 From: Joshua Shapiro Date: Mon, 20 May 2024 14:53:47 -0400 Subject: [PATCH] Apparently a -S flag is needed --- spell-check.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spell-check.R b/spell-check.R index ef35f53..9b1f311 100644 --- a/spell-check.R +++ b/spell-check.R @@ -1,4 +1,4 @@ -#!/usr/bin/env Rscript --vanilla +#!/usr/bin/env -S Rscript --vanilla # # Run spell check and save results. # By default, all R Markdown and markdown files will be checked.