labelled 2.2.0 Unreleased

labelled 2.1.0 2019-02-25

  • var_label(), applied to a data.frame, now accepts a character vector of same length as the number of columns.
  • set_variable_labels has a new .labels argument.
  • New unclass option in to_factor(), to be used when strict = TRUE (#36)
  • Following haven version 2.1.0, it is not mandatory anymore to define a value label before defining a SPSS style missing value. labelled_spss(), na_values() and na_range() have been updated accordingly (#37)

labelled 2.0.2 2019-01-18

labelled 2.0.1 2018-11-25

labelled 2.0.0 2018-11-23

BREAKING CHANGE

  • Following version 2.0.0 of haven, labelled() and labelled_spss() now produce objects with class “haven_labelled” and “haven_labelled_spss”, due to conflict between the previous “labelled” class and the “labelled” class used by Hmisc.
  • A new function update_labelled() could be used to convert data imported with an older version of haven to the new classes.

Other changes

labelled 1.1.0 2018-05-24

labelled 1.0.1 2017-12-19

  • bug fix: argument drop_unused_labels could now be used with to_factor.data.frame()
  • new labels argument for to_labelled() method when applied to a factor
  • bug fix: appropriate column names with data.frame (#20)

labelled 1.0.0 2016-11-20

labelled 0.2.3 2016-06-21

labelled 0.2.2 2016-06-15

labelled 0.2.0 Unreleased