I have just started working with the integration of R into SPSS and I have problems with loading some R packages in SPSS. I can load e.g. library(foreign) or library(graphics) but it does not work for library(xlsReadWrite) or library(FactoMineR). I have installed these packages into R already and I can load them in R also.
When using this syntax in SPSS:
BEGIN PROGRAM R.
library(xlsReadWrite)
END PROGRAM.
I am getting error Error in library(xlsReadWrite) : there is no package called 'xlsReadWrite'.
Many thanks,
Lakuca