Another solution not mentioned here is to read SPSS data in R via ODBC. You need:
- IBM SPSS Statistics Data File Driver. Standalone driver is enough.
- Import SPSS data using
RODBC
package in R.
See the example here. However I have to admit that, there could be problems with very big data files.