Package: shinyWidgets Title: Custom Inputs Widgets for Shiny Version: 0.9.1.9000 Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre", "cph")), person("Fanny", "Meyer", role = "aut"), person("David", "Granjon", role = "aut"), person("Ian", "Fellows", role = "ctb", comment = "Methods for mutating vertical tabs & updateMultiInput"), person("Wil", "Davis", role = "ctb", comment = "numericRangeInput function"), person("Spencer", "Matthews", role = "ctb", comment = "autoNumeric methods"), person(family = "JavaScript and CSS libraries authors", role = c("ctb", "cph"), comment = "All authors are listed in LICENSE.md") ) Description: Collection of custom input controls and user interface components for 'Shiny' applications. Give your applications a unique and colorful style ! URL: https://github.com/dreamRs/shinyWidgets, https://dreamrs.github.io/shinyWidgets/ BugReports: https://github.com/dreamRs/shinyWidgets/issues License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Depends: R (>= 3.1.0) Imports: bslib, sass, shiny (>= 1.6.0), htmltools (>= 0.5.1), jsonlite, grDevices, rlang Suggests: testthat, covr, ggplot2, DT, scales, shinydashboard, shinydashboardPlus Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://dreamrs.r-universe.dev Date/Publication: 2026-05-20 08:13:31 UTC RemoteUrl: https://github.com/dreamrs/shinywidgets RemoteRef: HEAD RemoteSha: 4d51eb7fde8425c6b2b7336205d67b3b2d63d728 NeedsCompilation: no Packaged: 2026-06-19 07:27:05 UTC; root Author: Victor Perrier [aut, cre, cph], Fanny Meyer [aut], David Granjon [aut], Ian Fellows [ctb] (Methods for mutating vertical tabs & updateMultiInput), Wil Davis [ctb] (numericRangeInput function), Spencer Matthews [ctb] (autoNumeric methods), JavaScript and CSS libraries authors [ctb, cph] (All authors are listed in LICENSE.md) Maintainer: Victor Perrier