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.
2 parents a598dee + 0746c91 commit cea7995Copy full SHA for cea7995
scripts/which_r.sh
@@ -61,7 +61,7 @@ which_r() {
61
62
# Define launch script path here where it's actually used
63
launch_script="$WORK_DIR/scripts/launch_r.sh"
64
-
+
65
# Update launch_r.sh to call the selected R binary
66
if [ -f "$launch_script" ]; then
67
sed -i "s|^exec .*/R|exec $selected_version|" "$launch_script"
0 commit comments