Skip to contents

date4ts 0.1.1.9000

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 - 2026-01-28

Added

Changed

  • The argument date_ts of extend_ts() is renamed date_ts_to
  • extend_ts() leaves the trailing NAs if na_replace = TRUE and replacement doesn’t cover the full range
  • extend_ts() works fully with raw.
  • new arguments for extend_ts() : times and each to repeat the replacement pattern several times

0.1.0 - 2024-09-12

Added

  • add function to convert ts or mts to data.frame
  • add to the user the possibility to allow mts in assert_ts and check_ts
  • add function to manage ts object and date_ts object