Package: shinyTime Type: Package Title: A Time Input Widget for Shiny Version: 1.0.3.9000 Authors@R: c( person("Gerhard", "Burger", email = "burger.ga@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1062-5576")), person("Nick", "Youngblut", role = c("aut"), comment = c(ORCID = "0000-0002-7424-5276")) ) Description: Provides a time input widget for Shiny. This widget allows intuitive time input in the '[hh]:[mm]:[ss]' or '[hh]:[mm]' (24H and 12H) format by using a separate numeric input for each time component. The interface with R uses date-time objects. See the project page for more information and examples. License: MIT + file LICENSE Imports: htmltools, shiny URL: https://burgerga.github.io/shinyTime/, https://github.com/burgerga/shinyTime BugReports: https://github.com/burgerga/shinyTime/issues RoxygenNote: 7.3.1 Encoding: UTF-8 Language: en-US Suggests: testthat (>= 2.1.0), spelling, hms, bslib Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://burgerga.r-universe.dev Date/Publication: 2024-05-08 15:20:38 UTC RemoteUrl: https://github.com/burgerga/shinytime RemoteRef: HEAD RemoteSha: 60150013840580c9b65567e439f5a2101a94337e NeedsCompilation: no Packaged: 2026-06-21 07:47:24 UTC; root Author: Gerhard Burger [aut, cre] (ORCID: ), Nick Youngblut [aut] (ORCID: ) Maintainer: Gerhard Burger