Package: shinyDTC Type: Package Title: Simple Dynamic Timer Control Version: 0.1.0 Authors@R: person("Sigbert", "Klinke", email="sigbert@hu-berlin.de", role=c("aut", "cre")) Description: A dynamic timer control is a Shiny widget that enables time-based processes in applications. It allows users to execute these processes manually in individual steps or at customizable speeds. The timer can be paused, resumed, or restarted. This control is particularly well-suited for simulations, animations, countdowns, or interactive visualizations. URL: https://github.com/sigbertklinke/shinyDTC (development version) License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: rstudioapi, shiny, shinyjs Suggests: knitr, rmarkdown, shinydashboard VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://sigbertklinke.r-universe.dev Date/Publication: 2025-01-04 15:08:21 UTC RemoteUrl: https://github.com/sigbertklinke/shinydtc RemoteRef: HEAD RemoteSha: 7648915a035e42061e5e4c67998e8aa003f35bfe NeedsCompilation: no Packaged: 2026-06-12 11:00:39 UTC; root Author: Sigbert Klinke [aut, cre] Maintainer: Sigbert Klinke