Changelog
shinyTimer (development version)
- Added
colorparameter toshinyTimer()andupdateShinyTimer()functions (#57). - Added new feedback value (text content of the timer) returned after pausing
shinyTimer(#63). It can be accessed viainput${inputId}_content, whereinputIdis the id of theshinyTimerwidget. - Renamed
backgroundparameter toframeto better reflect its purpose. Addedfillparameter to pass colors to the background of theshinyTimer(#60). - Made callback value after finishing of count down more flexible by changing
input$timer_donetoinput${inputId}_done, whereinputIdis the id of theshinyTimerwidget (#67).
shinyTimer 0.1.0
CRAN release: 2025-03-07
This is the first release presenting the timer widget for Shiny applications with the following features:
- Basic UI and server functions:
shinyTimer(),updateShinyTimer(),countDown()andcountUp()functions (#1, #11, #28). - Possibility to set different units with
hours,minutesandsecondsparameters and different formats of the timer with thetypeparameter (#9, #13, #30, #31). - Possibility to
pauseTimer()(#23) andresetTimer()(#10). - Option to add a
backgroundtoshinyTimer()(#47).