Skip to content

Commit 3b3687d

Browse files
debug R paths
1 parent 79104df commit 3b3687d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

containers/valgrind/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ RUN ls /tmp/$JAGS
6969
ENV R_LIBS="/opt/R/devel-valgrind/lib/R/library"
7070
ENV R_LIBS_USER="/opt/R/devel-valgrind/lib/R/library"
7171

72+
# Debug R paths
73+
RUN R -e "print(.libPaths())"
74+
RUN R -e "print(La_library())"
75+
7276
# RUN R -e "install.packages('rjags')"
7377
RUN R -e "install.packages('rjags', configure.args = '--enable-rpath')"
7478

0 commit comments

Comments
 (0)