Maintenance Release
This is a maintenance release with a few small bug fixes and the removal of support for importing SPSS portable files.
- Removed support for import of SPSS Portable (.por) files, given deprecation from haven. (#100)
- Fixed a bug in the handling of "labelled" class variables imported from haven caused by haven return "tbl_df" rather than "data.frame" class structures. (#102, h/t Pierre LaFortune)
- Improved use of the
separgument for import of delimited files to allow override of defaults. (#99, h/t Danny Parsons) - Fixed a failing test of file compression that was found in v0.4.3 on some platforms.
- Fixed other tests to remove (unimportant) warnings.