SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 


#Analytics
#SPSSStatistics
#Analyticstools
 View Only

SPSS hangs while using a simple R package

  • 1.  SPSS hangs while using a simple R package

    Posted 08/24/22 09:03 AM
    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