Skip to content

Maintenance Release

Choose a tag to compare

@leeper leeper released this 14 Jun 09:55
· 435 commits to main since this 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 sep argument 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.