Package: shinyDatetimePickers Title: Some Datetime Pickers for 'Shiny' Version: 1.2.0 Authors@R: c( person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")), person("Wojciech", "Maj", , "kontakt@wojtekmaj.pl", role = "cph", comment = "'react-datetime-picker' library (https://github.com/wojtekmaj/react-datetime-picker)"), person("Porinn", role = "cph", comment = "'react-datetime-slider-picker' library (https://github.com/Porinn/react-datetime-slider-picker)"), person("Dmitriy", "Kovalenko", , "dmtr.kovalenko@outlook.com", role = "cph", comment = "'material-ui-pickers' library (https://github.com/mui-org/material-ui-pickers)") ) Description: Provides three types of datetime pickers for usage in a 'Shiny' UI. A datetime picker is an input field for selecting both a date and a time. License: GPL-3 URL: https://github.com/stla/shinyDatetimePickers BugReports: https://github.com/stla/shinyDatetimePickers/issues Imports: htmltools, lubridate, reactR, shiny Encoding: UTF-8 RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://stla.r-universe.dev Date/Publication: 2024-02-05 05:23:05 UTC RemoteUrl: https://github.com/stla/shinydatetimepickers RemoteRef: HEAD RemoteSha: 6cc6b73f71912f616f3daf4098beb76d00c53514 NeedsCompilation: no Packaged: 2026-07-05 02:04:42 UTC; root Author: Stéphane Laurent [aut, cre], Wojciech Maj [cph] ('react-datetime-picker' library (https://github.com/wojtekmaj/react-datetime-picker)), Porinn [cph] ('react-datetime-slider-picker' library (https://github.com/Porinn/react-datetime-slider-picker)), Dmitriy Kovalenko [cph] ('material-ui-pickers' library (https://github.com/mui-org/material-ui-pickers)) Maintainer: Stéphane Laurent