We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15ea6c commit de80e79Copy full SHA for de80e79
com.oracle.truffle.r.native/run/configure_fastr
@@ -42,7 +42,7 @@ done
42
./configure --with-x=no --with-aqua=no --enable-memory-profiling FFLAGS=-O2 $@
43
ed Makeconf < edMakeconf.etc
44
export R_DEFAULT_PACKAGES=base
45
- R_LIBS_USER=`"$( dirname "$source" )/../bin/R" --slave -e 'cat(path.expand(Sys.getenv("R_LIBS_USER")))'`
+ R_LIBS_USER=`../bin/R --slave -e 'cat(path.expand(Sys.getenv("R_LIBS_USER")))'`
46
echo "Creating user specific library directory: $R_LIBS_USER"
47
mkdir -p "$R_LIBS_USER"
48
echo "DONE"
0 commit comments