-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: shinyTime
Type: Package
Title: A Time Input Widget for Shiny
Version: 1.0.3.9000
Authors@R: c(
person("Gerhard", "Burger",
email = "[email protected]",
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