We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be5fe8 commit dc1b684Copy full SHA for dc1b684
1 file changed
ops/script/setup_r_sccache.sh
@@ -4,6 +4,11 @@
4
5
set -euo pipefail
6
7
+if [ -f ~/.R/Makevars ]; then
8
+ echo "Error: ~/.R/Makevars already exists. Aborting to avoid overwriting."
9
+ exit 1
10
+fi
11
+
12
mkdir -p ~/.R
13
cat > ~/.R/Makevars << 'EOF'
14
CC = sccache gcc
0 commit comments