Skip to content

Releases: poissonconsulting/hmstimer

hmstimer 0.3.0

19 Aug 19:49
Compare
Choose a tag to compare

Features

  • Added functions to get, set and test if title

    • tmr_title()
    • tmr_title<-
    • tmr_is_titled()
  • Added print_title = TRUE argument to print/format functions

    • tmr_print(print_title = TRUE)
    • tmr_format(print_title = TRUE)
  • Added functions to time individual functions or blocks of code

    • local_timer()
    • with_timer()

hmstimer 0.2.1

05 Aug 22:15
Compare
Choose a tag to compare
  • Fix CRAN tests.

hmstimer 0.2.0

05 Aug 21:00
Compare
Choose a tag to compare
  • Added tmr_print().

hmstimer 0.1.1

05 Aug 20:59
Compare
Choose a tag to compare
  • Removed deprecated start = FALSE argument from tmr_reset().

hmstimer 0.1.0

05 Aug 20:58
Compare
Choose a tag to compare
  • Hard deprecated start = FALSE argument from tmr_reset().
  • Added tmr_format().
  • Added tmr_round(), tmr_floor() and tmr_ceiling().
  • Switched to tidyverse style error and warning messages.

v0.0.2

24 Jul 15:48
Compare
Choose a tag to compare
docs

v0.0.1

24 May 17:58
Compare
Choose a tag to compare
resubmission