Package: shinyTime
Type: Package
Title: A Time Input Widget for Shiny
Version: 1.0.0
Authors@R: person("Gerhard", "Burger", email = "burger.ga@gmail.com", role = c("aut", "cre"))
Description: Provides a time input widget for Shiny. This widget allows intuitive time input in the
    '[hh]:[mm]:[ss]' or '[hh]:[mm]' (24H) 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: GPL-3 | file LICENSE
LazyData: TRUE
Imports: htmltools, shiny
URL: https://github.com/burgerga/shinyTime
BugReports: https://github.com/burgerga/shinyTime/issues
RoxygenNote: 6.1.1
Encoding: UTF-8
Language: en-US
Suggests: testthat (>= 2.1.0), spelling
NeedsCompilation: no
Packaged: 2019-05-28 14:20:22 UTC; gerhard
Author: Gerhard Burger [aut, cre]
Maintainer: Gerhard Burger <burger.ga@gmail.com>
Repository: CRAN
Date/Publication: 2019-05-28 14:50:03 UTC
