Skip to content

Commit

Permalink
Put R_HOME in output
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Dec 6, 2024
1 parent 994da82 commit d7ee12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/conda/build-generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ then
fi
export R_HOME=$( R RHOME )

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

0 comments on commit d7ee12f

Please sign in to comment.