diff --git a/DESCRIPTION b/DESCRIPTION index b1108a0..5fde1f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,9 +2,17 @@ Package: shinyTime Type: Package Title: A Time Input Widget for Shiny Version: 1.0.3.9000 -Authors@R: person("Gerhard", "Burger", email = "burger.ga@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1062-5576")) +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) format by using a separate numeric input for each time + '[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: GPL-3 | file LICENSE diff --git a/man/shinyTime-package.Rd b/man/shinyTime-package.Rd index 86cf62b..c2aa14b 100644 --- a/man/shinyTime-package.Rd +++ b/man/shinyTime-package.Rd @@ -6,7 +6,7 @@ \alias{shinyTime-package} \title{shinyTime: A Time Input Widget for Shiny} \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. +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. } \seealso{ Useful links: @@ -20,5 +20,10 @@ Useful links: \author{ \strong{Maintainer}: Gerhard Burger \email{burger.ga@gmail.com} (\href{https://orcid.org/0000-0003-1062-5576}{ORCID}) +Authors: +\itemize{ + \item Nick Youngblut (\href{https://orcid.org/0000-0002-7424-5276}{ORCID}) +} + } \keyword{internal}