aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/installers
diff options
context:
space:
mode:
Diffstat (limited to 'test/formatters/installers')
-rw-r--r--test/formatters/installers/r-styler.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/formatters/installers/r-styler.bash b/test/formatters/installers/r-styler.bash
new file mode 100644
index 0000000..3e7f41d
--- /dev/null
+++ b/test/formatters/installers/r-styler.bash
@@ -0,0 +1,2 @@
+apt-get install -y r-base-core
+R --no-echo --no-save --no-restore -e "install.packages('styler')"