Skip to content

Commit d7ee12f

Browse files
committed
Put R_HOME in output
1 parent 994da82 commit d7ee12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/conda/build-generic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ then
9494
fi
9595
export R_HOME=$( R RHOME )
9696

97-
echo "build-generic.sh: Installing RInside ..."
97+
echo "build-generic.sh: Installing RInside into $R_HOME ..."
9898
Rscript $DEV_CONDA/install-RInside.R 2>&1 | \
9999
tee $RECIPE_DIR/install-RInside.log
100100
if ! grep -q "Swift-RInside-SUCCESS" $RECIPE_DIR/install-RInside.log

0 commit comments

Comments
 (0)