From cc0b89a30720f1a8ccffcfef4a14895d0de66e5f Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 15 Dec 2023 22:20:47 +0100 Subject: [PATCH] Try forcing current lib --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1da8f0d..0c7e040 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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