hmstimer 0.3.0
Features
- Added functions to get, set and test if title
- tmr_title()
- tmr_title<-
- tmr_is_titled()
 
- Added print_title = TRUEargument 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
hmstimer 0.2.0
hmstimer 0.1.1
- Removed deprecated start = FALSEargument fromtmr_reset().
hmstimer 0.1.0
- Hard deprecated start = FALSEargument fromtmr_reset().
- Added tmr_format().
- Added tmr_round(),tmr_floor()andtmr_ceiling().
- Switched to tidyverse style error and warning messages.
hmstimer 0.0.2
- Replaced hms::as.hmswithhms::as_hmsfor
hms 0.5.0.
hmstimer 0.0.1
- Added a NEWS.mdfile to track changes to the
package.