-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 897 Bytes
/
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
Package: perioddaterangepicker
Type: Package
Title: Create a Shiny Date-Range Input with periods
Version: 0.1.999
Authors@R: c(
person("Sebastian","Gatscha", email = "[email protected]", role = c("aut", "cre"))
)
Maintainer: Sebastian Gatscha <[email protected]>
Description: A Shiny Input for date-ranges, which pops up two calendars for selecting dates, times, or predefined ranges like "Last 30 Days". It wraps the JavaScript library 'daterangepicker' which is available at <https://www.daterangepicker.com>.
License: MIT + file LICENSE
Depends:
R (>= 3.2.0)
Imports:
htmltools,
jsonify,
utils,
shiny
URL: https://github.com/trafficonese/perioddaterangepicker/, https://sensortower.github.io/daterangepicker/
BugReports: https://github.com/trafficonese/perioddaterangepicker/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
covr