Package: shinyfilters
Title: Use Shiny to Filter Data
Version: 0.1.0
Authors@R: 
    person(
        "Josh", "Livingston",
        email = "joshwlivingston@gmail.com", 
        role = c("cre", "aut")
    )
Description: Provides an interface to 'shiny' inputs used for filtering vectors,
  data.frames, and other objects. 'S7'-based implementation allows for seamless 
  extensibility.
License: MIT + file LICENSE
Imports: methods, S7 (>= 0.2.0), shiny
Suggests: bslib, DT, htmltools, knitr, rmarkdown, shinyWidgets,
        testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
URL: https://joshwlivingston.github.io/shinyfilters/,
        https://github.com/joshwlivingston/shinyfilters
BugReports: https://github.com/joshwlivingston/shinyfilters/issues
NeedsCompilation: no
Packaged: 2025-12-11 14:25:32 UTC; Josh Livingston
Author: Josh Livingston [cre, aut]
Maintainer: Josh Livingston <joshwlivingston@gmail.com>
Repository: CRAN
Date/Publication: 2025-12-17 10:20:08 UTC
