Skip to content

Releases: gesistsa/rio

v1.2.4

28 Sep 07:12
c625844

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

26 Sep 07:05
727d50f

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.3

v1.2.0

24 Jul 10:20
88aa095

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Jun 18:55
b79130e

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 May 08:38
c6c626d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

19 Sep 12:04
e85f12d

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Sep 07:23
9044169

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.30...v1.0.0

v0.5.30

29 Aug 19:13
2540084

Choose a tag to compare

A maintenance release; now available on CRAN.

rio 0.5.30

  • Maintenance release: new maintainer
  • Mark .sas7bdat as deprecated
  • Change the minimum R version to 3.6

Patch release

29 Mar 17:16

Choose a tag to compare

This release contains no substantive code changes. It merely fixes some bugs in tests running on CRAN.

Patch release

02 Feb 09:33

Choose a tag to compare

This is a patch release with mostly some critical bug fixes and a few minor changes in behavior for a few import and export methods.

User-visible changes

  • Export the get_ext() function. (#169)
  • import_list() gains improved file name handling. (#164, h/t Ruaridh Williamson)
  • Removed the overwrite argument from export() method for xlsx files. Instead, existing workbooks are always overwritten unless which is specified, in which case only the specified sheet (if it exists) is overwritten. If the file exists but the which sheet does not, the data are added as a new sheet to the existing workbook. (#156)
  • Import of files with the ambiguous .dat extension, which are typically text-delimited files, are now passed to data.table::fread() with a message. Export to the format remains unsupported. (#98, #155)
  • Added support for export to SAS XPORT format (via haven::write_xpt()). (#157)
  • Switched default import package for SAS XPORT format to haven::read_xpt() with a haven = FALSE toggle restoring the previous default behavior using foreign::read.xpt(). (#157)

Bug fixes

  • Removed longstanding warnings from the tests of export() to fixed-width format.
  • Fix a bug related to an xml2 bug (#168, h/t Jim Hester)
  • Fixed a bug in import() from compressed files wherein the which argument did not necessarily return the correct file if >=2 files in the compressed folder.
  • Tweak handling of export() to xlsx workbooks when which is specified. (#156)