Package: histoslider Title: A Histogram Slider Input for 'Shiny' Version: 0.1.1.9000 Authors@R: c( person("Carson", "Sievert", role = c("cre", "aut"), email = "cpsievert1@gmail.com", comment = c(ORCID = "0000-0002-4958-2844")), person("Samuel", "Hogg", role = c("ctb", "cph"), comment = "Original author of histoslider React component") ) Description: A histogram slider input binding for use in 'Shiny'. Currently supports creating histograms from numeric, date, and 'date-time' vectors. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: rlang, htmltools, reactR, shiny Suggests: testthat, shinytest2, bslib Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://cpsievert.r-universe.dev Date/Publication: 2023-11-05 16:44:34 UTC RemoteUrl: https://github.com/cpsievert/histoslider RemoteRef: HEAD RemoteSha: 19012b42a30784041902194f4540b3fcf7134ea7 NeedsCompilation: no Packaged: 2026-05-26 09:54:24 UTC; root Author: Carson Sievert [cre, aut] (ORCID: ), Samuel Hogg [ctb, cph] (Original author of histoslider React component) Maintainer: Carson Sievert