Package: daterangepicker
Type: Package
Title: Create a Shiny Date-Range Input
Version: 0.2.0
Authors@R: c(
    person("Sebastian","Gatscha", email = "sebastian_gatscha@gmx.at", role = c("aut", "cre"))
    )
Maintainer: Sebastian Gatscha <sebastian_gatscha@gmx.at>
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/daterangepicker/,
        https://www.daterangepicker.com,
        https://trafficonese.github.io/daterangepicker/
BugReports: https://github.com/trafficonese/daterangepicker/issues
Encoding: UTF-8
RoxygenNote: 7.2.0
Suggests: testthat (>= 2.1.0), covr
NeedsCompilation: no
Packaged: 2023-05-10 11:37:09 UTC; kona1
Author: Sebastian Gatscha [aut, cre]
Repository: CRAN
Date/Publication: 2023-05-10 12:00:06 UTC
Built: R 4.2.0; ; 2023-05-16 22:02:55 UTC; unix
