NEWS in package ‘haven’


[Up] [Top]

Changes in version 2.5.0

New author

File writing improvements

Other improvements and fixes

Dependency changes

Changes in version 2.4.3

Changes in version 2.4.2

Changes in version 2.4.1

Changes in version 2.4.0

New features

Minor improvements and bug fixes

Changes in version 2.3.1

Changes in version 2.3.0

Changes in version 2.2.0

Partial reading

Thanks to the hard work of @mikmart, all read_*() functions gain three new arguments that allow you to read in only part of a large file:

This also brings with it a deprecation: cols_only in read_sas() has been deprecated in favour of the new col_select argument.

Minor improvements and bug fixes

Changes in version 2.1.1

Changes in version 2.1.0

Improved labelling

labelled objects get pretty printing that shows the labels and NA values when inside of a tbl_df. Turn this behaviour off with behavior using option(haven.show_pillar_labels = FALSE) (#340, @gergness).

labelled() and labelled_spss() now allow NULL labels. This makes both classes more flexible, allowing you to use them for their other attributes (#219).

labelled() tests that value labels are unique (@larmarange, #364)

Minor improvements and bug fixes

Changes in version 2.0.0

BREAKING CHANGES

Minor improvements

Changes in version 1.1.2

Changes in version 1.1.1

Changes in version 1.1.0

Changes in version 1.0.0

Changes in version 0.2.0

Changes in version 0.1.1