summaryrefslogtreecommitdiffstats
path: root/testing/get-r.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-30 16:53:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-30 16:53:19 +0000
commit02d5100afa71d1343de4066b812cd4cdc774d812 (patch)
tree6bccae957398fab29aaa226fb0bd65f0c258a36a /testing/get-r.sh
parentAdding upstream version 2.21.0. (diff)
downloadpre-commit-upstream/3.0.2.tar.xz
pre-commit-upstream/3.0.2.zip
Adding upstream version 3.0.2.upstream/3.0.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/get-r.sh')
-rwxr-xr-xtesting/get-r.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/get-r.sh b/testing/get-r.sh
deleted file mode 100755
index 5d09828..0000000
--- a/testing/get-r.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-sudo apt install r-base
-# create empty folder for user library.
-# necessary for non-root users who have
-# never installed an R package before.
-# Alternatively, we require the renv
-# package to be installed already, then we can
-# omit that.
-Rscript -e 'dir.create(Sys.getenv("R_LIBS_USER"), recursive = TRUE)'