Changelog
Source:NEWS.md
hmstimer 0.3.0
CRAN release: 2024-08-19
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 functionstmr_print(print_title = TRUE)
tmr_format(print_title = TRUE)
- Added functions to time individual functions or blocks of code
hmstimer 0.1.0
CRAN release: 2020-07-09
- Hard deprecated
start = FALSE
argument fromtmr_reset()
. - Added
tmr_format()
. - Added
tmr_round()
,tmr_floor()
andtmr_ceiling()
. - Switched to tidyverse style error and warning messages.