I am trying to use Deducer in R Gui 64 bit (version 3.4 Windows 10). (I'd like to be able to use it in R Studio but am I right in understanding that you can't?)
Deducer, JGR and Rjava seem to install fine but when I call the JGR library, I get a warning message.
I have the most updated version of Java.
I have spent ages trying to work out the problem but am struggling. Any help would be very appreciated!
If I can use Deducer in R Studio, I'd be grateful if someone could advise if this is possible.
Here
> library (JGR)
Loading required package: rJava
Error: package or namespace load failed for ‘rJava’:
.onLoad failed in loadNamespace() for 'rJava', details:
call: fun(libname, pkgname)
error: JAVA_HOME cannot be determined from the Registry
Error: package ‘rJava’ could not be loaded
> library(rJava)
Error: package or namespace load failed for ‘rJava’:
.onLoad failed in loadNamespace() for 'rJava', details:
call: fun(libname, pkgname)
error: JAVA_HOME cannot be determined from the Registry