Displaying 2 results from an estimated 2 matches for "tools_classpath".
2019 Jan 23
0
So nearly there, but can't install rJava
...esn't work properly.
>
> based on the underlying javareconf script.
>
> Scrolling through
>
>> less `R RHOME`/bin/javareconf
>
> we can see that the script exits from
>
>> echo "Java interpreter : $JAVA"
>> jires=`$JAVA -classpath ${tools_classpath} getsp -test`
>> if test "$jires" != "Test1234OK"; then
>> echo "$jires"
>> echo "~*** Java interpreter doesn't work properly.~"|${SED-sed} -e 'y/~/\n/' >&2
>> exit 1
>> fi
>
> From your output we...
2019 Jan 22
3
So nearly there, but can't install rJava
Thanks Dirk and Enrico,
First clarification: I'm in this mess because I'm trying to run R 3.5.2 within Debian stable (9/"sretch") using the stretch-cran35 repository. That uses and provides r-api-35 but many of the packages depend upon r-api-3. As Johannes said a day or so back, the way around this is to use install.packages() in R to get the packages you want. That leads you