SPSS Statistics

 View Only
Expand all | Collapse all

Problems loading R package into SPSS v 28.01.0 on Mac Intel Monterey

  • 1.  Problems loading R package into SPSS v 28.01.0 on Mac Intel Monterey

    Posted Fri January 14, 2022 11:43 AM
    I am running SPSS v 28.01.0 (142) with XQuartz 2.8.1. on an intel i5 Mac Pro running Monterey 12.1. I have installed HETCOR and also the R package polycor but there are runtime error messages. Is there a way of resolving this? Many thanks.

    ------------------------------
    James Boyle
    ------------------------------

    #SPSSStatistics


  • 2.  RE: Problems loading R package into SPSS v 28.01.0 on Mac Intel Monterey

    Posted Tue January 18, 2022 11:03 AM
    Hi James. What kind of errors are you seeing? If you can share the errors we should probably be able to locate the cause.

    Best,

    ------------------------------
    Curtis Browning
    SPSS Statistics Architect
    ------------------------------



  • 3.  RE: Problems loading R package into SPSS v 28.01.0 on Mac Intel Monterey

    Posted Wed April 06, 2022 10:07 AM
    Hi, Curtis, apologies for the delay in getting back to you. I'm getting the following error messages:

    **** Installing R package polycor for spss280 ****
    also installing the dependency 'admisc'

    Warning messages:
    1: In install.packages("polycor", quiet = TRUE) :
      installation of package 'admisc' had non-zero exit status
    2: In install.packages("polycor", quiet = TRUE) :
      installation of package 'polycor' had non-zero exit status

      

    ------------------------------
    James Boyle
    ------------------------------



  • 4.  RE: Problems loading R package into SPSS v 28.01.0 on Mac Intel Monterey

    IBM Champion
    Posted Wed April 06, 2022 11:15 AM
    You should be able to get a better error message.  Try running this from a syntax window.

    begin program r.
    install.packages("polycor")
    end program.

    ------------------------------
    Jon Peck
    ------------------------------



  • 5.  RE: Problems loading R package into SPSS v 28.01.0 on Mac Intel Monterey