I am using the R interface from SPSS. It works normally, but if I use an R package JuliaCall which serves as interface to the programming language Julia,
```
BEGIN PROGRAM R.
library(JuliaCall)
JuliaCall::julia_eval("1+1")
END PROGRAM.
```
SPSS hangs at "RUNNING BEGIN PROGRAM..." forever. I also checked the system processes and it looks like the R session has finished, but "spssengine" continues to occupy 100% of CPU.
I tested that both R and Julia installs work. If I run the same command from "R for SPSS Statistics", it works fine.
Any suggestions?
------------------------------
Ying Zhuo
------------------------------
#SPSSStatistics