-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 790 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: DateTimeRangePicker
Title: A Datetime Range Picker Widget for Usage in 'Shiny' Applications
Version: 1.1.0
Authors@R: c(
person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
person("Wojciech", "Maj", role = "cph",
comment = "author of the 'React-DateTimeRange-Picker' library")
)
Description: Provides a datetime range picker widget for usage in 'Shiny'.
It creates a calendar allowing to select a start date and an end date
as well as two fields allowing to select a start time and an end time.
License: GPL-3
URL: https://github.com/stla/DateTimeRangePicker
BugReports: https://github.com/stla/DateTimeRangePicker/issues
Imports:
htmltools,
lubridate,
reactR,
shiny
Encoding: UTF-8
RoxygenNote: 7.2.3