Skip to content

tsibble 1.2.0

Latest

Choose a tag to compare

@mitchelloharawild mitchelloharawild released this 09 Feb 09:29
  • Fixed scan_gaps() failing with data containing the int column name.
  • Removed as_tibble.grouped_df() to prevent masking dplyr::as_tibble.grouped_df().
  • Added summary() method for time classes, allowing summary() to be called on tsibble objects. (#319)
  • tsibble() now builds columns sequentially, allowing columns to refer to previously created columns in the call. (#289)
  • Add tidyselect helpers for index_var(), key_vars() and measured_vars(). (#314)
  • Documentation improvements.