Skip to content

Commit

Permalink
Try forcing current lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 15, 2023
1 parent 87e8ef0 commit cc0b89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Branch: ${4}"
echo "Articles: ${5}"

# Setup build environment (expand ~ to $HOME)
if [ "${R_LIBS_USER}" ]; then mkdir -vp "${R_LIBS_USER/#\~/$HOME}"; fi
export R_LIBS_USER="${PWD}/pkglib"
R -e ".libPaths()"

# Get the package dir
Expand Down

0 comments on commit cc0b89a

Please sign in to comment.